]> git.proxmox.com Git - pve-edk2-firmware.git/commit
add patch to work around older guest kernel bug
authorFiona Ebner <f.ebner@proxmox.com>
Mon, 5 Jun 2023 07:43:50 +0000 (09:43 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 14:05:21 +0000 (16:05 +0200)
commitc252b4e50165b5e0783edd60d84f3588b4e6bfaf
tree14518e36a82096ae0a7ce57c9bc043474b5b0f89
parentf9d3c7f9b1302472d86e21980384ced5ad5c6fae
add patch to work around older guest kernel bug

by limiting the phys-bits to 46 instead of 47. On Ubuntu 18.04 with
kernel 4.15, using 47 leads to a strange issue where initialization of
VirtIO devices would fail.

Reported in the community forum:
https://forum.proxmox.com/threads/127410/

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
debian/patches/0001-OvmfPkg-PlatformInitLib-limit-phys-bits-to-46.patch [new file with mode: 0644]
debian/patches/series