[pve-devel] [PATCH] reenable steal time

Alexandre Derumier aderumier at odiso.com
Tue Nov 24 14:49:30 CET 2015


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 at odiso.com>
---
 PVE/QemuServer.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 8b4f447..687fd35 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -2935,7 +2935,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;
-- 
2.1.4




More information about the pve-devel mailing list