Re: [PATCH 3/7] Nested VMX patch 3 implements vmptrld and vmptrst

2009-12-16 Thread Avi Kivity
On 12/10/2009 08:38 PM, or...@il.ibm.com wrote: + + struct __attribute__ ((__packed__)) level_state { /* Has the level1 guest done vmclear? */ bool vmclear; + + u64 io_bitmap_a; + u64 io_bitmap_b; + u64 msr_bitmap; + + bool first_launch; };

[PATCH 3/7] Nested VMX patch 3 implements vmptrld and vmptrst

2009-12-10 Thread oritw
From: Orit Wasserman or...@il.ibm.com --- arch/x86/kvm/vmx.c | 292 ++-- arch/x86/kvm/x86.c |6 +- arch/x86/kvm/x86.h |3 + 3 files changed, 289 insertions(+), 12 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index