Re: [PATCH v8 07/20] multi-process: add co-routines to communicate with remote

2020-08-10 Thread Stefan Hajnoczi
On Fri, Jul 31, 2020 at 02:20:14PM -0400, Jagannathan Raman wrote: > +/* > + * Create if needed and enter co-routine to send the message to the > + * remote channel ioc and wait for the reply. > + * Returns the value from the reply message, sets the error on failure. > + */ > + > +uint64_t mpqemu_m

[PATCH v8 07/20] multi-process: add co-routines to communicate with remote

2020-07-31 Thread Jagannathan Raman
From: Elena Ufimtseva process to avoid blocking the main loop during the message exchanges. To be used by proxy device. Signed-off-by: Elena Ufimtseva Signed-off-by: Jagannathan Raman Signed-off-by: John G Johnson --- include/io/mpqemu-link.h | 15 + io/mpqemu-link.c | 82 +++