Re: [libvirt] [PATCH v5] qemu: Allow migration over IPv6

2013-04-02 Thread Ján Tomko
On 04/02/2013 01:29 PM, Daniel P. Berrange wrote: > On Fri, Mar 22, 2013 at 08:06:00PM +0100, Ján Tomko wrote: >> Allow migration over IPv6 by listening on [::] instead of 0.0.0.0 >> when QEMU supports it (QEMU_CAPS_IPV6_MIGRATION) and there is >> at least one v6 address configured on the system. >

Re: [libvirt] [PATCH v5] qemu: Allow migration over IPv6

2013-04-02 Thread Daniel P. Berrange
On Fri, Mar 22, 2013 at 08:06:00PM +0100, Ján Tomko wrote: > Allow migration over IPv6 by listening on [::] instead of 0.0.0.0 > when QEMU supports it (QEMU_CAPS_IPV6_MIGRATION) and there is > at least one v6 address configured on the system. > > Use virURIParse in qemuMigrationPrepareDirect to al

[libvirt] [PATCH v5] qemu: Allow migration over IPv6

2013-03-22 Thread Ján Tomko
Allow migration over IPv6 by listening on [::] instead of 0.0.0.0 when QEMU supports it (QEMU_CAPS_IPV6_MIGRATION) and there is at least one v6 address configured on the system. Use virURIParse in qemuMigrationPrepareDirect to allow parsing IPv6 addresses, which would cause an 'incorrect :port' er