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

2016-09-21 Thread Jim Fehlig
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. >> >>

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

2016-09-21 Thread Michal Privoznik
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

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

2016-09-19 Thread Jim Fehlig
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