Re: [PATCH v5 12/50] multi-process: remote process initialization

2020-03-04 Thread Dr. David Alan Gilbert
* Jag Raman (jag.ra...@oracle.com) wrote: > > > On 3/4/2020 5:29 AM, Dr. David Alan Gilbert wrote: > > * Jagannathan Raman (jag.ra...@oracle.com) wrote: > > > Adds the handler to process message from QEMU, > > > Initialize remote process main loop, handles SYNC_SYSMEM > > > message by updating

Re: [PATCH v5 12/50] multi-process: remote process initialization

2020-03-04 Thread Jag Raman
On 3/4/2020 5:29 AM, Dr. David Alan Gilbert wrote: * Jagannathan Raman (jag.ra...@oracle.com) wrote: 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

Re: [PATCH v5 12/50] multi-process: remote process initialization

2020-03-04 Thread Dr. David Alan Gilbert
* Jagannathan Raman (jag.ra...@oracle.com) wrote: > 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

[PATCH v5 12/50] multi-process: remote process initialization

2020-02-24 Thread 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 Signed-off-by: Jagannathan