Re: [PATCH 4/24] Allow setting the VMXE bit in CR4

2010-06-15 Thread Gleb Natapov
On Sun, Jun 13, 2010 at 03:24:37PM +0300, Nadav Har'El wrote: This patch allows the guest to enable the VMXE bit in CR4, which is a prerequisite to running VMXON. Signed-off-by: Nadav Har'El n...@il.ibm.com --- --- .before/arch/x86/kvm/x86.c2010-06-13 15:01:28.0 +0300 +++

Re: [PATCH 4/24] Allow setting the VMXE bit in CR4

2010-06-15 Thread Nadav Har'El
On Tue, Jun 15, 2010, Gleb Natapov wrote about Re: [PATCH 4/24] Allow setting the VMXE bit in CR4: On Sun, Jun 13, 2010 at 03:24:37PM +0300, Nadav Har'El wrote: This patch allows the guest to enable the VMXE bit in CR4, which is a prerequisite to running VMXON. .. --- .before/arch/x86/kvm

[PATCH 4/24] Allow setting the VMXE bit in CR4

2010-06-13 Thread Nadav Har'El
This patch allows the guest to enable the VMXE bit in CR4, which is a prerequisite to running VMXON. Signed-off-by: Nadav Har'El n...@il.ibm.com --- --- .before/arch/x86/kvm/x86.c 2010-06-13 15:01:28.0 +0300 +++ .after/arch/x86/kvm/x86.c 2010-06-13 15:01:28.0 +0300 @@ -501,7