]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
kvm: Add a new machine option kvm-type
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 23 Dec 2013 15:40:40 +0000 (21:10 +0530)
committerAlexander Graf <agraf@suse.de>
Wed, 5 Mar 2014 02:06:24 +0000 (03:06 +0100)
commit135a129a1cd047cc913e88c795eda859a0ebb81f
tree989f0f2ab90da6d61caffa3af5ab22152c6a8e25
parent9c06a1f79f959fffd09bfb7efc3d76051a6cd2da
kvm: Add a new machine option kvm-type

Targets like ppc64 support different types of KVM, one which use
hypervisor mode and the other which doesn't. Add a new machine
option kvm-type that helps in selecting the respective ones
We also add a new QEMUMachine callback get_vm_type that helps
in mapping the string representation of kvm type specified.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
[agraf: spelling fixes, use error_report(), use qemumachine.h]
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/spapr.c
include/hw/boards.h
include/hw/xen/xen.h
include/sysemu/kvm.h
include/sysemu/qtest.h
kvm-all.c
kvm-stub.c
qtest.c
vl.c
xen-all.c
xen-stub.c