]> git.proxmox.com Git - qemu.git/commit
aio / timers: On timer modification, qemu_notify or aio_notify
authorAlex Bligh <alex@alex.org.uk>
Wed, 21 Aug 2013 15:02:55 +0000 (16:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 17:10:28 +0000 (19:10 +0200)
commitb1bbfe72ec1ebf302d97f886cc646466c0abd679
tree12c6814d68c6b4cad6fa45bbb0d9f88569914722
parent7b595f35d89d73bc69c35bf3980a89c420e8a44b
aio / timers: On timer modification, qemu_notify or aio_notify

On qemu_mod_timer_ns, ensure qemu_notify or aio_notify is called to
end the appropriate poll(), irrespective of use_icount value.

On qemu_clock_enable, ensure qemu_notify or aio_notify is called for
all QEMUTimerLists attached to the QEMUClock.

Signed-off-by: Alex Bligh <alex@alex.org.uk>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/qemu/timer.h
qemu-timer.c