On Tue, Jan 28, 2020 at 01:11:28PM +0000, Daniel P. Berrangé wrote:
This hides the differences between Windows and UNIX,
and adds standard error reporting.
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
configure.ac | 1 +
src/libvirt_private.syms | 3 ++
src/util/virutil.c | 64 ++++++++++++++++++++++++++++++++++++++++
src/util/virutil.h | 34 +++++++++++++++++++++
4 files changed, 102 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>