]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target/i386: add VMX features
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 1 Jul 2019 16:32:17 +0000 (18:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Oct 2019 16:49:20 +0000 (18:49 +0200)
commit20a78b02d31534ae478779c2f2816c273601e869
tree66ed7aa632ada77971d01145a7ea6424be422f95
parent49d51b8927a9ea7267f4677a2e92f5046ce74025
target/i386: add VMX features

Add code to convert the VMX feature words back into MSR values,
allowing the user to enable/disable VMX features as they wish.  The same
infrastructure enables support for limiting VMX features in named
CPU models.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c
target/i386/cpu.h
target/i386/kvm.c