]> git.proxmox.com Git - qemu-server.git/commitdiff
lower hv_synic, hv_stimer requirement to qemu 2.12
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Oct 2018 12:52:27 +0000 (14:52 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Oct 2018 12:52:28 +0000 (14:52 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
PVE/QemuServer.pm

index 541d7b099ed3cdea1c7de82aae785d999ea4523c..56d3043ae66b60f7ce60415a6bae034c8b68c24f 100644 (file)
@@ -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';
        }