commit | ede146c2e720b670350c7ef5e9af44e80a73fe97 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 01 17:38:54 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 04 18:49:19 2019 +0200 |
tree | ebedeebc9bc107a1529af3aeb3887073833f5fac | |
parent | 99e24dbdaa682c7b9d0bb5b463638c585bcee1c3 [diff] |
target/i386: expand feature words to 64 bits VMX requires 64-bit feature words for the IA32_VMX_EPT_VPID_CAP and IA32_VMX_BASIC MSRs. (The VMX control MSRs are 64-bit wide but actually have only 32 bits of information). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>