]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't generate cookies with v2 migration protocol.
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 18 May 2011 16:34:08 +0000 (12:34 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 19 May 2011 11:13:07 +0000 (07:13 -0400)
commit6b937b24301b5e5e35ac9efced26f8f6b22f37b2
tree9125b023925e6b49bae1a6521e804470dc428bf4
parent03f8832684fce3baa648a1f739e4ddf1b58aad84
Don't generate cookies with v2 migration protocol.

The v2 migration protocol had a limit on cookie length that was
too small to be useful for QEMU. Avoid generating cookies with
v2 protocol, so that old libvirtd can still reliably migrate a
guest to new libvirtd uses v2 protocol.

* src/qemu/qemu_driver.c: Avoid migration cookies with v2
  migration
src/qemu/qemu_driver.c