commit | 47e86b868d57ffe13162ca44e5f6a51c15c4a769 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Tue Jun 26 15:52:13 2018 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 29 14:20:56 2018 +0200 |
tree | 83d3584e78a12ad5587ffb720e6de6da3ef84b8f | |
parent | 061ca8a368165fae300748c17971824a089f521f [diff] |
qcow2: Remove coroutine trampoline for preallocate_co() All callers are coroutine_fns now, so we can just directly call preallocate_co(). Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>