* [Qemu-devel] [RFC PATCH 0/2] Interrupt Remapping support for Intel VT-d IOMMU
@ 2016-03-08 18:14 Rita Sinha
0 siblings, 0 replies; only message in thread
From: Rita Sinha @ 2016-03-08 18:14 UTC (permalink / raw)
To: qemu-devel
These patches add Interrupt Remapping support for Intel VT-d IOMMU.
Currently split irqchip mode is not supported
Jan Kiszka (2):
i386: Prepare for interrupt remapping
i386: Interrupt remapping support for VT-d
hw/i386/acpi-build.c | 28 +++++-
hw/i386/intel_iommu.c | 184 +++++++++++++++++++++++++++++++++++---
hw/i386/intel_iommu_internal.h | 27 ++++++
hw/i386/kvm/apic.c | 24 +++--
hw/i386/pc.c | 17 ++++
hw/i386/pc_piix.c | 1 -
hw/i386/pc_q35.c | 11 ++-
hw/i386/xen/xen_apic.c | 24 +++--
hw/intc/apic.c | 54 ++++++-----
hw/intc/apic_common.c | 2 +
hw/intc/ioapic.c | 32 +++----
hw/pci-host/q35.c | 18 ++++
hw/pci/pci.c | 8 +-
hw/timer/hpet.c | 6 +-
include/hw/acpi/acpi-defs.h | 22 +++++
include/hw/i386/apic-msidef.h | 4 +
include/hw/i386/apic_internal.h | 1 +
include/hw/i386/intel_iommu.h | 7 ++
include/hw/i386/ioapic_internal.h | 1 +
include/hw/i386/pc.h | 6 ++
include/hw/pci-host/q35.h | 4 +
include/hw/pci/pci.h | 2 +
target-i386/cpu.c | 7 ++
target-i386/cpu.h | 2 +-
24 files changed, 408 insertions(+), 84 deletions(-)
--
2.7.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-08 18:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08 18:14 [Qemu-devel] [RFC PATCH 0/2] Interrupt Remapping support for Intel VT-d IOMMU Rita Sinha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).