Re: [libvirt] [PATCH v4 13/20] backup: Implement virsh support for checkpoints

2019-02-25 Thread Eric Blake
On 2/12/19 1:15 PM, John Ferlan wrote: > > > On 2/6/19 2:18 PM, 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 a

Re: [libvirt] [PATCH v4 13/20] backup: Implement virsh support for checkpoints

2019-02-12 Thread John Ferlan
On 2/6/19 2:18 PM, 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 (no need for checkpoint-re

[libvirt] [PATCH v4 13/20] backup: Implement virsh support for checkpoints

2019-02-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 (no need for checkpoint-revert, and checkpoint-list was a lot easier since