Revision d76d1650 target-ppc/helper.c

b/target-ppc/helper.c
29 29
#include "exec-all.h"
30 30
#include "helper_regs.h"
31 31
#include "qemu-common.h"
32
#include "kvm.h"
32 33

  
33 34
//#define DEBUG_MMU
34 35
//#define DEBUG_BATS
......
2920 2921
    env->cpu_model_str = cpu_model;
2921 2922
    cpu_ppc_register_internal(env, def);
2922 2923
    cpu_ppc_reset(env);
2924

  
2925
    if (kvm_enabled())
2926
        kvm_init_vcpu(env);
2927

  
2923 2928
    return env;
2924 2929
}
2925 2930

  

Also available in: Unified diff