kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] nested vmx code clean up and restructure
@ 2012-11-21  9:04 Dongxiao Xu
  2012-11-21  9:04 ` [PATCH 1/4] nested vmx: clean up for vmcs12 read and write Dongxiao Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Dongxiao Xu @ 2012-11-21  9:04 UTC (permalink / raw)
  To: kvm; +Cc: mtosatti, gleb

This patch series clean up and restructure part of the nested vmx code.
The main purpose is to abstract the vmcs12_read() and vmcs12_write() functions.
With this change, we have a unified API to get/set field values from/to vmcs12.

Thanks,
Dongxiao

Dongxiao Xu (4):
  nested vmx: clean up for vmcs12 read and write
  nested vmx: clean up for nested_cpu_has_xxx functions
  nested vmx: use vmcs12_read/write() to operate VMCS fields
  nested vmx: use a list to store the launched vmcs12 for L1 VMM

 arch/x86/kvm/vmx.c |  812 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 467 insertions(+), 345 deletions(-)


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

end of thread, other threads:[~2012-11-22 19:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21  9:04 [PATCH 0/4] nested vmx code clean up and restructure Dongxiao Xu
2012-11-21  9:04 ` [PATCH 1/4] nested vmx: clean up for vmcs12 read and write Dongxiao Xu
2012-11-21 13:04   ` Gleb Natapov
2012-11-22  1:07     ` Xu, Dongxiao
2012-11-21 13:27   ` Gleb Natapov
2012-11-22  3:16     ` Xu, Dongxiao
2012-11-22  6:45       ` Gleb Natapov
2012-11-21 13:38   ` Orit Wasserman
2012-11-21  9:04 ` [PATCH 2/4] nested vmx: clean up for nested_cpu_has_xxx functions Dongxiao Xu
2012-11-21  9:04 ` [PATCH 3/4] nested vmx: use vmcs12_read/write() to operate VMCS fields Dongxiao Xu
2012-11-21  9:04 ` [PATCH 4/4] nested vmx: use a list to store the launched vmcs12 for L1 VMM Dongxiao Xu
2012-11-21 14:15   ` Gleb Natapov
2012-11-22  1:17     ` Xu, Dongxiao

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