[PATCH 07/11] KVM: nVMX: Release shadow vmcs

2013-04-18 Thread Abel Gordon
Unmap vmcs12 and release the corresponding shadow vmcs Signed-off-by: Abel Gordon --- arch/x86/kvm/vmx.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) --- .before/arch/x86/kvm/vmx.c 2013-04-18 13:31:35.0 +0300 +++ .after/arch/x86/kvm/vmx.c 2013-04-18

Re: [PATCH 07/11] KVM: nVMX: Release shadow vmcs

2013-04-18 Thread Gleb Natapov
On Thu, Apr 18, 2013 at 01:16:34PM +0300, Abel Gordon wrote: > > > Gleb Natapov wrote on 18/04/2013 12:12:18 PM: > > > On Thu, Apr 18, 2013 at 11:37:59AM +0300, Abel Gordon wrote: > > > Unmap vmcs12 and release the corresponding shadow vmcs > > > > > > Signed-off-by: Abel Gordon > > > --- > >

Re: [PATCH 07/11] KVM: nVMX: Release shadow vmcs

2013-04-18 Thread Abel Gordon
Gleb Natapov wrote on 18/04/2013 12:12:18 PM: > On Thu, Apr 18, 2013 at 11:37:59AM +0300, Abel Gordon wrote: > > Unmap vmcs12 and release the corresponding shadow vmcs > > > > Signed-off-by: Abel Gordon > > --- > > arch/x86/kvm/vmx.c | 20 > > 1 file changed, 12 inserti

Re: [PATCH 07/11] KVM: nVMX: Release shadow vmcs

2013-04-18 Thread Gleb Natapov
On Thu, Apr 18, 2013 at 11:37:59AM +0300, Abel Gordon wrote: > Unmap vmcs12 and release the corresponding shadow vmcs > > Signed-off-by: Abel Gordon > --- > arch/x86/kvm/vmx.c | 20 > 1 file changed, 12 insertions(+), 8 deletions(-) > > --- .before/arch/x86/kvm/vmx.c

[PATCH 07/11] KVM: nVMX: Release shadow vmcs

2013-04-18 Thread Abel Gordon
Unmap vmcs12 and release the corresponding shadow vmcs Signed-off-by: Abel Gordon --- arch/x86/kvm/vmx.c | 20 1 file changed, 12 insertions(+), 8 deletions(-) --- .before/arch/x86/kvm/vmx.c 2013-04-18 11:28:23.0 +0300 +++ .after/arch/x86/kvm/vmx.c 2013-04-18

[PATCH 07/11] KVM: nVMX: Release shadow vmcs

2013-03-10 Thread Abel Gordon
Unmap vmcs12 and release the corresponding shadow vmcs Signed-off-by: Abel Gordon --- arch/x86/kvm/vmx.c | 23 +++ 1 file changed, 15 insertions(+), 8 deletions(-) --- .before/arch/x86/kvm/vmx.c 2013-03-10 18:00:55.0 +0200 +++ .after/arch/x86/kvm/vmx.c 2013-03-