mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 21:14:59 +00:00
reenable steal time
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>
This commit is contained in:
parent
75e7ef74f0
commit
1f720e28c7
@ -2922,7 +2922,6 @@ sub config_to_command {
|
|||||||
|
|
||||||
push @$cpuFlags , '+kvm_pv_unhalt' if !$nokvm;
|
push @$cpuFlags , '+kvm_pv_unhalt' if !$nokvm;
|
||||||
push @$cpuFlags , '+kvm_pv_eoi' if !$nokvm;
|
push @$cpuFlags , '+kvm_pv_eoi' if !$nokvm;
|
||||||
push @$cpuFlags , '-kvm_steal_time' if !$nokvm;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
push @$cpuFlags, 'enforce' if $cpu ne 'host' && !$nokvm;
|
push @$cpuFlags, 'enforce' if $cpu ne 'host' && !$nokvm;
|
||||||
|
Loading…
Reference in New Issue
Block a user