commit | 52b8eb60132b27ad53476490e9d7579003390cfa | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Jul 15 16:27:42 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Aug 02 15:53:41 2011 +0200 |
tree | d961048d8c624b54b5aece75d42add3326e55c67 | |
parent | 68d100e905453ebbeea8e915f4f18a2bd4339fe8 [diff] |
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>