]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
libvirt-guests: Remove obsolete Windows comment
authorKevin Locke <kevin@kevinlocke.name>
Sun, 6 Dec 2020 16:00:07 +0000 (09:00 -0700)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 7 Dec 2020 10:38:44 +0000 (10:38 +0000)
The comment that

> For instance, qemu-ga doesn't support guest time synchronization on
> Windows guests, but Linux ones.

Was correct at the time, but has since been addressed by
qemu/qemu@105fad6bb22, which added support for set-time without a time
argument, as used by `virsh domtime --sync` by libvirt-guests.sh.  I can
confirm that `virsh domtime --sync` works correctly on a Windows 10
guest, as does `SYNC_TIME=1`.  (Note that there can be a significant
delay between when the command completes and when the guest time
finishes synchronizing due to QEMU GA calling `w32tm` with `/nowait`,
which complicates testing.)

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
tools/libvirt-guests.sysconf

index 0765efec21a061b20225858923df5a370eefd550..4f83edab9066b2397bd0848fd8782a8d7fac355d 100644 (file)
@@ -46,7 +46,5 @@
 
 # If non-zero, try to sync guest time on domain resume. Be aware, that
 # 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. By default, this
-# functionality is turned off.
+# running in the guest. By default, this functionality is turned off.
 #SYNC_TIME=1