@loomes
can you try another thing:
keep no-hpet, and change this (same QemuServer.pm file)
if ($winversion >= 7) {
push @$cpuFlags , 'hv_relaxed';
}
to
if ($winversion >= 7) {
push @$cpuFlags , 'hv_relaxed';
push @$cpuFlags , 'hv_synic';
push @$cpuFlags , 'hv_stimer';
}
then restart pvedaemon and stop/start vm .
virtio-win-0.1.171.iso
. Before we had the drivers installed from virtio-win-0.1.141.iso.virtio-win-0.1.172.iso
(Fedora releases site) from the former 0.1.160, but things didn't change. My procedure was to upgrade all the drivers from the "Device management" Win10 panel, maybe I missed one of the VirtIO drivers.Local Computer Policy
⌞ Computer Configuration
⌞ Administrative Templates
⌞ Windows Components
⌞ Remote Desktop Service
⌞ Remote Desktop Session Host
⌞ Remote Session Environment
⌞ Use WDDM graphics display driver for Remote Desktop Connections
I am new to proxmo and have the same problem for weeks now.How did you change OS Type to other ? Can you post the solution in English plzI have the same Problem and a solution (for me).
I post it here in the german subforum: https://forum.proxmox.com/threads/windows-10-hohe-idle-cpu-auslastung.44530/
My Win10 Guest already has ~16% Cpu Load @idle.
I changed the OS Type to "other" and now it hast ~3% idle load.
This kvm options fail with set to other:
-no-hpet
driftfix=slew
-global kvm-pit.lost_tick_policy=discard
You can test this and report back.
You can change that under YourNode -> YourVM -> Options -> OS TypeHow did you change OS Type to other ?