]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: convert code to use virPipe APIs
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 24 Jan 2020 15:22:12 +0000 (15:22 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 4 Feb 2020 14:00:44 +0000 (14:00 +0000)
commitcc46e137ebf0ef468e6cf14f9943e48d62be905e
tree05e85e7ff57294fd3bcbd0b1c218ef3970873e25
parentab36f729470c313b9d5b7debdbeac441f7780dec
src: convert code to use virPipe APIs

This addreses portability to Windows and standardizes
error reporting. This fixes a number of places which
failed to set O_CLOEXEC or failed to report errors.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
20 files changed:
src/libxl/libxl_migration.c
src/locking/lock_daemon.c
src/logging/log_daemon.c
src/logging/log_handler.c
src/lxc/lxc_process.c
src/qemu/qemu_migration.c
src/qemu/qemu_tpm.c
src/remote/remote_daemon.c
src/rpc/virnetdaemon.c
src/rpc/virnetsocket.c
src/util/vircommand.c
src/util/virfdstream.c
src/util/virfile.c
src/util/virpolkit.c
src/util/virprocess.c
tests/commandtest.c
tests/eventtest.c
tests/testutils.c
tools/virsh-domain.c
tools/vsh.c