qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/2] Compile time checks for newer glib


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 2/2] Compile time checks for newer glib
Date: Fri, 29 May 2015 17:37:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0


On 29/05/2015 17:01, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
> 
> Newer glib has support for checking that applications aren't
> using newer glib calls than they should be.
> 
> The support for the check only went into glib 2.32 and it only
> has macros for version 2.26 upwards; although we only insist
> on 2.22 at the moment, I set the glib checks to the earliest of 2.26,
> it wont cause problems on anything <2.32 since the checks aren't
> there.

I think we need 2.32 minimum, because we use the 2.32 mutex/condvar
functions if available.

Paolo



reply via email to

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