commit | 9a1e94812913667fe52d01c8ee2b7efe5f404478 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Oct 22 17:54:38 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Oct 27 12:28:59 2009 -0500 |
tree | 1bce5fd99aac008ef46b0c3fb7ccfb6988d094a4 | |
parent | 4f999d05f55586ba73494c5ada6d9c5eb9eb800c [diff] |
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>