mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
split out qemu-timer.c
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
d6f4ade214
commit
db1a49726c
7 changed files with 1237 additions and 1167 deletions
|
@ -771,6 +771,8 @@ void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...)
|
|||
__attribute__ ((__format__ (__printf__, 2, 3)));
|
||||
extern CPUState *first_cpu;
|
||||
extern CPUState *cpu_single_env;
|
||||
|
||||
int64_t qemu_icount_round(int64_t count);
|
||||
extern int64_t qemu_icount;
|
||||
extern int use_icount;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue