mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 00:36:52 +00:00
lower hv_synic, hv_stimer requirement to qemu 2.12
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
29004a20ca
commit
df648a6a7a
@ -6727,7 +6727,7 @@ sub add_hyperv_enlightenments {
|
||||
if ($winversion >= 7) {
|
||||
push @$cpuFlags , 'hv_relaxed';
|
||||
|
||||
if (qemu_machine_feature_enabled ($machine_type, $kvmver, 3, 0)) {
|
||||
if (qemu_machine_feature_enabled ($machine_type, $kvmver, 2, 12)) {
|
||||
push @$cpuFlags , 'hv_synic';
|
||||
push @$cpuFlags , 'hv_stimer';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user