Re: [PATCH 6/7] Nested VMX patch 6 implements vmlaunch and vmresume

2009-12-17 Thread Avi Kivity
On 12/10/2009 08:38 PM, or...@il.ibm.com wrote: From: Orit Wassermanor...@il.ibm.com @@ -287,7 +297,7 @@ static inline int vmcs_field_type(unsigned long field) } /* - Returncs VMCS field size in bits + Returns VMCS field size in bits */ Fold. static inline int

[PATCH 6/7] Nested VMX patch 6 implements vmlaunch and vmresume

2009-12-10 Thread oritw
From: Orit Wasserman or...@il.ibm.com --- arch/x86/kvm/vmx.c | 890 +++- 1 files changed, 873 insertions(+), 17 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index de1f596..0d36b49 100644 --- a/arch/x86/kvm/vmx.c +++