qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add VT-d Posted-Interrupts support in QEMU
@ 2014-11-10  6:31 Feng Wu
  2014-11-10  6:31 ` [Qemu-devel] [PATCH] x86: Update VT-d Posted-Interrupts related information Feng Wu
  0 siblings, 1 reply; 3+ messages in thread
From: Feng Wu @ 2014-11-10  6:31 UTC (permalink / raw)
  To: pbonzini, rth, mtosatti; +Cc: Feng Wu, qemu-devel, kvm

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 guest is running in non-root mode.

This patch is used together with the patches in KVM side.

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

Feng Wu (1):
  x86: Update VT-d Posted-Interrupts related information

 hw/i386/kvm/pci-assign.c  |   24 ++++++++++++++++++++++++
 linux-headers/linux/kvm.h |    2 ++
 target-i386/kvm.c         |    5 +++++
 target-i386/kvm_i386.h    |    1 +
 4 files changed, 32 insertions(+), 0 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-10 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10  6:31 [Qemu-devel] [PATCH] Add VT-d Posted-Interrupts support in QEMU Feng Wu
2014-11-10  6:31 ` [Qemu-devel] [PATCH] x86: Update VT-d Posted-Interrupts related information Feng Wu
2014-11-10 21:58   ` Alex Williamson

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).