Re: [PATCH RESEND v6 11/36] multi-process: define mpqemu-link object

2020-05-12 Thread Jag Raman
> On May 12, 2020, at 4:56 AM, Stefan Hajnoczi wrote: > > On Wed, Apr 22, 2020 at 09:13:46PM -0700, elena.ufimts...@oracle.com wrote: >> From: Jagannathan Raman >> >> Defines mpqemu-link object which forms the communication link between >> QEMU & emulation program. >> Adds functions to confi

Re: [PATCH RESEND v6 11/36] multi-process: define mpqemu-link object

2020-05-12 Thread Stefan Hajnoczi
On Wed, Apr 22, 2020 at 09:13:46PM -0700, elena.ufimts...@oracle.com wrote: > From: Jagannathan Raman > > Defines mpqemu-link object which forms the communication link between > QEMU & emulation program. > Adds functions to configure members of mpqemu-link object instance. > Adds functions to sen

[PATCH RESEND v6 11/36] multi-process: define mpqemu-link object

2020-04-22 Thread elena . ufimtseva
From: Jagannathan Raman Defines mpqemu-link object which forms the communication link between QEMU & emulation program. Adds functions to configure members of mpqemu-link object instance. Adds functions to send and receive messages over the communication channel. Adds GMainLoop to handle events r