Re: [Qemu-devel] [PATCH] configure: bump glib version to 2.16

2015-05-07 Thread Markus Armbruster
John Snow writes: > On 05/07/2015 08:22 AM, Peter Maydell wrote: >> On 10 March 2015 at 17:45, Peter Maydell wrote: >>> On 10 March 2015 at 17:43, John Snow wrote: Wasn't aware we were actually going through with that; it had looked like we were going to refrain from fiddling with it

Re: [Qemu-devel] [PATCH] configure: bump glib version to 2.16

2015-05-07 Thread John Snow
On 05/07/2015 08:22 AM, Peter Maydell wrote: > On 10 March 2015 at 17:45, Peter Maydell wrote: >> On 10 March 2015 at 17:43, John Snow wrote: >>> Wasn't aware we were actually going through with that; it had looked >>> like we were going to refrain from fiddling with it because we found >>> a w

Re: [Qemu-devel] [PATCH] configure: bump glib version to 2.16

2015-05-07 Thread Peter Maydell
On 10 March 2015 at 17:45, Peter Maydell wrote: > On 10 March 2015 at 17:43, John Snow wrote: >> Wasn't aware we were actually going through with that; it had looked >> like we were going to refrain from fiddling with it because we found >> a workaround that sufficed for glib 2.12. > > Well, we'r

Re: [Qemu-devel] [PATCH] configure: bump glib version to 2.16

2015-03-12 Thread Peter Maydell
On 10 March 2015 at 17:43, John Snow wrote: > Wasn't aware we were actually going through with that; it had looked > like we were going to refrain from fiddling with it because we found > a workaround that sufficed for glib 2.12. Well, we're not doing anything before QEMU 2.3 is released. But if

Re: [Qemu-devel] [PATCH] configure: bump glib version to 2.16

2015-03-12 Thread John Snow
Adding in Michael Tokarev, I fat-fingered his email address. On 03/10/2015 01:37 PM, John Snow wrote: Our qtest suite relies on many functions available only in glib 2.16+. Even though our base QEMU binary may only require 2.12+, it is confusing to have two separate version requirements. Thus,

Re: [Qemu-devel] [PATCH] configure: bump glib version to 2.16

2015-03-10 Thread John Snow
On 03/10/2015 01:41 PM, Peter Maydell wrote: On 10 March 2015 at 17:37, John Snow mailto:js...@redhat.com>> wrote: Our qtest suite relies on many functions available only in glib 2.16+. Even though our base QEMU binary may only require 2.12+, it is confusing to have two separate

Re: [Qemu-devel] [PATCH] configure: bump glib version to 2.16

2015-03-10 Thread Peter Maydell
On 10 March 2015 at 17:37, John Snow wrote: > Our qtest suite relies on many functions available only in glib 2.16+. > Even though our base QEMU binary may only require 2.12+, it is confusing > to have two separate version requirements. > > Thus, this is an attempt to re-establish a sane baseline

[Qemu-devel] [PATCH] configure: bump glib version to 2.16

2015-03-10 Thread John Snow
Our qtest suite relies on many functions available only in glib 2.16+. Even though our base QEMU binary may only require 2.12+, it is confusing to have two separate version requirements. Thus, this is an attempt to re-establish a sane baseline for the entire project at 2.16+. Signed-off-by: John