]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: implement setting target disks migration port
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Thu, 17 Mar 2016 14:58:48 +0000 (17:58 +0300)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 17 Mar 2016 15:20:15 +0000 (16:20 +0100)
commitcce90a459a54fa17cd5584664c2ba2ab629d649a
treede18ac76f6710d5acda2cb7cb9fe10107e28f648
parentf486cb5ea0a100a8ced041a3f40c5896eac78732
qemu: implement setting target disks migration port

Mostly it is just passing new parameter here and there. In case
of zero value we fallback to auto selecting port and thus keep
backward compatibility.

Also we need to fix places of auto selected port managment.
We should bother only when auto selected was done that is
when externally specified port is not 0.

Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_migration.h