]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc: add SMM property
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 18 Jun 2015 16:30:52 +0000 (18:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Jul 2015 16:39:59 +0000 (18:39 +0200)
commit355023f2010c4df619d88a0dd7012b4b9c74c12c
tree60f388e6585b7075c1a721e14c6ce12f1bd394de
parentfba72476c6b7be60ac74c5bcdc06c61242d1fe4f
pc: add SMM property

The property can take values on, off or auto.  The default is "off"
for KVM and pre-2.4 machines, otherwise "auto" (which makes it
available on TCG or on new-enough kernels).

Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h
target-i386/kvm-stub.c
target-i386/kvm.c
target-i386/kvm_i386.h