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)
commit861fd7f89d82e63c76eb68cbe05eefee9e621232
tree1bce5fd99aac008ef46b0c3fb7ccfb6988d094a4
parent78803f4b68f9d5f77149c7c9512930998de47bb4
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