Re: [PATCH RFC server 01/11] vfio-user: build library

2021-07-20 Thread John Levon
On Tue, Jul 20, 2021 at 04:20:13PM +0400, Marc-André Lureau wrote: > > >> + libvfiouser = static_library('vfiouser', > > >> + build_by_default: false, > > >> + sources: vfiouser_files, > > >> + dependencies:

Re: [PATCH RFC server 01/11] vfio-user: build library

2021-07-20 Thread Marc-André Lureau
Hi On Tue, Jul 20, 2021 at 4:12 PM Jag Raman wrote: > > > > On Jul 19, 2021, at 4:24 PM, John Levon wrote: > > > > On Mon, Jul 19, 2021 at 04:00:03PM -0400, Jagannathan Raman wrote: > > > >> add the libvfio-user library as a submodule. build it as part of QEMU > >> > >> diff --git a/meson.build

Re: [PATCH RFC server 01/11] vfio-user: build library

2021-07-20 Thread Jag Raman
> On Jul 19, 2021, at 4:24 PM, John Levon wrote: > > On Mon, Jul 19, 2021 at 04:00:03PM -0400, Jagannathan Raman wrote: > >> add the libvfio-user library as a submodule. build it as part of QEMU >> >> diff --git a/meson.build b/meson.build >> index 6e4d2d8..f2f9f86 100644 >> --- a/meson.build

Re: [PATCH RFC server 01/11] vfio-user: build library

2021-07-19 Thread John Levon
On Mon, Jul 19, 2021 at 04:00:03PM -0400, Jagannathan Raman wrote: > add the libvfio-user library as a submodule. build it as part of QEMU > > diff --git a/meson.build b/meson.build > index 6e4d2d8..f2f9f86 100644 > --- a/meson.build > +++ b/meson.build > @@ -1894,6 +1894,41 @@ if get_option('cfi

[PATCH RFC server 01/11] vfio-user: build library

2021-07-19 Thread Jagannathan Raman
add the libvfio-user library as a submodule. build it as part of QEMU Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- configure | 11 +++ meson.build | 35 +++ .gitmodules