https://github.com/SUSE/vmdp/releases/tag/v2.5.5.1 - Added WHQL signed drivers for the RTL_QUERY_REGISTRY_TYPECHECK fix. - Added RTL_QUERY_REGISTRY_TYPECHECK to calls to RtlQueryRegistryValues. - Cleanedup deprecated ExAlloc calls by using the workaround macros and defining POOL_ZERO_DOWN_LEVEL_SUPPORT for pvvxbn, fwcfg, virtio_fs, virtio_rng, and virtio_serial for w2k12 through w2k19. Newer versions of Windows use the new ExAlloc calls. - Cleaned up compiler warnings that were manifested with compiler updates. - Fixed setup from copying drivers to \windows\system32\drivers for w2k22 and w2k25. - Removed the utilities\x86ex directory and files from the media layout. There is no x86 OS that use the functionality contained in those files. - Fixed a Driver Verifier crash in pvvxnet on Xen when shutting down or restarting the driver after a save/restore of the vm. Memory wasn't being freed on the restore. Known issues: - Drivers are not removed from \windows\system32\drivers directory during uninstall for w2k16 and w2k19. This is due to the PnpLockdown=1 in the driver inf files which was required for attestation signed drivers. OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-vmdp-container?expand=0&rev=18
19 lines
675 B
Plaintext
19 lines
675 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.1
|
|
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>
|