qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 1/4] tracing: start trace processing thread in fi


From: Eric Blake
Subject: Re: [Qemu-devel] [PULL 1/4] tracing: start trace processing thread in final child process
Date: Mon, 27 Jan 2014 12:25:07 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/27/2014 07:53 AM, Stefan Hajnoczi wrote:
> From: Michael Mueller <address@hidden>
> 
> When running with trace backend e.g. "simple" the writer thread needs to be
> implemented in the same process context as the trace points that will be
> processed. Under libvirtd control, qemu gets first started in daemonized
> mode to privide its capabilities. Creating the writer thread in the initial

s/privide/provide/

> process context then leads to a dead lock because the thread gets termined

s/dead lock/deadlock/
s/termined/terminated/

> together with the initial parent. (-daemonize)
> 
> Signed-off-by: Michael Mueller <address@hidden>
> Signed-off-by: Christian Borntraeger <address@hidden>
> [minor whitespace fixes]
> Signed-off-by: Stefan Hajnoczi <address@hidden>


-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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