Re: [libvirt] [PATCH v10 18/19] backup: Wire up qemu checkpoint commands over QMP

2019-07-24 Thread Daniel P . Berrangé
On Wed, Jul 24, 2019 at 12:56:08AM -0500, Eric Blake wrote: > Time to actually issue the QMP transactions that create and delete > persistent checkpoints. For create, we only need one transaction: > inside, we visit all disks affected by the checkpoint, and create a > new enabled bitmap, as well

[libvirt] [PATCH v10 18/19] backup: Wire up qemu checkpoint commands over QMP

2019-07-23 Thread Eric Blake
Time to actually issue the QMP transactions that create and delete persistent checkpoints. For create, we only need one transaction: inside, we visit all disks affected by the checkpoint, and create a new enabled bitmap, as well as disabling the bitmap of the first ancestor checkpoint (if any)