I hope these patches can still be merged for QEMU 1.4.  They allow ./configure
--enable-trace-backend=simple compilation to succeed without compiler warnings.

The 'simple' backend was using deprecated g_thread_create() and g_cond_new() 
functions.

A signed/unsigned pointer mismatch when using the glib atomic int APIs was also 
fixed.

Stefan Hajnoczi (2):
  trace: use glib atomic int types
  trace: deal with deprecated glib thread functions

 trace/simple.c | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

-- 
1.8.1.2


Reply via email to