On 12 October 2015 at 17:34, Dr. David Alan Gilbert wrote:
> The interaction of stuff that includes glib.h and others that
> include glib-compat.h was messy; I was working on the assumption
> that stuff that included glib-compat.h knew it was using newer
> things and didn't expect a warning; the p
* Peter Maydell (peter.mayd...@linaro.org) wrote:
> On 12 October 2015 at 13:31, Daniel P. Berrange wrote:
> > On Mon, Oct 12, 2015 at 02:24:36PM +0200, Marc-André Lureau wrote:
> >> What about just using the macro, but not bumping glib requirement?
> >
> > It would be desirable - I think someone
On 10/12/2015 08:38 AM, Peter Maydell wrote:
> On 12 October 2015 at 13:31, Daniel P. Berrange wrote:
>> On Mon, Oct 12, 2015 at 02:24:36PM +0200, Marc-André Lureau wrote:
>>> What about just using the macro, but not bumping glib requirement?
>>
>> It would be desirable - I think someone explor
On 12 October 2015 at 13:31, Daniel P. Berrange wrote:
> On Mon, Oct 12, 2015 at 02:24:36PM +0200, Marc-André Lureau wrote:
>> What about just using the macro, but not bumping glib requirement?
>
> It would be desirable - I think someone explored using the GLIB_VERSION
> macros before, without bu
On Mon, Oct 12, 2015 at 02:24:36PM +0200, Marc-André Lureau wrote:
> Hi
>
> On Mon, Oct 12, 2015 at 1:26 PM, Daniel P. Berrange
> wrote:
> > On Mon, Oct 12, 2015 at 12:54:56PM +0200, marcandre.lur...@redhat.com wrote:
> >> From: Marc-André Lureau
> >>
> >> Bump glib requirement to be able to us
Hi
On Mon, Oct 12, 2015 at 1:26 PM, Daniel P. Berrange wrote:
> On Mon, Oct 12, 2015 at 12:54:56PM +0200, marcandre.lur...@redhat.com wrote:
>> From: Marc-André Lureau
>>
>> Bump glib requirement to be able to use the GLIB_VERSION macros.
>
> We had a discussion about glib min version a few mont
On Mon, Oct 12, 2015 at 12:54:56PM +0200, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> Bump glib requirement to be able to use the GLIB_VERSION macros.
We had a discussion about glib min version a few months back where it
was decided 2.22 was the maximum we could use at the c
On Mon, 12 Oct 2015 12:54:56 +0200
marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> Bump glib requirement to be able to use the GLIB_VERSION macros.
>
> Marc-André Lureau (3):
> hw/acpi/aml-build: remove useless glib version check
> configure: require glib 2.26
> Remove gl
From: Marc-André Lureau
Bump glib requirement to be able to use the GLIB_VERSION macros.
Marc-André Lureau (3):
hw/acpi/aml-build: remove useless glib version check
configure: require glib 2.26
Remove glib < 2.26 compatibility code
configure | 5 +++--
hw/acpi/aml-build.c