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

2020-06-30 Thread Stefan Hajnoczi
On Sat, Jun 27, 2020 at 10:09:29AM -0700, elena.ufimts...@oracle.com wrote: > From: Elena Ufimtseva > > process to avoid blocking the main loop during the message exchanges. > To be used by proxy device. The nested aio_poll() in this patch could be a problem. I've highlighted it here so that oth

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

2020-06-27 Thread elena . ufimtseva
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 | 16 + io/mpqemu-link.c | 78 +++