Re: [libvirt] [PATCH 2/4] qemu: migration: Forbid only remote migration if autodestroy is active for VM

2019-09-24 Thread Eric Blake
On 9/24/19 8:17 AM, Peter Krempa wrote: > Semantically we can't guarantee that we'll be able to destroy the VM on > the remote host, thus we can't allow remote migration. All other forms > of migration (e.g. saving to file) are okay though as they don't clash > with semantics of the flag. > >

[libvirt] [PATCH 2/4] qemu: migration: Forbid only remote migration if autodestroy is active for VM

2019-09-24 Thread Peter Krempa
Semantically we can't guarantee that we'll be able to destroy the VM on the remote host, thus we can't allow remote migration. All other forms of migration (e.g. saving to file) are okay though as they don't clash with semantics of the flag. Signed-off-by: Peter Krempa ---