From: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>

The 'simple' trace backend uses pthreads and does not work on Windows.  These
patches switch from pthreads to glib so that the code builds on all platforms
supported by glib.

v3:
 * Explain that glib threads need to be used directly
 * Explain the signal masking

v2:
 * Block signals in trace write-out thread

Stefan Hajnoczi (2):
  trace: portable simple trace backend using glib
  trace: use binary file open mode in simpletrace

 trace/simple.c |   76 ++++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 49 insertions(+), 27 deletions(-)

-- 
1.7.5.4


Reply via email to