Re: [Qemu-devel] [PATCH v5 5/9] x86_iommu/amd: Prepare for interrupt remap support

2018-10-07 Thread Peter Xu
On Mon, Oct 01, 2018 at 07:44:37PM +, Singh, Brijesh wrote: > Register the interrupt remapping callback and read/write ops for the > amd-iommu-ir memory region. > > amd-iommu-ir is set to higher priority to ensure that this region won't > be masked out by other memory regions. > > Signed-off-

[Qemu-devel] [PATCH v5 5/9] x86_iommu/amd: Prepare for interrupt remap support

2018-10-01 Thread Singh, Brijesh
Register the interrupt remapping callback and read/write ops for the amd-iommu-ir memory region. amd-iommu-ir is set to higher priority to ensure that this region won't be masked out by other memory regions. Signed-off-by: Brijesh Singh Cc: Peter Xu Cc: "Michael S. Tsirkin" Cc: Paolo Bonzini