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

2013-11-02 Thread Ryan Schmidt
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 X 10.5.8 (on both an Intel Mac and a PowerPC Mac). libvirt do

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

2013-11-02 Thread Ryota Ozaki
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 > revealed that getting a peer credential of a socket on FreeBSD > didn

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

2013-11-02 Thread Ryota Ozaki
On Sat, Nov 2, 2013 at 11:55 AM, 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] [PATCH] MacOS: Handle changes to args in xdrproc_t

2013-11-02 Thread Ryota Ozaki
On Wed, Oct 30, 2013 at 1:30 PM, Doug Goldstein wrote: > On Tue, Oct 29, 2013 at 6:28 PM, Eric Blake wrote: >> On 10/28/2013 12:05 PM, Doug Goldstein wrote: >>> With Mac OS X 10.9, xdrproc_t is no longer defined as: >>> >>> typedef bool_t (*xdrproc_t) (XDR *, void *, ...); >>> >>> but instead as

Re: [libvirt] Live migration for containers - Was "RE: libvirt support for LXC"

2013-11-02 Thread Daniel P. Berrange
On Sat, Nov 02, 2013 at 12:56:37AM +, Christian Benvenuti (benve) wrote: > Hello, > based on the 3D below, it seems that the most logical way to > add support for > >container live migration > > to libvirt is to integrate the latter with CRIU. > If I understand it correctly, Daniel'