commit | 1a6e115b19b0d3831d63bbacb843722070e6674c | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Thu Oct 13 13:08:25 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Oct 13 15:02:54 2011 +0200 |
tree | f6c410b167c9cb9e4c299bf392b00443e936ca98 | |
parent | 6b7cb2479b2b8ac2a3368ade3e72bfd8121675c2 [diff] |
block: switch bdrv_aio_writev() to coroutines More sync, aio, and coroutine unification. Make bdrv_aio_writev() go through coroutine request processing. Remove the dirty block callback mechanism which was needed only for aio processing and can be done more naturally in coroutine context. Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>