]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: fix error message with migrate2 xml
authorEric Blake <eblake@redhat.com>
Tue, 19 Jul 2011 22:40:32 +0000 (16:40 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 21 Jul 2011 16:34:51 +0000 (10:34 -0600)
commit360e5ea144b803da1acff0a044bf4b244e0a612a
tree10cdf8f07154558dfd2718c465772f1a77b58e86
parent8e22e08935655e5b39873bc8e1aa41d2ef2f8487
qemu: fix error message with migrate2 xml

Otherwise, an ABI mismatch gives error messages attributing the target
xml string as current, and the current domain state as the new xml.

* src/qemu/qemu_migration.c (qemuMigrationBegin): Use correct
argument order.
src/qemu/qemu_migration.c