Re: [libvirt] Libvirt support of mac-programming over macvtap planned?

2013-11-03 Thread Amos Kong
> Laine Stump wrote: > On 10/30/2013 07:18 AM, Amos Kong wrote: > > On Tue, Oct 29, 2013 at 09:50:56AM -0400, Matthew Rosato wrote: > >> Amos Kong provided QEMU support to facilitate macvtap rx-filter change > >> notification here: > >> http://lists.nongnu.org/archive/html/qemu-devel/2013-07/msg02

[libvirt] [PATCH RFC] blockdev: copy legacy and common opts to qemu_drive_opts

2013-11-03 Thread Amos Kong
Currently we have three QemuOptsList (qemu_common_drive_opts, qemu_legacy_drive_opts, and qemu_drive_opts), only qemu_drive_opts is added to vm_config_groups[]. We query commandline options by checking information in vm_config_groups[], so we can only get a NULL parameter list now. This patch cop

Re: [libvirt] [PATCHv2 1/2] virsh: move command cpu-baseline from domain group to host group.

2013-11-03 Thread liyang
On 2013-10-16 10:23, liyang wrote: From: Li Yang cpu-baseline command can compute baseline CPU for a set of given CPUs, I think it should not belong to domain group, should belong to host group, so I moved the related source from virsh-domain.c to virsh-host.c Signed-off-by: Li Yang --- tools

Re: [libvirt] [PATCH] virnetsocket: fix getsockopt on FreeBSD

2013-11-03 Thread Ryota Ozaki
On Mon, Nov 4, 2013 at 10:37 AM, Daniel P. Berrange wrote: > On Sun, Nov 03, 2013 at 05:18:17PM -0600, Doug Goldstein wrote: >> On Sat, Nov 2, 2013 at 11:20 AM, Ryota Ozaki wrote: >> > ping? >> > >> > Hope it's in the next release. It fixes libvirtd to accept virsh >> > accesses on localhost. >>

Re: [libvirt] Availability of release candidate 2 for 1.1.4

2013-11-03 Thread Daniel Veillard
On Sun, Nov 03, 2013 at 03:21:34PM +0100, Guido Günther wrote: > On Fri, Nov 01, 2013 at 11:31:41AM +0800, Daniel Veillard wrote: > > Tagged in git, and pushed as tarballs and rpms to the usual place: > > > > ftp://libvirt.org/libvirt/ > > > > Seems to work correctly for me, if everything g

[libvirt] Erratic failure of

2013-11-03 Thread Daniel Veillard
While building the release my first rpm build failed with FAIL: securityselinuxtest i.e. rpmbuit -ta based on libvirt-1.1.4 tarball on an up to date Fedora release 19, it did not reproduce (subsequent builds just worked fine) so i don't really have clues of what happened, except I didn't caught

[libvirt] libvirt-1.4.4 is out

2013-11-03 Thread Daniel Veillard
As planned I tagged the git tree earlier today and pushed tarballs and rpms to the usual place: ftp://libvirt.org/libvirt/ The release is a bit smaller than usual in terms of commited patches probably due to a large part of the team travelling to KVM Forum ! This is mostly a bug fix and m

Re: [libvirt] [PATCH] virnetsocket: fix getsockopt on FreeBSD

2013-11-03 Thread Daniel P. Berrange
On Sun, Nov 03, 2013 at 05:18:17PM -0600, Doug Goldstein wrote: > On Sat, Nov 2, 2013 at 11:20 AM, Ryota Ozaki wrote: > > ping? > > > > Hope it's in the next release. It fixes libvirtd to accept virsh > > accesses on localhost. > > > > ozaki-r > > > > On Fri, Oct 25, 2013 at 12:48 AM, Ryota Ozak

Re: [libvirt] [PATCH] virnetsocket: fix getsockopt on FreeBSD

2013-11-03 Thread Doug Goldstein
On Sat, Nov 2, 2013 at 11:20 AM, Ryota Ozaki wrote: > ping? > > Hope it's in the next release. It fixes libvirtd to accept virsh > accesses on localhost. > > ozaki-r > > On Fri, Oct 25, 2013 at 12:48 AM, Ryota Ozaki wrote: >> aa0f099 introduced a strict error checking for getsockopt and it >> r

Re: [libvirt] [PATCH] MacOS: Handle changes to args in xdrproc_t

2013-11-03 Thread Doug Goldstein
On Sat, Nov 2, 2013 at 4:06 PM, Ryan Schmidt wrote: > On Nov 2, 2013, at 11:01, Ryota Ozaki wrote: > >> I tested this patch on FreeBSD 9.2, Mac OS X 0.7.4 and 10.8.5. >> It worked on all of them. > > Further data points: I successfully built libvirt 1.1.3 with this patch (in > MacPorts) on Mac OS

Re: [libvirt] [PATCH] MacOS: Handle changes to xdrproc_t definition

2013-11-03 Thread Doug Goldstein
On Fri, Nov 1, 2013 at 9:55 PM, Eric Blake wrote: > On 10/30/2013 10:28 AM, Doug Goldstein wrote: >> With Mac OS X 10.9, xdrproc_t is no longer defined as: >> >> typedef bool_t (*xdrproc_t)(XDR *, ...); >> >> but instead as: >> >> typdef bool_t (*xdrproc_t)(XDR *, void *, unsigned int); >> >> For

Re: [libvirt] Availability of release candidate 2 for 1.1.4

2013-11-03 Thread Guido Günther
On Fri, Nov 01, 2013 at 11:31:41AM +0800, Daniel Veillard wrote: > Tagged in git, and pushed as tarballs and rpms to the usual place: > > ftp://libvirt.org/libvirt/ > > Seems to work correctly for me, if everything goes well I will push > 1.1.4 final on Monday Looks good on Debian's buildd