You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
The drivers contained within the windows-integration package are very out of date. Taking the virtio storage driver as an example:
[Version]
Signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%RHEL%
DriverVer=08/10/2010,6.0.0.10
Current version shipping with RHEL6 Supplementary:
[Version]
Signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%RHEL%
DriverVer=07/03/2012,61.63.103.3000
The package itself is currently virtio-win-1.1.11-0 in the windows-integration bundle.
The newest from RHEL is virtio-win-1.5.3-1, these are WHQL.
How do we go about updating these?