]> git.proxmox.com Git - qemu-server.git/commitdiff
reenable steal time
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 24 Nov 2015 13:49:30 +0000 (14:49 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 26 Nov 2015 08:18:08 +0000 (09:18 +0100)
we have fixed it in kernel last month
https://www.mail-archive.com/pve-devel@pve.proxmox.com/msg14072.html

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm

index e5c8e0d840b170534f482dc13ea1ef3ab7cfbab8..81f05843efdbbf681bb4be474d445bb5bc92269f 100644 (file)
@@ -2922,7 +2922,6 @@ sub config_to_command {
 
        push @$cpuFlags , '+kvm_pv_unhalt' if !$nokvm;
        push @$cpuFlags , '+kvm_pv_eoi' if !$nokvm;
-        push @$cpuFlags , '-kvm_steal_time' if !$nokvm;
     }
 
     push @$cpuFlags, 'enforce' if $cpu ne 'host' && !$nokvm;