
On Wed, Feb 18, 2015 at 05:09:41PM +0100, Michal Privoznik wrote:
diff --git a/tools/libvirt-guests.sysconf b/tools/libvirt-guests.sysconf index d1f2051..03e732f 100644 --- a/tools/libvirt-guests.sysconf +++ b/tools/libvirt-guests.sysconf @@ -39,3 +39,10 @@ # restoring guests, even though this may give slower operation for # some file systems. #BYPASS_CACHE=0 + +# If non-zero, try to sync guest time on a domain resume. Be aware, that
s/a domain/domain/
+# this requires guest agent, which, moreover, has to run under supported +# system.
this requires guest agent with support for time synchronization running in the guest.
For instance, qemu-ga doesn't support guest time synchronization +# on Windows guests, but Linux ones.
It would be nice to phrase this in a way that would not need updating when the support is implemented.
By default, this piece of +# functionality is turned off. +#SYNC_TIME=1
s/piece of// ACK regardless. Jan