Revision 0bf46a40 target-i386/helper.c

b/target-i386/helper.c
1692 1692
#ifdef CONFIG_KQEMU
1693 1693
    kqemu_init(env);
1694 1694
#endif
1695
    if (kvm_enabled())
1696
        kvm_init_vcpu(env);
1695

  
1696
    qemu_init_vcpu(env);
1697

  
1697 1698
    return env;
1698 1699
}

Also available in: Unified diff