Re: [PATCH v6 16/36] multi-process: remote process initialization

2020-04-10 Thread Elena Ufimtseva
On Thu, Apr 09, 2020 at 07:00:02PM +0100, Dr. David Alan Gilbert wrote: > * elena.ufimts...@oracle.com (elena.ufimts...@oracle.com) wrote: > > From: Jagannathan Raman > > > > Adds the handler to process message from QEMU, > > Initialize remote process main loop, handles SYNC_SYSMEM > > message by

Re: [PATCH v6 16/36] multi-process: remote process initialization

2020-04-09 Thread Dr. David Alan Gilbert
* elena.ufimts...@oracle.com (elena.ufimts...@oracle.com) wrote: > From: Jagannathan Raman > > Adds the handler to process message from QEMU, > Initialize remote process main loop, handles SYNC_SYSMEM > message by updating its "system_memory" container using > shared file descriptors received fro

[PATCH v6 16/36] multi-process: remote process initialization

2020-04-06 Thread elena . ufimtseva
From: Jagannathan Raman Adds the handler to process message from QEMU, Initialize remote process main loop, handles SYNC_SYSMEM message by updating its "system_memory" container using shared file descriptors received from QEMU. Signed-off-by: John G Johnson Signed-off-by: Elena Ufimtseva Signe