From 07176e8ff0f482d2fbc2b70390580d4158ac8d64 Mon Sep 17 00:00:00 2001 From: SimonFair <39065407+SimonFair@users.noreply.github.com> Date: Tue, 7 Nov 2023 07:44:46 +0000 Subject: [PATCH] Update helptext for timers --- .../dynamix.vm.manager/templates/Custom.form.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php index 102e72c5d..008b987ed 100644 --- a/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php +++ b/emhttp/plugins/dynamix.vm.manager/templates/Custom.form.php @@ -1482,7 +1482,7 @@ if (!empty($arrClocks)) { foreach($arrClocks as $i => $arrTimer) { if ($i =="offset") continue ; - if ($clockcount == 0) $clocksourcetext = _("Clocks Source").":" ;else $clocksourcetext = "" ; + if ($clockcount == 0) $clocksourcetext = _("Timer Source").":" ;else $clocksourcetext = "" ; ?>
-Allows setting of timers and offset into the XML
- Details can be found on the Libvirt XML page => https://libvirt.org/formatdomain.html#id25 +Allows setting of timers and offset into the XML You should not need to modify these values.
+Windows tuning details can be found here https://forums.unraid.net/topic/134041-guide-optimizing-windows-vms-in-unraid/
+Details can be found on the Libvirt XML page => https://libvirt.org/formatdomain.html#time-keeping
+Defaults are:
+linux Hpet:no Hypervclock: no Pit yes rtc yes tickpolicy catchup.
+Windows Hpet:no Hypervclock: yes Pit yes rtc yes tickpolicy catchup.
+Windows and Hyperv Hpet:no Hypervclock: yes Pit no rtc no.