[libvirt] [PATCH] libxl: support VIR_MIGRATE_PERSIST_DEST migration flag

Jim Fehlig jfehlig at suse.com
Wed Sep 21 21:44:56 UTC 2016


Michal Privoznik wrote:
> On 19.09.2016 22:25, Jim Fehlig wrote:
>> By default, virt-manager (and likely other libvirt-based apps) sets
>> the VIR_MIGRATE_PERSIST_DEST flag when invoking the migrate API, which
>> fails in a Xen setup since the libxl driver does not support the flag.
>>
>> Persisting a domain is a trivial task in the grand scheme of migration,
>> so be nice to libvirt apps and add support for VIR_MIGRATE_PERSIST_DEST
>> in the libxl driver.
>>
>> Signed-off-by: Jim Fehlig <jfehlig at suse.com>
>> ---
>>  src/libxl/libxl_migration.c | 23 +++++++++++++++++++++++
>>  src/libxl/libxl_migration.h |  1 +
>>  2 files changed, 24 insertions(+)
> 
> ACK

Thanks Michal! Pushed now.

Regards,
Jim




More information about the libvir-list mailing list