Re: [libvirt] [PATCH] Fix warning about unsupported cookie flags in QEMU driver

2013-05-03 Thread Michal Privoznik
On 03.05.2013 12:10, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > 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

[libvirt] [PATCH] Fix warning about unsupported cookie flags in QEMU driver

2013-05-03 Thread Daniel P. Berrange
From: "Daniel P. Berrange" 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. B