Revision 4a1418e0 cpu-all.h

b/cpu-all.h
873 873

  
874 874
#define VGA_DIRTY_FLAG       0x01
875 875
#define CODE_DIRTY_FLAG      0x02
876
#define KQEMU_DIRTY_FLAG     0x04
877 876
#define MIGRATION_DIRTY_FLAG 0x08
878 877

  
879 878
/* read dirty bit (return 0 or 1) */
......
1056 1055
    return cpu_get_real_ticks();
1057 1056
}
1058 1057

  
1059
extern int64_t kqemu_time, kqemu_time_start;
1060 1058
extern int64_t qemu_time, qemu_time_start;
1061 1059
extern int64_t tlb_flush_time;
1062
extern int64_t kqemu_exec_count;
1063 1060
extern int64_t dev_time;
1064
extern int64_t kqemu_ret_int_count;
1065
extern int64_t kqemu_ret_excp_count;
1066
extern int64_t kqemu_ret_intr_count;
1067 1061
#endif
1068 1062

  
1069 1063
void cpu_inject_x86_mce(CPUState *cenv, int bank, uint64_t status,

Also available in: Unified diff