On 09/09/2011 12:37 PM, Stefan Hajnoczi wrote:
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.
Only one thing I'm unhappy about: the simpletrace write-out thread used to
block all signals. I have removed that code and don't expect glib to do it for
me. I'm not sure if there is a problem if signal handlers are invoked in the
write-out thread instead of a QEMU thread. Any thoughts?
Yes it's a problem when we block a signal completely and only process it
with sigtimedwait().
--
error compiling committee.c: too many arguments to function