]> xenbits.xensource.com Git - libvirt.git/commit
qemu: fix NBD migration to hosts with IPv6 enabled
authorJán Tomko <jtomko@redhat.com>
Thu, 23 May 2013 13:51:05 +0000 (15:51 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 23 May 2013 15:55:34 +0000 (17:55 +0200)
commit2326006410a921bba38c0ce67a367cd1ea88cc33
treeae153139ee8c38726fdbaabfa661559801a9ab93
parenta32b41746c4e1a44fb998a93da99c72f6586b359
qemu: fix NBD migration to hosts with IPv6 enabled

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