Re: [PATCH v3 2/5] vfio/pci: Add device denylist

2020-07-24 Thread Giovanni Cabiddu
On Thu, Jul 23, 2020 at 04:41:26PM -0600, Alex Williamson wrote: > On Thu, 23 Jul 2020 22:47:02 +0100 > Giovanni Cabiddu wrote: > > > Add denylist of devices that by default are not probed by vfio-pci. > > Devices in this list may be susceptible to untrusted application, even > > if the IOMMU is

Re: [PATCH v3 2/5] vfio/pci: Add device denylist

2020-07-23 Thread Alex Williamson
On Thu, 23 Jul 2020 22:47:02 +0100 Giovanni Cabiddu wrote: > Add denylist of devices that by default are not probed by vfio-pci. > Devices in this list may be susceptible to untrusted application, even > if the IOMMU is enabled. To be accessed via vfio-pci, the user has to > explicitly disable th

[PATCH v3 2/5] vfio/pci: Add device denylist

2020-07-23 Thread Giovanni Cabiddu
Add denylist of devices that by default are not probed by vfio-pci. Devices in this list may be susceptible to untrusted application, even if the IOMMU is enabled. To be accessed via vfio-pci, the user has to explicitly disable the denylist. The denylist can be disabled via the module parameter di