Re: [libvirt PATCH v2 48/56] src: convert code to use virPipe APIs

2020-01-31 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:11:29PM +, Daniel P. Berrangé wrote: > 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. > > Signed-off-by: Daniel P. Berrangé > --- > src/libxl/libxl_m

[libvirt PATCH v2 48/56] src: convert code to use virPipe APIs

2020-01-28 Thread Daniel P . Berrangé
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. Signed-off-by: Daniel P. Berrangé --- src/libxl/libxl_migration.c | 6 ++ src/locking/lock_daemon.c | 2 +- src/logging/log_daemo