[PATCH kvm-unit-tests 2/2] vmx: actually test vmptrld, not vmclear

2014-07-08 Thread Paolo Bonzini
test_vmptrld was actually invoking vmclear. make_vmcs_current is the wrapper for vmptrld, not vmcs_clear! Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- x86/vmx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x86/vmx.c b/x86/vmx.c index cc2598f..ef9caca 100644

Re: [PATCH kvm-unit-tests 2/2] vmx: actually test vmptrld, not vmclear

2014-07-08 Thread Bandan Das
Paolo Bonzini pbonz...@redhat.com writes: test_vmptrld was actually invoking vmclear. make_vmcs_current is the wrapper for vmptrld, not vmcs_clear! Oops, this was my fault, sorry!! Signed-off-by: Paolo Bonzini pbonz...@redhat.com --- x86/vmx.c | 6 +++--- 1 file changed, 3