Re: [PATCH v12 08/19] multi-process: define MPQemuMsg format and transmission functions

2020-12-10 Thread Elena Ufimtseva
On Thu, Dec 10, 2020 at 12:20:06PM +0400, Marc-André Lureau wrote: > Hi > > On Thu, Dec 10, 2020 at 5:42 AM Elena Ufimtseva > wrote: > > > On Mon, Dec 07, 2020 at 05:18:46PM +0400, Marc-André Lureau wrote: > > > Hi > > > > > > On Wed, Dec 2, 2020 at 12:25 AM Jagannathan Raman > > > wrote: > >

Re: [PATCH v12 08/19] multi-process: define MPQemuMsg format and transmission functions

2020-12-10 Thread Marc-André Lureau
Hi On Thu, Dec 10, 2020 at 5:42 AM Elena Ufimtseva wrote: > On Mon, Dec 07, 2020 at 05:18:46PM +0400, Marc-André Lureau wrote: > > Hi > > > > On Wed, Dec 2, 2020 at 12:25 AM Jagannathan Raman > > wrote: > > > > > From: Elena Ufimtseva > > > > > > Defines MPQemuMsg, which is the message that

Re: [PATCH v12 08/19] multi-process: define MPQemuMsg format and transmission functions

2020-12-09 Thread Elena Ufimtseva
On Mon, Dec 07, 2020 at 05:18:46PM +0400, Marc-André Lureau wrote: > Hi > > On Wed, Dec 2, 2020 at 12:25 AM Jagannathan Raman > wrote: > > > From: Elena Ufimtseva > > > > Defines MPQemuMsg, which is the message that is sent to the remote > > process. This message is sent over QIOChannel and is

Re: [PATCH v12 08/19] multi-process: define MPQemuMsg format and transmission functions

2020-12-07 Thread Marc-André Lureau
Hi On Wed, Dec 2, 2020 at 12:25 AM Jagannathan Raman wrote: > From: Elena Ufimtseva > > Defines MPQemuMsg, which is the message that is sent to the remote > process. This message is sent over QIOChannel and is used to > command the remote process to perform various tasks. > Define transmission

[PATCH v12 08/19] multi-process: define MPQemuMsg format and transmission functions

2020-12-01 Thread Jagannathan Raman
From: Elena Ufimtseva Defines MPQemuMsg, which is the message that is sent to the remote process. This message is sent over QIOChannel and is used to command the remote process to perform various tasks. Define transmission functions used by proxy and by remote. There are certain restrictions on