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