commit | 37b9a671f346a184c4e381b32ee465cf7d248ae8 | [log] [tgz] |
---|---|---|
author | GanShun <ganshun@google.com> | Wed Nov 30 10:28:19 2016 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 15 15:02:44 2016 +0100 |
tree | ebea4170f4a53e45a35ce6f383ca8db9a4edf46d | |
parent | cdb98c2698b4af287925abcba4d77d92af82a0c3 [diff] |
kvm: nVMX: Correct a VMX instruction error code for VMPTRLD When the operand passed to VMPTRLD matches the address of the VMXON region, the VMX instruction error code should be VMXERR_VMPTRLD_VMXON_POINTER rather than VMXERR_VMCLEAR_VMXON_POINTER. Signed-off-by: GanShun <ganshun@google.com> Signed-off-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>