mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 06:01:51 +00:00
add_hyperv_enlightenments: do not add hv_evmcs for now at all
as Windows VMs on hosts with AMD CPUs do not start at all with that... Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
391b1598b0
commit
71a1e5680b
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user