X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PVE%2FQemuServer.pm;h=f4a13491b0368d8e8171f366f9c254b6e9ea4dd5;hb=0da5a08cb496975c7befeb6b70a2e1576370d705;hp=329b283bf123abbcc2507647f0a7eed11a07fabc;hpb=117a041466b3af8368506ae3ab7b8d26fc07d9b7;p=qemu-server.git diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 329b283..f4a1349 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -2912,6 +2912,7 @@ sub config_to_command { if (qemu_machine_feature_enabled ($machine_type, $kvmver, 2, 3)) { push @$cpuFlags , '+kvm_pv_unhalt' if !$nokvm; + push @$cpuFlags , '+kvm_pv_eoi' if !$nokvm; } $cpu .= "," . join(',', @$cpuFlags) if scalar(@$cpuFlags);