"Michael S. Tsirkin" <m...@redhat.com> writes: > On Tue, Mar 03, 2015 at 04:24:15PM +0100, Paolo Bonzini wrote: >> This provides g_ptr_array_new_with_free_func, as well as a few >> other functions that we've been hacking around in glib-compat.h. >> Cleaning up the compatibility headers will come later. >> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > > 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.