Re: [PATCH v14 RESEND 08/21] multi-process: add qio channel write function

2020-12-22 Thread Stefan Hajnoczi
On Thu, Dec 17, 2020 at 09:40:38PM -0800, elena.ufimts...@oracle.com wrote: > From: Elena Ufimtseva > > Adds qio_channel_writev_full_all() to transmit both data and FDs. > Refactors existing code to use this function. > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-

[PATCH v14 RESEND 08/21] multi-process: add qio channel write function

2020-12-17 Thread elena . ufimtseva
From: Elena Ufimtseva Adds qio_channel_writev_full_all() to transmit both data and FDs. Refactors existing code to use this function. Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- include/io/channel.h | 25 + io/chan