Re: [PATCH v15 07/20] multi-process: add qio channel write function

2021-01-04 Thread Daniel P . Berrangé
Since this is independent of the multi-process code, it should have a subject prefix of "io:". I'd suggest io: add qio_channel_writev_full_all helper On Tue, Dec 22, 2020 at 10:14:42PM -0800, elena.ufimts...@oracle.com wrote: > From: Elena Ufimtseva > > Adds qio_channel_writev_full_all() to

[PATCH v15 07/20] multi-process: add qio channel write function

2020-12-22 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 Reviewed-by: Stefan Hajnoczi --- include/io/channel.h | 25