xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] nested vmx: expose some vmx features to L1 VMM
@ 2012-11-28  7:11 Dongxiao Xu
  2012-11-28  7:11 ` [PATCH 1/9] nested vmx: enable Monitor Trap Flag for " Dongxiao Xu
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Dongxiao Xu @ 2012-11-28  7:11 UTC (permalink / raw)
  To: xen-devel

This patch series expose some vmx features to L1 VMM, including MTF, NMI-window exiting, etc.
Please help to review and pull.

Thanks,
Dongxiao

Dongxiao Xu (9):
  nested vmx: enable Monitor Trap Flag for L1 VMM
  nested vmx: enable NMI-window exiting for L1 VMM
  nested vmx: enable secondary processor-based VM-Execution controls
  nested vmx: enable Descriptor-table exiting for L1 VMM
  nested vmx: enable VMX-preemption timer for L1 VMM
  nested vmx: enable save VMX-preemption timer feature for L1 VMM
  nested vmx: enable load and save IA32_PAT feature for L1 VMM
  nested vmx: enable load and save IA32_EFER feature for L1 VMM
  nested vmx: enable load IA32_PERF_GLOBAL_CTRL feature for L1 VMM

 xen/arch/x86/hvm/vmx/vmx.c         |    2 +-
 xen/arch/x86/hvm/vmx/vvmx.c        |  108 +++++++++++++++++++++++++++++++-----
 xen/include/asm-x86/hvm/vmx/vmcs.h |   12 ++++
 xen/include/asm-x86/hvm/vmx/vmx.h  |    1 +
 4 files changed, 108 insertions(+), 15 deletions(-)

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

end of thread, other threads:[~2012-11-30  1:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28  7:11 [PATCH 0/9] nested vmx: expose some vmx features to L1 VMM Dongxiao Xu
2012-11-28  7:11 ` [PATCH 1/9] nested vmx: enable Monitor Trap Flag for " Dongxiao Xu
2012-11-28  7:11 ` [PATCH 2/9] nested vmx: enable NMI-window exiting " Dongxiao Xu
2012-11-28  7:11 ` [PATCH 3/9] nested vmx: enable secondary processor-based VM-Execution controls Dongxiao Xu
2012-11-28  7:11 ` [PATCH 4/9] nested vmx: enable Descriptor-table exiting for L1 VMM Dongxiao Xu
2012-11-28  7:12 ` [PATCH 5/9] nested vmx: enable VMX-preemption timer " Dongxiao Xu
2012-11-28  7:12 ` [PATCH 6/9] nested vmx: enable save VMX-preemption timer feature " Dongxiao Xu
2012-11-28  7:12 ` [PATCH 7/9] nested vmx: enable load and save IA32_PAT " Dongxiao Xu
2012-11-28  7:12 ` [PATCH 8/9] nested vmx: enable load and save IA32_EFER " Dongxiao Xu
2012-11-28  7:12 ` [PATCH 9/9] nested vmx: enable load IA32_PERF_GLOBAL_CTRL " Dongxiao Xu
2012-11-28 10:08 ` [PATCH 0/9] nested vmx: expose some vmx features to " Jan Beulich
2012-11-30  1:54   ` Nakajima, Jun

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