Re: [libvirt] [PATCH] qemu: fix NBD migration to hosts with IPv6 enabled

2013-05-23 Thread Ján Tomko
On 05/23/2013 04:32 PM, Osier Yang wrote: > On 23/05/13 22:23, Ján Tomko wrote: >> Since f03dcc5 we use [::] as the listening address both on qemu >> command line in -incoming and in nbd-server-start QMP command. >> However the latter requires just :: without the braces. >> --- >> src/qemu/qemu_m

Re: [libvirt] [PATCH] qemu: fix NBD migration to hosts with IPv6 enabled

2013-05-23 Thread Osier Yang
On 23/05/13 22:23, Ján Tomko wrote: Since f03dcc5 we use [::] as the listening address both on qemu command line in -incoming and in nbd-server-start QMP command. However the latter requires just :: without the braces. --- src/qemu/qemu_migration.c | 8 +++- 1 file changed, 7 insertions(+)

[libvirt] [PATCH] qemu: fix NBD migration to hosts with IPv6 enabled

2013-05-23 Thread Ján Tomko
Since f03dcc5 we use [::] as the listening address both on qemu command line in -incoming and in nbd-server-start QMP command. However the latter requires just :: without the braces. --- src/qemu/qemu_migration.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/qemu/q