Re: [Qemu-devel] [PATCH] intel_iommu: Correct caching-mode error message

2019-03-27 Thread Auger Eric
Hi, On 3/27/19 12:05 AM, Alex Williamson wrote: > If we try to use the intel-iommu device with vfio-pci devices without > caching mode enabled, we're told: > > qemu-system-x86_64: We need to set caching-mode=1 for intel-iommu to enable > device assignment with IOMMU protection. > > But to en

Re: [Qemu-devel] [PATCH] intel_iommu: Correct caching-mode error message

2019-03-27 Thread Philippe Mathieu-Daudé
Le mer. 27 mars 2019 00:06, Alex Williamson a écrit : > If we try to use the intel-iommu device with vfio-pci devices without > caching mode enabled, we're told: > > qemu-system-x86_64: We need to set caching-mode=1 for intel-iommu to > enable > device assignment with IOMMU protection. > > Bu

Re: [Qemu-devel] [PATCH] intel_iommu: Correct caching-mode error message

2019-03-26 Thread Peter Xu
On Tue, Mar 26, 2019 at 05:05:38PM -0600, Alex Williamson wrote: > If we try to use the intel-iommu device with vfio-pci devices without > caching mode enabled, we're told: > > qemu-system-x86_64: We need to set caching-mode=1 for intel-iommu to enable > device assignment with IOMMU protection

[Qemu-devel] [PATCH] intel_iommu: Correct caching-mode error message

2019-03-26 Thread Alex Williamson
If we try to use the intel-iommu device with vfio-pci devices without caching mode enabled, we're told: qemu-system-x86_64: We need to set caching-mode=1 for intel-iommu to enable device assignment with IOMMU protection. But to enable caching mode, the option is actually "caching-mode=on". S