qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v3 0/2] Make simpletrace work on Windows


From: stefanha
Subject: [Qemu-devel] [PATCH v3 0/2] Make simpletrace work on Windows
Date: Tue, 20 Sep 2011 13:17:05 +0100

From: Stefan Hajnoczi <address@hidden>

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

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