Stefan Hajnoczi 30d940875d trace: use glib atomic int types
Juan reported that RHEL 6.4 hosts give compiler warnings because we use
unsigned int while glib prototypes use volatile gint in trace/simple.c.

  trace/simple.c:223: error: pointer targets in passing argument 1 of 'g_atomic_int_compare_and_exchange' differ in signedness

These variables are only accessed with glib atomic int functions so
let's play it by the book and use volatile gint.

Reported-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 1360676045-9204-2-git-send-email-stefanha@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2013-02-12 16:26:43 -06:00
2013-02-11 08:14:41 -06:00
2013-01-26 13:15:35 +00:00
2013-02-12 10:03:27 +01:00
2013-01-18 19:06:57 +01:00
2013-02-07 13:13:39 -06:00
2013-02-09 13:39:45 +00:00
2013-02-01 15:53:11 -06:00
2013-02-09 13:39:45 +00:00
2013-01-30 16:03:57 +00:00
2013-02-06 15:52:07 +01:00
2013-02-12 16:26:43 -06:00
2013-02-06 08:29:21 -06:00
2013-01-30 10:42:29 +01:00
2013-01-26 13:15:35 +00:00
2013-01-17 10:24:52 -02:00
2013-02-11 13:22:39 -06:00
2013-02-06 18:33:47 -06:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
No description provided
Readme 404 MiB
Languages
C 82.6%
C++ 6.5%
Python 3.4%
Dylan 2.9%
Shell 1.6%
Other 2.8%