block: Use new AsyncContext for bdrv_read/write emulation
commit65d6b3d885146346741e167aca25b9b219e85c88
authorKevin Wolf <kwolf@redhat.com>
Thu, 22 Oct 2009 15:54:39 +0000 (22 17:54 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:28:59 +0000 (27 12:28 -0500)
tree66ade4649e47733b3d49e830f8351b58bdf589a4
parent9a1e94812913667fe52d01c8ee2b7efe5f404478
block: Use new AsyncContext for bdrv_read/write emulation

bdrv_read/write emulation is used as the perfect example why we need something
like AsyncContexts. So maybe they better start using it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
block.c