[libvirt] [PATCH 0/4] fix various build failures

Eric Blake eblake at redhat.com
Mon Jul 29 14:53:34 UTC 2013


This fixes the FreeBSD link error and several mingw errors,
although I'm still chasing down some more failures in the
testsuite (for example, we try and fail to build systemdmock
on mingw, even though it makes no sense since systemd is
Linux-only; and there are some uses of fprintf that need to
be changed to virFilePrintf per commit a2619962).

Daniel P. Berrange (1):
  build: yet another cgroup conditional compilation fix

Eric Blake (3):
  build: fix virdbus build on mingw
  build: fix virthread build on mingw
  build: fix virutil build on mingw

 src/util/vircgroup.c      | 17 ++++++++++++++---
 src/util/virdbus.c        | 10 +++++-----
 src/util/virthreadwin32.c |  2 ++
 src/util/virutil.c        |  9 +++++++++
 4 files changed, 30 insertions(+), 8 deletions(-)

-- 
1.8.3.1




More information about the libvir-list mailing list