]> xenbits.xensource.com Git - libvirt.git/commit
snapshots: Avoid term 'checkpoint' for full system snapshot
authorEric Blake <eblake@redhat.com>
Mon, 11 Jun 2018 13:59:10 +0000 (08:59 -0500)
committerEric Blake <eblake@redhat.com>
Tue, 26 Feb 2019 21:48:58 +0000 (15:48 -0600)
commitd152c727c691174e8b3a0502917bed420d691304
treee5a7f5addb14b654cee285b39da83360634c6d13
parent5817dec0149a909de65820236f3d8ba8d7bbf53f
snapshots: Avoid term 'checkpoint' for full system snapshot

Upcoming patches plan to introduce virDomainCheckpointPtr as a new
object for use in incremental backups, along with documentation on
how incremental backups differ from snapshots.  But first, we need
to rename any existing mention of a 'system checkpoint' to instead
be a 'full system snapshot', so that we aren't overloading
the term checkpoint.

Signed-off-by: Eric Blake <eblake@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
docs/formatsnapshot.html.in
include/libvirt/libvirt-domain-snapshot.h
src/conf/snapshot_conf.c
src/libvirt-domain-snapshot.c
src/qemu/qemu_driver.c
tools/virsh-snapshot.c
tools/virsh.pod