lower hv_synic, hv_stimer requirement to qemu 2.12

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2018-10-16 14:52:27 +02:00
parent 29004a20ca
commit df648a6a7a

View 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';
}