commit | 3573e22cfecaac83f82ef4f6847d90e466fc8e10 | [log] [tgz] |
---|---|---|
author | Bandan Das <bsd@redhat.com> | Tue May 06 02:19:16 2014 -0400 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 06 19:00:27 2014 +0200 |
tree | ad68136dbdd69476b8bfcced376aa392a4b89b76 | |
parent | 19677e32fe7d6913e07ce80f6f3dc7663ac7fe67 [diff] |
KVM: nVMX: additional checks on vmxon region Currently, the vmxon region isn't used in the nested case. However, according to the spec, the vmxon instruction performs additional sanity checks on this region and the associated pointer. Modify emulated vmxon to better adhere to the spec requirements Signed-off-by: Bandan Das <bsd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>