Re: [Qemu-devel] [PATCH 2/2] intel_iommu: Throw hw_error on notify_started

2016-06-16 Thread Marcel Apfelbaum
On 06/15/2016 06:56 PM, Alex Williamson wrote: We don't currently support the MemoryRegionIOMMUOps notifier, so throw an error should a device require it. Signed-off-by: Alex Williamson --- hw/i386/intel_iommu.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/i386/inte

Re: [Qemu-devel] [PATCH 2/2] intel_iommu: Throw hw_error on notify_started

2016-06-15 Thread David Gibson
On Wed, Jun 15, 2016 at 09:56:16AM -0600, Alex Williamson wrote: > We don't currently support the MemoryRegionIOMMUOps notifier, so throw > an error should a device require it. > > Signed-off-by: Alex Williamson Reviewed-by: David Gibson > --- > hw/i386/intel_iommu.c | 12 > 1

[Qemu-devel] [PATCH 2/2] intel_iommu: Throw hw_error on notify_started

2016-06-15 Thread Alex Williamson
We don't currently support the MemoryRegionIOMMUOps notifier, so throw an error should a device require it. Signed-off-by: Alex Williamson --- hw/i386/intel_iommu.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/i386/intel_iommu.c b/hw/i386/intel_iommu.c index 347718f..5e