mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 08:20:04 +00:00
![]() This cleanup windows guest os version handling, with normalizing ostype with numbers in a new windows_version sub. if($ostype eq 'wxp' || $ostype eq 'w2k3' || $ostype eq 'w2k') { $winversion = 5; } elsif($ostype eq 'w2k8' || $ostype eq 'wvista') { $winversion = 6; } elsif ($ostype =~ m/^win(\d+)$/) { $winversion = $1; } so we can simply do test on windows version with lower or upper version Hyperv enlightments configuration is centralized in a new add_hyperv_enlighments sub. Also disable hyperv with win < 8 + ovmf. Signed-off-by: Alexandre Derumier <aderumier@odiso.com> |
||
---|---|---|
PVE | ||
test | ||
.gitignore | ||
bootsplash.jpg | ||
bootsplash.xcf | ||
changelog.Debian | ||
control.in | ||
copyright | ||
Makefile | ||
modules-load.conf | ||
pcitest.pl | ||
pve-bridge | ||
pve-bridge-hotplug | ||
pve-bridgedown | ||
pve-q35.cfg | ||
pve-usb.cfg | ||
qm | ||
qmextract | ||
qmrestore | ||
sparsecp.c | ||
triggers | ||
utils.c | ||
vmtar.c |