Re: [libvirt] [PATCH v5 14/20] utils: Extend virCommandProcessIO to include the send buffers

2019-07-25 Thread Stefan Berger
On 7/25/19 5:48 AM, Daniel P. Berrangé wrote: On Fri, Jul 12, 2019 at 12:23:48PM -0400, Stefan Berger wrote: Extend virCommandProcessIO to include the send buffers in the poll loop. Signed-off-by: Stefan Berger --- src/util/vircommand.c | 62 ++- 1

Re: [libvirt] [PATCH v5 14/20] utils: Extend virCommandProcessIO to include the send buffers

2019-07-25 Thread Daniel P . Berrangé
On Fri, Jul 12, 2019 at 12:23:48PM -0400, Stefan Berger wrote: > Extend virCommandProcessIO to include the send buffers in the poll > loop. > > Signed-off-by: Stefan Berger > --- > src/util/vircommand.c | 62 ++- > 1 file changed, 61 insertions(+), 1

[libvirt] [PATCH v5 14/20] utils: Extend virCommandProcessIO to include the send buffers

2019-07-12 Thread Stefan Berger
Extend virCommandProcessIO to include the send buffers in the poll loop. Signed-off-by: Stefan Berger --- src/util/vircommand.c | 62 ++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/src/util/vircommand.c b/src/util/vircommand.c index