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.
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 | 72 +++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 45 insertions(+), 27 deletions(-) -- 1.7.5.4