diff options
Diffstat (limited to 'target-ppc/helper.c')
-rw-r--r-- | target-ppc/helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target-ppc/helper.c b/target-ppc/helper.c index a0d884ee1e..f1663ce3d9 100644 --- a/target-ppc/helper.c +++ b/target-ppc/helper.c @@ -2831,8 +2831,7 @@ CPUPPCState *cpu_ppc_init (const char *cpu_model) cpu_ppc_register_internal(env, def); cpu_ppc_reset(env); - if (kvm_enabled()) - kvm_init_vcpu(env); + qemu_init_vcpu(env); return env; } |