]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix argument order of qemuMigrationPerformJob().
authorMinoru Usui <usui@mxm.nes.nec.co.jp>
Tue, 7 Jan 2014 01:03:17 +0000 (01:03 +0000)
committerJán Tomko <jtomko@redhat.com>
Tue, 7 Jan 2014 12:59:50 +0000 (13:59 +0100)
commitbcd0ac47d8d7ec6230fe23f4b99891339e9d137d
tree64761c04c82288d73427e19136070e3c6743e55b
parentaef39eb0211735be4eccefa2d89bee6fc3c38591
Fix argument order of qemuMigrationPerformJob().

@listenAddress and @cookiein arguments, should be exchanged,
because the order of the caller and the callee does not match.

This results in the listen address being ignored for peer-to-peer
migration and the cookie being ignored for v2 migration.

Introduced by c4ac7ef (v1.1.4-rc1~141).

https://bugzilla.redhat.com/show_bug.cgi?id=1049338

Signed-off-by: Minoru Usui <usui@mxm.nes.nec.co.jp>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_migration.c