]> git.proxmox.com Git - qemu.git/commit
aio / timers: Add QEMUTimerListGroup to AioContext
authorAlex Bligh <alex@alex.org.uk>
Wed, 21 Aug 2013 15:02:49 +0000 (16:02 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 22 Aug 2013 17:10:27 +0000 (19:10 +0200)
commitdae21b98b973e8d878a92b44f70a51aa8d4c739b
tree6cb0d9a0bd76967cf37fc6244fcc70077de504b6
parent754d6a544d044bddeef87e9a63b4f511f59f3c4e
aio / timers: Add QEMUTimerListGroup to AioContext

Add a QEMUTimerListGroup each AioContext (meaning a QEMUTimerList
associated with each clock is added) and delete it when the
AioContext is freed.

Signed-off-by: Alex Bligh <alex@alex.org.uk>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
async.c
include/block/aio.h
tests/test-aio.c
tests/test-thread-pool.c