Virtualisation notes
How to administer KVM / QEMUEdit
https://www.cyberciti.biz/faq/how-to-create-create-snapshot-in-linux-kvm-vmdomain/
https://www.linuxtechi.com/create-revert-delete-kvm-virtual-machine-snapshot-virsh-command/ https://unix.stackexchange.com/questions/570414/understanding-how-libvirt-snapshots-are-stored
Convert vdi to qcow2[1]Edit
qemu-img convert -f vdi -O qcow2 Windows10.vdi Windows10.qcow2
Delete snapshots[1]Edit
qemu-img snapshot -d snapshot1 debian.qcow2