qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/3] glib: bump min required glib library versio


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 2/3] glib: bump min required glib library version to 2.42
Date: Fri, 4 May 2018 15:02:41 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

On 05/04/2018 11:00 AM, Daniel P. Berrangé wrote:
Per supported platforms doc, the various min glib on relevant distros is:

   RHEL-7: 2.50.3
   Debian (Stretch): 2.50.3
   Debian (Jessie): 2.42.1
   OpenBSD (Ports): 2.54.3
   FreeBSD (Ports): 2.50.3
   OpenSUSE Leap 15: 2.54.3
   Ubuntu (Xenial): 2.48.0
   macOS (Homebrew): 2.56.0


Worth listing mingw in this list (at least the cross-compile environment that docker tests from Fedora)?

This suggests that a minimum glib of 2.42 is a reasonable target

Signed-off-by: Daniel P. Berrangé <address@hidden>
---

+++ b/trace/simple.c
@@ -36,9 +36,9 @@
   * Trace records are written out by a dedicated thread.  The thread waits for
   * records to become available, writes them out, and then waits again.
   */
-static CompatGMutex trace_lock;
-static CompatGCond trace_available_cond;
-static CompatGCond trace_empty_cond;
+static GMuttex trace_lock;

As pointed out by patchew, this is a typo.

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

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