mirror of
git://git.proxmox.com/git/qemu-server.git
synced 2025-01-07 17:17:57 +03:00
disable kvm_steal_time
It's currently buggy with live migration https://bugs.launchpad.net/qemu/+bug/1494350 Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
e339fd34c6
commit
ab7540f7e4
@ -2890,6 +2890,7 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user