Searched hist:"651 e4cefeee8e388919e51f4e299033ab2a8b87d" (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu_internal.h | diff 651e4cefeee8e388919e51f4e299033ab2a8b87d Thu Jul 14 00:56:22 CDT 2016 Peter Xu <peterx@redhat.com> intel_iommu: Add support for PCI MSI remap
This patch enables interrupt remapping for PCI devices.
To play the trick, one memory region "iommu_ir" is added as child region of the original iommu memory region, covering range 0xfeeXXXXX (which is the address range for APIC). All the writes to this range will be taken as MSI, and translation is carried out only when IR is enabled.
Idea suggested by Paolo Bonzini.
Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
H A D | intel_iommu.c | diff 651e4cefeee8e388919e51f4e299033ab2a8b87d Thu Jul 14 00:56:22 CDT 2016 Peter Xu <peterx@redhat.com> intel_iommu: Add support for PCI MSI remap
This patch enables interrupt remapping for PCI devices.
To play the trick, one memory region "iommu_ir" is added as child region of the original iommu memory region, covering range 0xfeeXXXXX (which is the address range for APIC). All the writes to this range will be taken as MSI, and translation is carried out only when IR is enabled.
Idea suggested by Paolo Bonzini.
Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|
/openbmc/qemu/include/hw/i386/ |
H A D | intel_iommu.h | diff 651e4cefeee8e388919e51f4e299033ab2a8b87d Thu Jul 14 00:56:22 CDT 2016 Peter Xu <peterx@redhat.com> intel_iommu: Add support for PCI MSI remap
This patch enables interrupt remapping for PCI devices.
To play the trick, one memory region "iommu_ir" is added as child region of the original iommu memory region, covering range 0xfeeXXXXX (which is the address range for APIC). All the writes to this range will be taken as MSI, and translation is carried out only when IR is enabled.
Idea suggested by Paolo Bonzini.
Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
|