Re: [PATCH v2 5/8] libvhost-user: make it a meson subproject

2020-12-02 Thread Stefan Hajnoczi
On Wed, Nov 25, 2020 at 02:06:37PM +0400, marcandre.lur...@redhat.com wrote: > diff --git a/meson.build b/meson.build > index 5062407c70..1b14998691 100644 > --- a/meson.build > +++ b/meson.build > @@ -1476,7 +1476,12 @@ trace_events_subdirs += [ >'util', > ] > >

[PATCH v2 5/8] libvhost-user: make it a meson subproject

2020-11-25 Thread marcandre . lureau
From: Marc-André Lureau By making libvhost-user a subproject, check it builds standalone (without the global QEMU cflags etc). Note that the library still relies on QEMU include/qemu/atomic.h and linux_headers/. Signed-off-by: Marc-André Lureau --- meson.build