Aug 27
2023
snapshots of UEFI libvirt-based (KVM) virtual machines
Shut down VM and then Listing qemu-img snapshot -l <file>.qcow2
Create qemu-img snapshot -c <snap-name> <file>.qcow2
Revert to qemu-img snapshot -a <snap-name> <file>.qcow2 Delete qemu-img snapshot -d <snap-name> <file>.qcow2