qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Rita Sinha <rita.sinha89@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [RFC PATCH 0/2] Interrupt Remapping support for Intel VT-d IOMMU
Date: Tue,  8 Mar 2016 23:44:37 +0530	[thread overview]
Message-ID: <1457460879-4862-1-git-send-email-rita.sinha89@gmail.com> (raw)

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

                 reply	other threads:[~2016-03-08 18:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1457460879-4862-1-git-send-email-rita.sinha89@gmail.com \
    --to=rita.sinha89@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).