Re: [libvirt] [PATCH v2 06/10] tests: qemuxml2argvmock: Allow 'safe' file descriptors in mocked virCommandPassFD

2018-08-23 Thread John Ferlan
On 08/15/2018 05:18 AM, Peter Krempa wrote: > Allow FDs which are marked as safe for FD passing. > > Signed-off-by: Peter Krempa > --- > tests/qemuxml2argvmock.c | 22 ++ > 1 file changed, 18 insertions(+), 4 deletions(-) > Reviewed-by: John Ferlan John --

[libvirt] [PATCH v2 06/10] tests: qemuxml2argvmock: Allow 'safe' file descriptors in mocked virCommandPassFD

2018-08-15 Thread Peter Krempa
Allow FDs which are marked as safe for FD passing. Signed-off-by: Peter Krempa --- tests/qemuxml2argvmock.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/tests/qemuxml2argvmock.c b/tests/qemuxml2argvmock.c index 4df92cf396..581f720227 100644 ---