Revision 7a5e5838

b/vl.c
1053 1053
                           qemu_get_clock(rt_clock)) ||
1054 1054
        qemu_timer_expired(active_timers[QEMU_CLOCK_HOST],
1055 1055
                           qemu_get_clock(host_clock))) {
1056
        qemu_event_increment();
1056

  
1057 1057
        t->expired = alarm_has_dynticks(t);
1058 1058

  
1059 1059
#ifndef CONFIG_IOTHREAD
......
3360 3360
{
3361 3361
    CPUState *env = cpu_single_env;
3362 3362

  
3363
    qemu_event_increment ();
3363 3364
    if (env) {
3364 3365
        cpu_exit(env);
3365 3366
    }

Also available in: Unified diff