diff options
author | Alex Bligh <alex@alex.org.uk> | 2013-08-21 16:02:59 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-08-22 19:10:55 +0200 |
commit | 6d327171551a12b937c5718073b9848d0274c74d (patch) | |
tree | 631ca2a4105f40301da86bdbf0ba08fc1f214ba8 /include | |
parent | 54904d2a9165bd34dee0f076826b308be2498fe0 (diff) | |
download | qemu-6d327171551a12b937c5718073b9848d0274c74d.zip |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu/timer.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/qemu/timer.h b/include/qemu/timer.h index 84b35c8018..d0fb7b60f6 100644 --- a/include/qemu/timer.h +++ b/include/qemu/timer.h @@ -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: * |