]> xenbits.xensource.com Git - libvirt.git/commit
Fix warning about unsupported cookie flags in QEMU driver
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 3 May 2013 09:55:49 +0000 (10:55 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 3 May 2013 13:06:15 +0000 (14:06 +0100)
commit848a08bc9450ff0e15d72945c2493d9483ce0301
tree0b17ddc9c1cf6a689a2a2786f1d1fa267f2ffb7c
parent8dc93ffadcca0cc9813ba04036b7139922c55400
Fix warning about unsupported cookie flags in QEMU driver

The QEMU migration code unconditionally sets the 'persistent'
cookie flag on the source host. The dest host, however, only
allows it during parsing if VIR_MIGRATE_PERSIST_DEST was
set. Make the source host only set it if this flag is
present.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_migration.c