is there any possibility to completely disable the clock synchronization for a guest virtual machine? The VM is disconnected from the network but retrieves the current time from the KVM host.
After deleting the line:
<clock offset='utc'>
from the virtual machine's definition file, the line is automatically recreated. Redhat's documentation just handles with the possible offset attributes, but unfortunately not how to disable time sync (Maybe it's not possible?).
Thanks for any advices!