]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: migrate: Don't require manual URI to specify a port
authorCole Robinson <crobinso@redhat.com>
Mon, 26 Oct 2009 20:08:23 +0000 (16:08 -0400)
committerCole Robinson <crobinso@redhat.com>
Wed, 28 Oct 2009 15:30:41 +0000 (11:30 -0400)
commit33b35313a3cc5ab8d40065800702a856d7cebf90
tree0642118ba05e282432c9b1619bdcbe178591631a
parent64f920d056b90c3600133974b70b7018d8a491fe
qemu: migrate: Don't require manual URI to specify a port

The xen driver will generate a migration port if only a hostname is passed
in the optional migrate URI, so let's do the same in qemu.
src/qemu/qemu_driver.c