[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/2] Make simpletrace work on Windows
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PATCH v2 0/2] Make simpletrace work on Windows |
Date: |
Mon, 19 Sep 2011 13:02:51 +0100 |
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
- [Qemu-devel] [PATCH v2 0/2] Make simpletrace work on Windows,
Stefan Hajnoczi <=