]> Git Repo - qemu.git/blobdiff - target-ppc/kvm.c
Do not stop VM if emulation failed in userspace.
[qemu.git] / target-ppc / kvm.c
index 91c0963f8864cd6378ef9833c521f23fcd2540bd..2625cb8bd93efb9e80c1b26a568aba2ecacef738 100644 (file)
@@ -326,3 +326,8 @@ uint32_t kvmppc_get_tbfreq(void)
     retval = atoi(ns);
     return retval;
 }
+
+bool kvm_arch_stop_on_emulation_error(CPUState *env)
+{
+    return true;
+}
This page took 0.024375 seconds and 4 git commands to generate.