From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40245) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad8GW-0001kl-Mh for qemu-devel@nongnu.org; Mon, 07 Mar 2016 22:24:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ad8GT-0007Ah-Df for qemu-devel@nongnu.org; Mon, 07 Mar 2016 22:24:56 -0500 Received: from mail-pf0-x230.google.com ([2607:f8b0:400e:c00::230]:34018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad8GT-0007Ad-5a for qemu-devel@nongnu.org; Mon, 07 Mar 2016 22:24:53 -0500 Received: by mail-pf0-x230.google.com with SMTP id 129so2785063pfw.1 for ; Mon, 07 Mar 2016 19:24:53 -0800 (PST) From: Rita Sinha Date: Tue, 8 Mar 2016 08:54:45 +0530 Message-Id: <1457407487-27358-1-git-send-email-rita.sinha89@gmail.com> Subject: [Qemu-devel] [RFC 0/2] Interrupt Remapping support for Intel VT-d IOMMU. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, jan.kiszka@web.de 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