Merge remote-tracking branch 'stefanha/trivial-patches' into staging

* stefanha/trivial-patches:
  make: fix clean rule by removing build file in qom/
  configure: Link qga against UST tracing related libraries
  configure: Link QEMU against 'liburcu-bp'
  main-loop: make qemu_event_handle static
  block/curl: Replace usleep by g_usleep
  qtest: Add missing GCC_FMT_ATTR
  w32: Undefine error constants before their redefinition
  configure: fix mingw32 libs_qga typo
This commit is contained in:
Anthony Liguori 2012-04-10 08:10:41 -05:00
commit 72fe3aaed9
6 changed files with 10 additions and 5 deletions

View file

@ -164,7 +164,7 @@ static int qemu_signal_init(void)
#else /* _WIN32 */
HANDLE qemu_event_handle = NULL;
static HANDLE qemu_event_handle = NULL;
static void dummy_event_handler(void *opaque)
{