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>