We will use `virsh` to restore our VM snapshots.
To view a list of snapshots available for a certain VM:
`sudo virsh snapshot-list --domain [vmname]`
And to view info of one of the snapshots:
`sudo virsh snapshot-info --domain [vmname] --snapshotname [nameofsnapshot]`