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
@@ -635,9 +635,6 @@ bool qemu_run_timers(QEMUClock *clock);
|
||||
*/
|
||||
bool qemu_run_all_timers(void);
|
||||
|
||||
void configure_alarms(char const *opt);
|
||||
int init_timer_alarm(void);
|
||||
|
||||
/**
|
||||
* initclocks:
|
||||
*
|
||||
|
Reference in New Issue
Block a user