Home
last modified time | relevance | path

Searched hist:ba3186c4 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/block/
H A Dcurl.cba3186c4 Wed Feb 22 12:07:23 CST 2017 Paolo Bonzini <pbonzini@redhat.com> 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>