Re: [Qemu-devel] [PATCH for-2.5 v4 3/4] vhost-user-test: fix crash with glib < 2.36

2015-12-01 Thread Alex Bennée
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > The prepare callback needs to be implemented with glib < 2.36, > quoting glib documentation: > "Since 2.36 this may be NULL, in which case the effect is as if the > function always returns FALSE with a timeout of -1." > > Signed-o

[Qemu-devel] [PATCH for-2.5 v4 3/4] vhost-user-test: fix crash with glib < 2.36

2015-11-30 Thread marcandre . lureau
From: Marc-André Lureau The prepare callback needs to be implemented with glib < 2.36, quoting glib documentation: "Since 2.36 this may be NULL, in which case the effect is as if the function always returns FALSE with a timeout of -1." Signed-off-by: Marc-André Lureau --- tests/vhost-user-test