Re: [libvirt] [PATCH 1/2] qemu: Fix checking of ABI stability when restoring external checkpoints

2013-09-17 Thread Peter Krempa
On 09/16/13 18:57, Eric Blake wrote: On 09/16/2013 06:36 AM, Peter Krempa wrote: External checkpoints have a bug in the implementation where they use the normal definition instead of the migratable one. This causes errors when the snapshot is being reverted using the workaround method via

Re: [libvirt] [PATCH 1/2] qemu: Fix checking of ABI stability when restoring external checkpoints

2013-09-17 Thread Ján Tomko
On 09/16/2013 02:36 PM, Peter Krempa wrote: External checkpoints have a bug in the implementation where they use the normal definition instead of the migratable one. This causes errors when the snapshot is being reverted using the workaround method via qemuDomainRestoreFlags() with a custom

[libvirt] [PATCH 1/2] qemu: Fix checking of ABI stability when restoring external checkpoints

2013-09-16 Thread Peter Krempa
External checkpoints have a bug in the implementation where they use the normal definition instead of the migratable one. This causes errors when the snapshot is being reverted using the workaround method via qemuDomainRestoreFlags() with a custom XML. This issue was introduced when commit

Re: [libvirt] [PATCH 1/2] qemu: Fix checking of ABI stability when restoring external checkpoints

2013-09-16 Thread Eric Blake
On 09/16/2013 06:36 AM, Peter Krempa wrote: External checkpoints have a bug in the implementation where they use the normal definition instead of the migratable one. This causes errors when the snapshot is being reverted using the workaround method via qemuDomainRestoreFlags() with a custom