Hi there,
I am running a Whonix Workstation 9.6 physical build on KVM using lvm logical volume.
Everything is fine except I cannot change the machine’s xml using virsh edit in order to make the changes to deactivate the kvmclock, it always returns to it’s original version.
how I proceed:
- stop the lvm group (and all its logical volumes)
- virsh dumpxml XYZ machine > XYZ.xml file
- undefine the machine XYZ (this deletes the virsh xml)
- edit the copied XYZ.xml file (add the line )
- virsh define XYZ.xml
This is how it should be (?)…
But if I edit the virsh xml again, the inserted line is gone :-[
What am I missing here?