qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Feng Wu <feng.wu@intel.com>
To: alex.williamson@redhat.com
Cc: Feng Wu <feng.wu@intel.com>,
	qemu-devel@nongnu.org, eric.auger@linaro.org
Subject: [Qemu-devel] [v3 0/2] Add VT-d Posted-Interrupts support
Date: Fri, 12 Dec 2014 23:18:44 +0800	[thread overview]
Message-ID: <1418397526-10979-4-git-send-email-feng.wu@intel.com> (raw)
In-Reply-To: <1418397526-10979-1-git-send-email-feng.wu@intel.com>

VT-d Posted-Interrupts is an enhancement to CPU side Posted-Interrupt.
With VT-d Posted-Interrupts enabled, external interrupts from
direct-assigned devices can be delivered to guests without VMM
intervention when the guest is running in non-root mode.

This patchset uses the new VFIO device attributes KVM_DEV_VFIO_DEVICE
introduced by Eric's vfio patch
"[PATCH v8 00/19] KVM platform device passthrough"

You can find the VT-d Posted-Interrtups Spec. in the following URL:
http://www.intel.com/content/www/us/en/intelligent-systems/intel-technology/vt-directed-io-spec.html

v1->v2:
Enable this feature based on VFIO mechanism

v2->v3:
KVM_DEV_VFIO_DEVICE_POSTING_IRQ --> KVM_DEV_VFIO_DEVICE_POST_IRQ

Feng Wu (2):
  kvm, vfio: Define new VFIO data structure for VT-d Posted-Interrupts.
  kvm, vfio: Update VT-d Posted-Interrupts related information

 hw/misc/vfio.c            |   60 +++++++++++++++++++++++++++++++++++++++++++-
 linux-headers/linux/kvm.h |   10 +++++++
 2 files changed, 68 insertions(+), 2 deletions(-)

  parent reply	other threads:[~2014-12-12 15:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-12 15:18 [Qemu-devel] [v3 0/2] Add VT-d Posted-Interrupts support Feng Wu
2014-12-12 15:18 ` [Qemu-devel] [v3 1/2] kvm, vfio: Define new VFIO data structure for VT-d Posted-Interrupts Feng Wu
2014-12-12 15:18 ` [Qemu-devel] [v3 2/2] kvm, vfio: Update VT-d Posted-Interrupts related information Feng Wu
2014-12-12 15:18 ` Feng Wu [this message]
2014-12-12 15:18 ` [Qemu-devel] [v3 1/2] kvm, vfio: Define new VFIO data structure for VT-d Posted-Interrupts Feng Wu
2014-12-12 15:18 ` [Qemu-devel] [v3 2/2] kvm, vfio: Update VT-d Posted-Interrupts related information Feng Wu

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=1418397526-10979-4-git-send-email-feng.wu@intel.com \
    --to=feng.wu@intel.com \
    --cc=alex.williamson@redhat.com \
    --cc=eric.auger@linaro.org \
    --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).