]> git.proxmox.com Git - qemu.git/commit
aio / timers: Add QEMUTimerListGroup and helper functions
authorAlex Bligh <alex@alex.org.uk>
Wed, 21 Aug 2013 15:02:48 +0000 (16:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 17:10:27 +0000 (19:10 +0200)
commit754d6a544d044bddeef87e9a63b4f511f59f3c4e
tree294e47851b21c481259cc0dcf197a4c6237ddcc6
parent6a1751b7aad6e38e9d1ae6bcea72fa28bf6cc5fb
aio / timers: Add QEMUTimerListGroup and helper functions

Add QEMUTimerListGroup and helper functions, to represent
a QEMUTimerList associated with each clock. Add a default
QEMUTimerListGroup representing the default timer lists
which are not associated with any other object (e.g.
an AioContext as added by future patches).

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