Re: [Qemu-devel] [PATCH v7 05/17] intel_iommu: simplify irq region translation

2017-02-09 Thread David Gibson
On Tue, Feb 07, 2017 at 04:28:07PM +0800, Peter Xu wrote: > Now we have a standalone memory region for MSI, all the irq region > requests should be redirected there. Cleaning up the block with an > assertion instead. > > Reviewed-by: Jason Wang > Signed-off-by: Peter Xu Reviewed-by: David Gibso

[Qemu-devel] [PATCH v7 05/17] intel_iommu: simplify irq region translation

2017-02-07 Thread Peter Xu
Now we have a standalone memory region for MSI, all the irq region requests should be redirected there. Cleaning up the block with an assertion instead. Reviewed-by: Jason Wang Signed-off-by: Peter Xu --- hw/i386/intel_iommu.c | 28 ++-- 1 file changed, 6 insertions(+),