Home
last modified time | relevance | path

Searched hist:"4 a0e6714" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/trace/
H A Dsimple.c4a0e6714 Tue Feb 12 07:34:05 CST 2013 Stefan Hajnoczi <stefanha@redhat.com> trace: deal with deprecated glib thread functions

g_thread_create() was deprecated in favor of g_thread_new() and
g_cond_new() was deprecated in favor of GCond initialization. If the
host has glib 2.31 or newer, avoid using the deprecated functions.

This patch solves compiler warnings that are generated when glib's
deprecated functions are used.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1360676045-9204-3-git-send-email-stefanha@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>