- Renamed vmdp-250424 to VMDP-WiN-2.5.5.
- All drivers for Windows Server 2025 have been signed and are now supported.
- The same driver binary is used for both Windows Server 2022 and Windows
Server 2025. The drivers contain signatures for both versions of
Windows Server.
- Updated driver INF files to follow driver isolation policies.
- Drivers for Windows Server 2008 R2 have been removed from this package.
- Use a common style help box for setup, uninstall, and pvctrlw.
- Media layout changes:
- Renamed directories to better identify drivers to Windows versions:
- win7-8r2 -> Server2008r2-Win7
- win8-2012 -> Server2012-Win8
- win8.1-2012r2 -> Server2012r2-Win8.1
- win10-server16-19 -> Server2016-19-Win10
- win10-11-server22 -> Server2022-25-Win11.
- Removed the <win_os>\<arch>\pvvx directory and moved its contents to the
<win_os>\<arch> directory.
- In the root directory created a utilities directory. Moved the x86,
x86ex, x64, and x64ex directories into the utilities directory.
- pvvxnet.sys:
- NDIS Poll functionality is fully supported.
- Split event channels in now on by default for Xen environments.
- virtio_rng.sys:
Fixed bsc#1227857 virtio_rng to correctly initialize the virtio queue
to utilize MSI interrupts.
- setup.exe:
- Updated setup to recognize the new media directory layout.
- setup now installs qemu-ga by default. If the /qemu-ga parameter is
given, only install qemu-ga along with the virtio_serial driver if needed.
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-vmdp-container?expand=0&rev=16
19 lines
673 B
Plaintext
19 lines
673 B
Plaintext
<services>
|
|
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
|
<service mode="buildtime" name="replace_using_env">
|
|
<param name="file">Dockerfile</param>
|
|
<param name="var">PKG_VERSION</param>
|
|
<param name="var">REGISTRY</param>
|
|
<param name="var">TAGPREFIX</param>
|
|
<param name="var">LABELPREFIX</param>
|
|
<param name="eval">
|
|
PKG_VERSION=2.5.5
|
|
REGISTRY=registry.opensuse.org
|
|
TAGPREFIX=kubevirt
|
|
LABELPREFIX=org.opensuse.kubevirt
|
|
</param>
|
|
<param name="verbose">1</param>
|
|
</service>
|
|
<service mode="buildtime" name="docker_label_helper"/>
|
|
</services>
|