Re: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread Peter Maydell
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

Re: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread Dr. David Alan Gilbert
* 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

Re: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread John Snow
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

Re: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread Peter Maydell
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

Re: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread Daniel P. Berrange
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

Re: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread Marc-André Lureau
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

Re: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread Daniel P. Berrange
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

Re: [Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread Cornelia Huck
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

[Qemu-devel] [PATCH 0/3] Use glib 2.26 version macros

2015-10-12 Thread marcandre . lureau
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