]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/ppc/kvm.c
kvm: Introduce kvm_arch_get_default_type hook
[mirror_qemu.git] / target / ppc / kvm.c
index a8a935e26726d3161b607c62956ee569e623be14..dc1182cd37e05beb6e4d6527c6befda39045388e 100644 (file)
@@ -108,6 +108,11 @@ static int kvm_ppc_register_host_cpu_type(void);
 static void kvmppc_get_cpu_characteristics(KVMState *s);
 static int kvmppc_get_dec_bits(void);
 
+int kvm_arch_get_default_type(MachineState *ms)
+{
+    return 0;
+}
+
 int kvm_arch_init(MachineState *ms, KVMState *s)
 {
     cap_interrupt_unset = kvm_check_extension(s, KVM_CAP_PPC_UNSET_IRQ);