On Dec 20, 2013, at 11:55 AM, Alexander Graf <ag...@suse.de> wrote: > > On 19.12.2013, at 17:04, Aneesh Kumar K.V <aneesh.ku...@linux.vnet.ibm.com> > wrote: > >> From: "Aneesh Kumar K.V" <aneesh.ku...@linux.vnet.ibm.com> >> >> Targets like ppc64 support different typed of KVM, one which use >> hypervisor mode and the other which doesn't. Add a new machine >> property 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.ku...@linux.vnet.ibm.com> > > Thanks, applied to ppc-next.
This breaks compilation for ppc{,64}-linux-user. Please fix that up and submit a v5. I've taken this patch from my tree for now :). Alex