mirror of https://github.com/xemu-project/xemu.git
kqemu_enabled test
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1567 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a332e112b7
commit
8289336c98
4
vl.c
4
vl.c
|
@ -876,7 +876,9 @@ static void host_alarm_handler(int host_signum)
|
||||||
/* stop the cpu because a timer occured */
|
/* stop the cpu because a timer occured */
|
||||||
cpu_interrupt(global_env, CPU_INTERRUPT_EXIT);
|
cpu_interrupt(global_env, CPU_INTERRUPT_EXIT);
|
||||||
#ifdef USE_KQEMU
|
#ifdef USE_KQEMU
|
||||||
kqemu_cpu_interrupt(global_env);
|
if (global_env->kqemu_enabled) {
|
||||||
|
kqemu_cpu_interrupt(global_env);
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue