Re: [Qemu-devel] [PATCH v2] vhost-user-test: do not reinvent glib-compat.h

2015-09-30 Thread Marc-André Lureau
Reviewed-by: Marc-André Lureau Tested-by: Marc-André Lureau (It conflicts with my vhost-user series, but fixing it is quite trivial, I pushed a rebased version on my devel tree https://github.com/elmarco/qemu/tree/vhost-user) On Tue, Sep 29, 2015 at 2:12 PM, Paolo Bonzini wrote: > glib-compat

[Qemu-devel] [PATCH v2] vhost-user-test: do not reinvent glib-compat.h

2015-09-29 Thread Paolo Bonzini
glib-compat.h has the gunk to support both old-style and new-style gthread functions. Use it instead of reinventing it. Signed-off-by: Paolo Bonzini --- tests/vhost-user-test.c | 113 +++- 1 file changed, 16 insertions(+), 97 deletions(-) diff --git