diff options
author | Paolo Bonzini | 2017-02-22 19:07:23 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2017-02-27 14:33:24 +0100 |
commit | ba3186c4e473963ba83b5792f3d02d4ac0a76ba5 (patch) | |
tree | ea4439e9727a865f1581ce2667f4990c33b36615 /include/hw | |
parent | Merge remote-tracking branch 'remotes/artyom/tags/pull-sun4v-20170226' into s... (diff) | |
download | qemu-ba3186c4e473963ba83b5792f3d02d4ac0a76ba5.tar.gz qemu-ba3186c4e473963ba83b5792f3d02d4ac0a76ba5.tar.xz qemu-ba3186c4e473963ba83b5792f3d02d4ac0a76ba5.zip |
curl: do not use aio_context_acquire/release
Now that all bottom halves and callbacks take care of taking the
AioContext lock, we can migrate some users away from it and to a
specific QemuMutex or CoMutex.
Protect BDRVCURLState access with a QemuMutex.
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20170222180725.28611-2-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include/hw')
0 files changed, 0 insertions, 0 deletions