public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] KVM: VMX: Add Posted Interrupt supporting
@ 2013-02-04  9:05 Yang Zhang
  2013-02-04  9:05 ` [PATCH v2 1/2] KVM: VMX: enable acknowledge interupt on vmexit Yang Zhang
  2013-02-04  9:05 ` [PATCH v2 2/2] KVM: VMX: Add Posted Interrupt supporting Yang Zhang
  0 siblings, 2 replies; 7+ messages in thread
From: Yang Zhang @ 2013-02-04  9:05 UTC (permalink / raw)
  To: kvm
  Cc: gleb, haitao.shan, mtosatti, xiantao.zhang, hpa, jun.nakajima,
	Yang Zhang

From: Yang Zhang <yang.z.zhang@Intel.com>

The two patches is adding the Posted Interrupt supporting to KVM:
The first patch enabls the feature 'acknowledge interrupt on vmexit'.Since
it is required by Posted interrupt, we need to enable it firstly.

And the second patch is adding the posted interrupt supporting.

Please see the comments in the two patch to get more details.

Yang Zhang (2):
  KVM: VMX: enable acknowledge interupt on vmexit
  KVM: VMX: Add Posted Interrupt supporting

 arch/x86/include/asm/entry_arch.h  |    1 +
 arch/x86/include/asm/hw_irq.h      |    1 +
 arch/x86/include/asm/irq_vectors.h |    4 +
 arch/x86/include/asm/kvm_host.h    |    4 +
 arch/x86/include/asm/vmx.h         |    4 +
 arch/x86/kernel/entry_64.S         |    5 +
 arch/x86/kernel/irq.c              |   19 +++
 arch/x86/kernel/irqinit.c          |    4 +
 arch/x86/kvm/lapic.c               |   15 ++-
 arch/x86/kvm/lapic.h               |    1 +
 arch/x86/kvm/svm.c                 |   12 ++
 arch/x86/kvm/vmx.c                 |  233 ++++++++++++++++++++++++++++++++----
 arch/x86/kvm/x86.c                 |    8 +-
 include/linux/kvm_host.h           |    1 +
 14 files changed, 283 insertions(+), 29 deletions(-)


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

end of thread, other threads:[~2013-02-05  7:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04  9:05 [PATCH v2 0/2] KVM: VMX: Add Posted Interrupt supporting Yang Zhang
2013-02-04  9:05 ` [PATCH v2 1/2] KVM: VMX: enable acknowledge interupt on vmexit Yang Zhang
2013-02-04  9:05 ` [PATCH v2 2/2] KVM: VMX: Add Posted Interrupt supporting Yang Zhang
2013-02-04 12:28   ` Gleb Natapov
2013-02-05  3:13     ` Zhang, Yang Z
2013-02-05  6:45       ` Gleb Natapov
2013-02-05  7:49         ` Gleb Natapov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox