diff options
Diffstat (limited to 'drivers/vfio/vfio.c')
-rw-r--r-- | drivers/vfio/vfio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/vfio.c b/drivers/vfio/vfio.c index 8e6dcecbc407..28e2d5b2c0c7 100644 --- a/drivers/vfio/vfio.c +++ b/drivers/vfio/vfio.c | |||
@@ -442,7 +442,7 @@ static struct vfio_device *vfio_group_get_device(struct vfio_group *group, | |||
442 | * a device. It's not always practical to leave a device within a group | 442 | * a device. It's not always practical to leave a device within a group |
443 | * driverless as it could get re-bound to something unsafe. | 443 | * driverless as it could get re-bound to something unsafe. |
444 | */ | 444 | */ |
445 | static const char * const vfio_driver_whitelist[] = { "pci-stub" }; | 445 | static const char * const vfio_driver_whitelist[] = { "pci-stub", "pcieport" }; |
446 | 446 | ||
447 | static bool vfio_whitelisted_driver(struct device_driver *drv) | 447 | static bool vfio_whitelisted_driver(struct device_driver *drv) |
448 | { | 448 | { |