cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
656 stars 225 forks source link

virtio: use 2k19 virtio drivers #350

Closed ader1990 closed 3 years ago

ader1990 commented 3 years ago

Use Windows build numbers to map the Fedora VirtIO drivers to be installed.

Build number intervals for each Windows version in CSV format:

Windows Version, Minimum Build, Maximum Build, IsServerVersion

"2k8", 6000, 6003, true "2k8r2", 7600, 8400, true "w7", 7600, 8400, false "2k12", 9200, 9200, true "w8", 9200, 9200, false "2k12r2", 9600, 9900, true "w8.1", 9600, 9900, false "2k16", 14393, 16299, true "w10", 10240, infinity, false "2k19", 17763, inifinity, true

AppVeyorBot commented 3 years ago

:white_check_mark: Build windows-openstack-imaging-tools 1.0.256 completed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/8f57ac2ead by @ader1990)

ader1990 commented 3 years ago

@felfert @mikeycarlton @zpeschke, I would appreciate a review for this PR.

Thank you, Adrian Vladu

AppVeyorBot commented 3 years ago

:white_check_mark: Build windows-openstack-imaging-tools 1.0.257 completed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/448ecef4e1 by @ader1990)

AppVeyorBot commented 3 years ago

:white_check_mark: Build windows-openstack-imaging-tools 1.0.258 completed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/e7c3272b89 by @ader1990)

AppVeyorBot commented 3 years ago

:white_check_mark: Build windows-openstack-imaging-tools 1.0.259 completed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/804a365c06 by @ader1990)

AppVeyorBot commented 3 years ago

:white_check_mark: Build windows-openstack-imaging-tools 1.0.260 completed (commit https://github.com/cloudbase/windows-openstack-imaging-tools/commit/2e89b629a7 by @ader1990)

andreitira commented 3 years ago

Tested the PR and everything is working smoothly.