qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/3] curl: do not use aio_context_acquire/releas


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH 1/3] curl: do not use aio_context_acquire/release
Date: Wed, 22 Feb 2017 15:13:28 +0000
User-agent: Mutt/1.7.1 (2016-10-04)

On Fri, Feb 17, 2017 at 08:40:26PM +0100, Paolo Bonzini wrote:
> 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.
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  block/curl.c | 24 +++++++++++++++---------
>  1 file changed, 15 insertions(+), 9 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]