]> git.proxmox.com Git - qemu.git/commit - async.c
Introduce contexts for asynchronous callbacks
authorKevin Wolf <kwolf@redhat.com>
Thu, 22 Oct 2009 15:54:38 +0000 (17:54 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:28:59 +0000 (12:28 -0500)
commit9a1e94812913667fe52d01c8ee2b7efe5f404478
tree1bce5fd99aac008ef46b0c3fb7ccfb6988d094a4
parent4f999d05f55586ba73494c5ada6d9c5eb9eb800c
Introduce contexts for asynchronous callbacks

Add the possibility to use AIO and BHs without allowing foreign callbacks to be
run. Basically, you put your own AIOs and BHs in a separate context. For
details see the comments in the source.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
async.c
qemu-common.h
qemu-tool.c