Re: [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process

2020-04-29 Thread Stefan Hajnoczi
On Tue, Apr 28, 2020 at 02:58:21PM -0400, Jag Raman wrote: > > On Apr 28, 2020, at 12:29 PM, Stefan Hajnoczi wrote: > > On Fri, Apr 24, 2020 at 09:47:56AM -0400, Jag Raman wrote: > >>> On Apr 24, 2020, at 9:12 AM, Stefan Hajnoczi wrote: > >>> On Wed, Apr 22, 2020 at 09:13:43PM -0700, elena.ufimts

Re: [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process

2020-04-28 Thread Jag Raman
> On Apr 28, 2020, at 12:29 PM, Stefan Hajnoczi wrote: > > On Fri, Apr 24, 2020 at 09:47:56AM -0400, Jag Raman wrote: >>> On Apr 24, 2020, at 9:12 AM, Stefan Hajnoczi wrote: >>> On Wed, Apr 22, 2020 at 09:13:43PM -0700, elena.ufimts...@oracle.com wrote: diff --git a/stubs/Makefile.objs b

Re: [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process

2020-04-28 Thread Stefan Hajnoczi
On Fri, Apr 24, 2020 at 09:47:56AM -0400, Jag Raman wrote: > > On Apr 24, 2020, at 9:12 AM, Stefan Hajnoczi wrote: > > On Wed, Apr 22, 2020 at 09:13:43PM -0700, elena.ufimts...@oracle.com wrote: > >> diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs > >> index f884bb6180..f74c7e927b 100644 >

Re: [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process

2020-04-24 Thread Jag Raman
> On Apr 24, 2020, at 9:12 AM, Stefan Hajnoczi wrote: > > On Wed, Apr 22, 2020 at 09:13:43PM -0700, elena.ufimts...@oracle.com wrote: >> diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs >> index f884bb6180..f74c7e927b 100644 >> --- a/stubs/Makefile.objs >> +++ b/stubs/Makefile.objs >> @@

Re: [PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process

2020-04-24 Thread Stefan Hajnoczi
On Wed, Apr 22, 2020 at 09:13:43PM -0700, elena.ufimts...@oracle.com wrote: > diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs > index f884bb6180..f74c7e927b 100644 > --- a/stubs/Makefile.objs > +++ b/stubs/Makefile.objs > @@ -20,6 +20,7 @@ stub-obj-y += migr-blocker.o > stub-obj-y += change

[PATCH RESEND v6 08/36] multi-process: Add stub functions to facilitate build of multi-process

2020-04-22 Thread elena . ufimtseva
From: Jagannathan Raman Add stub functions that are needed during compile time but not in runtime. To avoid duplicate symbol while linking for monitor_get_fd, put in a separate file. Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman Signed-off-by: Elena Ufimtseva --- MAINTAINERS