Re: [PATCH 1/7] vfio: Include optional device match in vfio_device_ops callbacks

From: Cornelia Huck
Date: Thu Feb 13 2020 - 05:31:52 EST


On Tue, 11 Feb 2020 16:05:25 -0700
Alex Williamson <alex.williamson@xxxxxxxxxx> wrote:

> Allow bus drivers to provide their own callback to match a device to
> the user provided string.
>
> Signed-off-by: Alex Williamson <alex.williamson@xxxxxxxxxx>
> ---
> drivers/vfio/vfio.c | 20 ++++++++++++++++----
> include/linux/vfio.h | 4 ++++
> 2 files changed, 20 insertions(+), 4 deletions(-)

Reviewed-by: Cornelia Huck <cohuck@xxxxxxxxxx>