[pve-devel] [PATCH] disable kvm_steal_time

Dietmar Maurer dietmar at proxmox.com
Tue Sep 29 07:15:40 CEST 2015


applied.

On 09/28/2015 09:56 AM, Alexandre Derumier wrote:
> It's currently buggy with live migration
>
> https://bugs.launchpad.net/qemu/+bug/1494350
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
>   PVE/QemuServer.pm | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
> index 4906f2c..5ae5919 100644
> --- a/PVE/QemuServer.pm
> +++ b/PVE/QemuServer.pm
> @@ -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;





More information about the pve-devel mailing list