« Previous | Next » 

Revision 8a745f2a

ID8a745f2a9296ad2cf6bda33534ed298f2625a4ad

Added by Michael Mueller about 10 years ago

tracing: start trace processing thread in final child process

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
process context then leads to a dead lock because the thread gets termined
together with the initial parent. (-daemonize)

Signed-off-by: Michael Mueller <>
Signed-off-by: Christian Borntraeger <>
[minor whitespace fixes]
Signed-off-by: Stefan Hajnoczi <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences