qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] configure: require glib 2.22


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] configure: require glib 2.22
Date: Wed, 4 Mar 2015 23:02:12 +0900

On 4 March 2015 at 16:42, Markus Armbruster <address@hidden> wrote:
> "Michael S. Tsirkin" <address@hidden> writes:
>> At least the g_ptr_array_new_with_free_func is easy to work around, I
>> fixed that one up.  If we are decided, maybe defer this until after 2.3,
>> we have enough noise in 2.3 already ...
>
> Nah, let's go for it.  The additional noise is a drop in the bucket.
> Moreover, I trust our ability to test a transition to more recent GLib a
> whole lot more than GLib compatibility code for unfortunate users stuck
> with ancient OS versions that developers generally don't even compile,
> let alone use.

Not sure what you have in mind here -- Michael's change to his
patch doesn't add separate code for old glib versions, it just
switches to a different API so the same code works on all versions.

I would have been willing to bump the dependency at this point
if it was hard to work around this one, but since we already
have a patch I'd rather use that and defer the dependency
bump til after 2.3.

Incidentally we do at least compile test this, or we wouldn't be
having this conversation. 2.12 can't compile the 'make check'
tests, though, so it is only a compile test... Still in general
I don't expect much of QEMU to be all that dependent on the
underlying OS, if you ignore the KVM parts. About the only
thing with a bad case of API churn is glib, everything else
(libc, X11, SDL, etc) is pretty stable.

-- PMM



reply via email to

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