Re: [Qemu-devel] [PATCH] tracing: start trace processing thread in final child process

2013-09-24 Thread Stefan Hajnoczi
On Mon, Sep 23, 2013 at 04:36:54PM +0200, Christian Borntraeger wrote: > From: Michael Mueller > > 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

[Qemu-devel] [PATCH] tracing: start trace processing thread in final child process

2013-09-23 Thread Christian Borntraeger
From: Michael Mueller 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