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

2021-09-13 Thread Stefan Hajnoczi
On Fri, Sep 10, 2021 at 05:21:33PM +0200, Philippe Mathieu-Daudé wrote: > On 9/8/21 2:25 PM, Stefan Hajnoczi wrote: > > On Fri, Aug 27, 2021 at 01:53:20PM -0400, Jagannathan Raman wrote: > > >> diff --git a/.gitmodules b/.gitmodules > >> index 08b1b48..cfeea7c 100644 > >> --- a/.gitmodules > >> ++

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

2021-09-13 Thread Philippe Mathieu-Daudé
On 9/12/21 12:29 AM, John Levon wrote: > On Fri, Sep 10, 2021 at 05:20:09PM +0200, Philippe Mathieu-Daudé wrote: >> On 8/27/21 7:53 PM, Jagannathan Raman wrote: >>> add the libvfio-user library as a submodule. build it as a cmake >>> subproject. >>> >>> Signed-off-by: Elena Ufimtseva >>> Signed-of

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

2021-09-11 Thread John Levon
On Fri, Sep 10, 2021 at 05:20:09PM +0200, Philippe Mathieu-Daudé wrote: > On 8/27/21 7:53 PM, Jagannathan Raman wrote: > > 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:

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

2021-09-10 Thread Jag Raman
> On Sep 10, 2021, at 11:20 AM, Philippe Mathieu-Daudé > wrote: > > On 8/27/21 7:53 PM, Jagannathan Raman wrote: >> 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: Jaganna

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

2021-09-10 Thread Philippe Mathieu-Daudé
On 9/8/21 2:25 PM, Stefan Hajnoczi wrote: > On Fri, Aug 27, 2021 at 01:53:20PM -0400, Jagannathan Raman wrote: >> diff --git a/.gitmodules b/.gitmodules >> index 08b1b48..cfeea7c 100644 >> --- a/.gitmodules >> +++ b/.gitmodules >> @@ -64,3 +64,6 @@ >> [submodule "roms/vbootrom"] >> path = ro

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

2021-09-10 Thread Philippe Mathieu-Daudé
On 8/27/21 7:53 PM, Jagannathan Raman wrote: > 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| 11 +++ > meson.build

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

2021-09-08 Thread Stefan Hajnoczi
On Fri, Aug 27, 2021 at 01:53:20PM -0400, Jagannathan Raman wrote: > diff --git a/meson.build b/meson.build > index bf63784..2b2d5c2 100644 > --- a/meson.build > +++ b/meson.build > @@ -1898,6 +1898,34 @@ if get_option('cfi') and slirp_opt == 'system' > + ' Please configure with --enable-

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

2021-08-27 Thread Jag Raman
> On Aug 27, 2021, at 1:53 PM, Jag Raman wrote: > > 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| 11 +++ > meson.

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

2021-08-27 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| 11 +++ meson.build | 28 .gitmodules