]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Fix old tcp:host URIs more cleanly
authorJiri Denemark <jdenemar@redhat.com>
Mon, 15 Sep 2014 16:13:38 +0000 (18:13 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 23 Sep 2014 06:11:35 +0000 (08:11 +0200)
commit1cffb25c165cc47a45380379146af526f0f87135
treeaea9d0cdec75bbf3d4ef2941367cb7d584025fb5
parent30b24df16574997d2857c705148932f793d82896
qemu: Fix old tcp:host URIs more cleanly

For compatibility with old libvirt we need to support both tcp:host and
tcp://host migration URIs. Let's make the code that parses them a bit
cleaner.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_migration.c