Re: [libvirt] [PATCH libvirt-python v3 12/40] Import LIBVIR_CHECK_VERSION macro from libvirt

2013-11-23 Thread Eric Blake
On 11/22/2013 09:22 AM, Daniel P. Berrange wrote: From: Doug Goldstein car...@cardoe.com Add LIBVIR_CHECK_VERSION from libvirt upstream so that we can check the version of the library we are compiling against and support a range of libvirt versions. The macro was added to libvirt in 1.2.0 so

Re: [libvirt] Libvirt, nwfilter, openvswitch

2013-11-23 Thread Jan De Landtsheer
Hi Gang, Daniel Added a little Script, linked to /etc/libvirt/qemuhttps://github.com/PurePeople/archipv6/blob/master/qemu.py to be able to add some flows to my openvswitch. Script ran to my liking (IANAP), and then adding it to /etc/libvirt/hooks... Hang. Only after a lot of looking around (in

[libvirt] [PATCH] Return right error code for baselineCPU

2013-11-23 Thread Don Dugger
This Python interface code is returning a -1 on errors for the `baselineCPU' API. Since this API is supposed to return a pointer the error return value should really be VIR_PY_NONE. NB: I've checked all the other APIs in this file and this is the only pointer API that is returning -1.

[libvirt] [PATCH] maint: update to latest gnulib

2013-11-23 Thread Eric Blake
Among others, this fixes getgroups for MacOS and fpending for Cygwin. * .gnulib: Update to latest. Signed-off-by: Eric Blake ebl...@redhat.com --- Pushing prior to freeze under the gnulib rule. * .gnulib 8f74258...831b84c (16): quotearg: don't attempt to store 1 31 into an int error: