Re: [edk2-devel] [PATCH v2 3/4] OvmfPkg/PlatformInitLib: dynamic mmio window size

2023-05-22 Thread Fiona Ebner
Am 22.05.23 um 13:12 schrieb Gerd Hoffmann:> The patch below fixes it for me. Can you confirm this? Yes, it fixes the issue for me too :) Best Regards, Fiona -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#105125): https://edk2.groups.

Re: [edk2-devel] [PATCH v2 3/4] OvmfPkg/PlatformInitLib: dynamic mmio window size

2023-05-16 Thread Fiona Ebner
Am 04.10.22 um 15:47 schrieb Gerd Hoffmann: > In case we have a reliable PhysMemAddressWidth use that to dynamically > size the 64bit address window. Allocate 1/8 of the physical address > space and place the window at the upper end of the address space. > > Signed-off-by: Gerd Hoffmann Hi, a u

Re: [edk2-devel] [PATCH v3 1/1] OvmfPkg/SmbiosPlatformDxe: use PcdFirmware*

2023-03-30 Thread Fiona Ebner
Am 30.03.23 um 10:53 schrieb Gerd Hoffmann: > On Thu, Mar 30, 2023 at 10:04:02AM +0200, Fiona Ebner wrote: >> Am 28.11.22 um 06:40 schrieb Gerd Hoffmann: >>> Instead of using hard-coded strings ("0.0.0" for BiosVersion etc) >>> which is mostly use

Re: [edk2-devel] [PATCH v3 1/1] OvmfPkg/SmbiosPlatformDxe: use PcdFirmware*

2023-03-30 Thread Fiona Ebner
Am 28.11.22 um 06:40 schrieb Gerd Hoffmann: > Instead of using hard-coded strings ("0.0.0" for BiosVersion etc) > which is mostly useless read the PCDs (PcdFirmwareVendor, > PcdFirmwareVersionString and PcdFirmwareReleaseDateString) and > build the string table dynamuically at runtime. > > Signed-

Re: [edk2-devel] [PATCH v2 2/4] OvmfPkg/PlatformInitLib: detect physical address space

2023-03-20 Thread Fiona Ebner
Am 17.03.23 um 15:01 schrieb Gerd Hoffmann: > Hi, > >> With edk2-stable202205 or when reverting the commit, my VM boots with >> only 512 MiB of assigned memory. With the commit, with 512 MiB it cannot >> even initialize the display, with 750 MiB it runs into a different error >> during Linux boo

Re: [edk2-devel] [PATCH v2 2/4] OvmfPkg/PlatformInitLib: detect physical address space

2023-03-17 Thread Fiona Ebner
Am 16.03.23 um 15:37 schrieb Gerd Hoffmann: > On Thu, Mar 16, 2023 at 02:58:07PM +0100, Fiona Ebner wrote: >> Hi, >> after upgrading to edk2-stable202211 recently, we got user reports[0] >> about QEMU virtual machines with '-cpu host' on AMD Ryzen hosts not

Re: [edk2-devel] [PATCH v2 2/4] OvmfPkg/PlatformInitLib: detect physical address space

2023-03-16 Thread Fiona Ebner
Hi, after upgrading to edk2-stable202211 recently, we got user reports[0] about QEMU virtual machines with '-cpu host' on AMD Ryzen hosts not booting correctly anymore. A workaround seems to be assigning more memory to the VM. I was able to reproduce the issue locally (with QEMU 7.2 and an Ubuntu