]> git.proxmox.com Git - mirror_qemu.git/commit
qcow: Use coroutines
authorKevin Wolf <kwolf@redhat.com>
Fri, 15 Jul 2011 14:27:42 +0000 (16:27 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 2 Aug 2011 13:53:41 +0000 (15:53 +0200)
commit52b8eb60132b27ad53476490e9d7579003390cfa
treed961048d8c624b54b5aece75d42add3326e55c67
parent68d100e905453ebbeea8e915f4f18a2bd4339fe8
qcow: Use coroutines

The old qcow format is another user of the AsyncContext infrastructure.
Converting it to coroutines (and therefore CoMutexes) allows to remove
AsyncContexts.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow.c