From: Xiao Feng Ren
Add qemu support for the newly introduced VFIO No-IOMMU driver.
We need to add special handling for:
- Group character device is /dev/vfio/noiommu-$GROUP.
- No-IOMMU does not rely on a memory listener.
- No IOMMU will be set for its group, so no need to call
vfio_kvm_device
On Fri, 9 Feb 2018 17:06:34 +0100
Geert Uytterhoeven wrote:
> Hi Alex,
>
> On Fri, Feb 9, 2018 at 4:50 PM, Alex Williamson
> wrote:
> > On Fri, 9 Feb 2018 16:17:35 +0100
> > Geert Uytterhoeven wrote:
> >> From: Xiao Feng Ren
> >>
> >> Add qemu support for the newly introduced VFIO No-IOMMU
Hi Alex,
On Fri, Feb 9, 2018 at 4:50 PM, Alex Williamson
wrote:
> On Fri, 9 Feb 2018 16:17:35 +0100
> Geert Uytterhoeven wrote:
>> From: Xiao Feng Ren
>>
>> Add qemu support for the newly introduced VFIO No-IOMMU driver.
>>
>> We need to add special handling for:
>> - Group character device is
On Fri, 9 Feb 2018 16:17:35 +0100
Geert Uytterhoeven wrote:
> From: Xiao Feng Ren
>
> Add qemu support for the newly introduced VFIO No-IOMMU driver.
>
> We need to add special handling for:
> - Group character device is /dev/vfio/noiommu-$GROUP.
> - No-IOMMU does not rely on a memory listene