]> xenbits.xensource.com Git - libvirt.git/commit
virprocess: Passthru error from virProcessRunInForkHelper
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 18 Mar 2020 11:59:08 +0000 (12:59 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 20 Mar 2020 15:42:45 +0000 (16:42 +0100)
commitc799d150d5e9daec8f970f1be94966683963fda2
treec5d53bb6a9f735e4f5855abad0119eff34d8d7a1
parented8c503ae8166eeef9ba5c1f51bcc187b0b444b8
virprocess: Passthru error from virProcessRunInForkHelper

When running a function in a forked child, so far the only thing
we could report is exit status of the child and the error
message. However, it may be beneficial to the caller to know the
actual error that happened in the child.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Mores <pmores@redhat.com>
build-aux/syntax-check.mk
src/util/virprocess.c
tests/commandtest.c