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 = "" ; ?> @@ -1515,8 +1515,13 @@
-

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.