Re: [PATCH] KVM: nVMX: Disable unrestricted mode if ept=0

2014-12-10 Thread Paolo Bonzini
On 06/12/2014 16:02, Bandan Das wrote: If L0 has disabled EPT, don't advertise unrestricted mode at all since it depends on EPT to run real mode code. Signed-off-by: Bandan Das b...@redhat.com --- arch/x86/kvm/vmx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Re: [PATCH] KVM: nVMX: Disable unrestricted mode if ept=0

2014-12-07 Thread Jan Kiszka
On 2014-12-06 16:02, Bandan Das wrote: If L0 has disabled EPT, don't advertise unrestricted mode at all since it depends on EPT to run real mode code. Signed-off-by: Bandan Das b...@redhat.com --- arch/x86/kvm/vmx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] KVM: nVMX: Disable unrestricted mode if ept=0

2014-12-06 Thread Bandan Das
If L0 has disabled EPT, don't advertise unrestricted mode at all since it depends on EPT to run real mode code. Signed-off-by: Bandan Das b...@redhat.com --- arch/x86/kvm/vmx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index