commit | 9e944cb4744b527dd93aa989023739375a8880fb | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 27 12:49:04 2016 +0200 |
committer | Fam Zheng <famz@redhat.com> | Fri Oct 28 21:50:18 2016 +0800 |
tree | 2bdc8d103f1b12785d7c78073adfa7e3bd426a42 | |
parent | 15afd94a0470dcace6c73d7187a0602188bfd21c [diff] |
qemu-img: call aio_context_acquire/release around block job This will be needed by bdrv_reopen_multiple, which calls bdrv_drain_all and thus will *release* the AioContext. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Message-Id: <1477565348-5458-17-git-send-email-pbonzini@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com>