Re: [libvirt] [PATCH v10 12/19] backup: Implement virsh support for checkpoints

2019-07-24 Thread Daniel P . Berrangé
On Wed, Jul 24, 2019 at 12:56:02AM -0500, Eric Blake wrote: > Introduce a bunch of new virsh commands for managing checkpoints in > isolation. More commands are needed for performing incremental > backups, but these commands were easy to implement by modeling heavily > after virsh-snapshot.c.

[libvirt] [PATCH v10 12/19] backup: Implement virsh support for checkpoints

2019-07-23 Thread Eric Blake
Introduce a bunch of new virsh commands for managing checkpoints in isolation. More commands are needed for performing incremental backups, but these commands were easy to implement by modeling heavily after virsh-snapshot.c. There is no need for checkpoint-revert or checkpoint-current since those