qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-1.4 0/2] trace: fix trace/simple.c compiler warn


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH for-1.4 0/2] trace: fix trace/simple.c compiler warnings
Date: Tue, 12 Feb 2013 14:34:03 +0100

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

[Prev in Thread] Current Thread [Next in Thread]