aio / timers: Remove alarm timers
Remove alarm timers from qemu-timers.c now we use g_poll / ppoll instead. Signed-off-by: Alex Bligh <alex@alex.org.uk> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
54904d2a91
commit
6d32717155
@@ -131,10 +131,6 @@ int qemu_init_main_loop(void)
|
||||
GSource *src;
|
||||
|
||||
init_clocks();
|
||||
if (init_timer_alarm() < 0) {
|
||||
fprintf(stderr, "could not initialize alarm timer\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
ret = qemu_signal_init();
|
||||
if (ret) {
|
||||
|
||||
Reference in New Issue
Block a user