Re: [PATCH 1/5] Nested VMX patch 1 implements vmon and vmoff

2009-10-22 Thread Orit Wasserman
.@us.ibm.com, md...@us.ibm.com > > Date: > > 20/10/2009 06:02 > > Subject: > > Re: [PATCH 1/5] Nested VMX patch 1 implements vmon and vmoff > > On 10/15/2009 11:41 PM, or...@il.ibm.com wrote: > > > > /* > > + * Handles msr read for nested virtuali

Re: [PATCH 1/5] Nested VMX patch 1 implements vmon and vmoff

2009-10-19 Thread Avi Kivity
On 10/15/2009 11:41 PM, or...@il.ibm.com wrote: /* + * Handles msr read for nested virtualization + */ +static int nested_vmx_get_msr(struct kvm_vcpu *vcpu, u32 msr_index, + u64 *pdata) +{ + u64 vmx_msr = 0; + + switch (msr_index) { + case MSR_IA32

[PATCH 1/5] Nested VMX patch 1 implements vmon and vmoff

2009-10-15 Thread oritw
From: Orit Wasserman --- arch/x86/kvm/svm.c |3 - arch/x86/kvm/vmx.c | 217 +++- arch/x86/kvm/x86.c |6 +- arch/x86/kvm/x86.h |2 + 4 files changed, 222 insertions(+), 6 deletions(-) diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.

[PATCH 1/5] Nested VMX patch 1 implements vmon and vmoff

2009-09-30 Thread oritw
From: Orit Wasserman --- arch/x86/kvm/svm.c |3 - arch/x86/kvm/vmx.c | 217 +++- arch/x86/kvm/x86.c |6 +- arch/x86/kvm/x86.h |2 + 4 files changed, 222 insertions(+), 6 deletions(-) diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.