]> git.proxmox.com Git - qemu-server.git/commitdiff
disable kvm_steal_time
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 28 Sep 2015 07:56:34 +0000 (09:56 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 29 Sep 2015 05:14:02 +0000 (07:14 +0200)
It's currently buggy with live migration

https://bugs.launchpad.net/qemu/+bug/1494350
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm

index 4906f2c52c9a9842408e8a4e5da653626a43c3d1..5ae5919e1c202d24e2c389183888415938328cbf 100644 (file)
@@ -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;