Re: [PATCH 7/7] Nested VMX patch 7 handling of nested guest exits

2009-12-17 Thread Avi Kivity
On 12/10/2009 08:38 PM, or...@il.ibm.com wrote: From: Orit Wassermanor...@il.ibm.com (changelog) @@ -1525,6 +1539,22 @@ static void vmx_vcpu_load(struct kvm_vcpu *vcpu, int cpu) new_offset = vmcs_read64(TSC_OFFSET) + delta;

[PATCH 7/7] Nested VMX patch 7 handling of nested guest exits

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