Re: [PATCH v3 02/12] vfio-user: build library

2021-11-01 Thread Stefan Hajnoczi
On Fri, Oct 29, 2021 at 02:17:43PM +, Jag Raman wrote: > Hi Stefan, > > > On Oct 27, 2021, at 11:17 AM, Stefan Hajnoczi wrote: > > > > On Mon, Oct 11, 2021 at 01:31:07AM -0400, Jagannathan Raman wrote: > >> diff --git a/hw/remote/Kconfig b/hw/remote/Kconfig > >> index 08c16e235f..f9e512d44a

Re: [PATCH v3 02/12] vfio-user: build library

2021-10-29 Thread Jag Raman
Hi Stefan, > On Oct 27, 2021, at 11:17 AM, Stefan Hajnoczi wrote: > > On Mon, Oct 11, 2021 at 01:31:07AM -0400, Jagannathan Raman wrote: >> diff --git a/hw/remote/Kconfig b/hw/remote/Kconfig >> index 08c16e235f..f9e512d44a 100644 >> --- a/hw/remote/Kconfig >> +++ b/hw/remote/Kconfig >> @@ -1,4 +

Re: [PATCH v3 02/12] vfio-user: build library

2021-10-27 Thread Stefan Hajnoczi
On Mon, Oct 11, 2021 at 01:31:07AM -0400, Jagannathan Raman wrote: > diff --git a/hw/remote/Kconfig b/hw/remote/Kconfig > index 08c16e235f..f9e512d44a 100644 > --- a/hw/remote/Kconfig > +++ b/hw/remote/Kconfig > @@ -1,4 +1,9 @@ > +config VFIO_USER_SERVER > +bool > +default n Does VFIO_USER

[PATCH v3 02/12] vfio-user: build library

2021-10-10 Thread Jagannathan Raman
add the libvfio-user library as a submodule. build it as a cmake subproject. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- configure | 13 +++- meson.build| 39 +