diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-29 15:28:36 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-10-30 09:18:44 +0100 |
commit | 172061a0a0d98c974ea8d5ed715195237bc44225 (patch) | |
tree | 3a3310a8863ac5a824b713cf2af54dc24ac3352d /qemu-tool.c | |
parent | 744ca8e3754e6808c6b5331d287adc533fca0ad3 (diff) |
main-loop: unify qemu_init_main_loop between QEMU and tools
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qemu-tool.c')
-rw-r--r-- | qemu-tool.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/qemu-tool.c b/qemu-tool.c index 84273ae077..28a4e8d42a 100644 --- a/qemu-tool.c +++ b/qemu-tool.c @@ -92,13 +92,6 @@ void qemu_clock_warp(QEMUClock *clock) { } -int qemu_init_main_loop(void) -{ - init_clocks(); - init_timer_alarm(); - return main_loop_init(); -} - void slirp_update_timeout(uint32_t *timeout) { } |