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

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

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

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

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

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).