diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 8339e298..bf71210c 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -7178,7 +7178,8 @@ sub add_hyperv_enlightenments { if (qemu_machine_feature_enabled ($machine_type, $kvmver, 3, 1)) { push @$cpuFlags , 'hv_tlbflush'; push @$cpuFlags , 'hv_ipi'; - push @$cpuFlags , 'hv_evmcs'; + # FIXME: AMD does not supports this currently, only add with special flag?? + #push @$cpuFlags , 'hv_evmcs'; } } }