target/i386: expand feature words to 64 bits
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 1 Jul 2019 15:38:54 +0000 (17:38 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Oct 2019 16:49:19 +0000 (18:49 +0200)
commitede146c2e720b670350c7ef5e9af44e80a73fe97
treeebedeebc9bc107a1529af3aeb3887073833f5fac
parent99e24dbdaa682c7b9d0bb5b463638c585bcee1c3
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>
include/sysemu/kvm.h
target/i386/cpu.c
target/i386/cpu.h
target/i386/kvm.c