Re: [libvirt] [PATCH v9 08/13] backup: Implement virsh support for checkpoints

2019-07-08 Thread Peter Krempa
On Sat, Jul 06, 2019 at 22:56:08 -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. There

[libvirt] [PATCH v9 08/13] backup: Implement virsh support for checkpoints

2019-07-06 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