qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/2] Make simpletrace work on Windows
@ 2011-09-20 12:17 stefanha
  2011-09-20 12:17 ` [Qemu-devel] [PATCH v3 1/2] trace: portable simple trace backend using glib stefanha
  2011-09-20 12:17 ` [Qemu-devel] [PATCH v3 2/2] trace: use binary file open mode in simpletrace stefanha
  0 siblings, 2 replies; 3+ messages in thread
From: stefanha @ 2011-09-20 12:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini, Stefan Hajnoczi, Jan Kiszka

From: Stefan Hajnoczi <stefanha@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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-20 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 12:17 [Qemu-devel] [PATCH v3 0/2] Make simpletrace work on Windows stefanha
2011-09-20 12:17 ` [Qemu-devel] [PATCH v3 1/2] trace: portable simple trace backend using glib stefanha
2011-09-20 12:17 ` [Qemu-devel] [PATCH v3 2/2] trace: use binary file open mode in simpletrace stefanha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).