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):

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

2023-05-22 Thread Gerd Hoffmann
> The errors for the virtio devices are: > > virtio_scsi virtio1: virtio: device uses modern interface but does not > > have VIRTIO_F_VERSION_1 > > virtio_scsi: probe of virtio1 failed with error -22 > > virtio_net virtio2: virtio: device uses modern interface but does not have > >

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

2023-05-16 Thread Gerd Hoffmann
On Tue, May 16, 2023 at 04:00:55PM +0200, Fiona Ebner wrote: > > 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

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

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

2023-03-15 Thread Gerd Hoffmann
Hi, > Bug 4373 - Got Page-Fault in CpuIo2Dxe.dll when using edk2-stable202211 ovmf > with qemi-kvm > https://bugzilla.tianocore.org/show_bug.cgi?id=4373 > > Do you have any idea? Replied in bugzilla. take care, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent

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

2023-03-15 Thread joeyli via groups.io
Hi Gerd, I got a page-fault in CpuIo2Dxe.dll when using edk2-stable202211 ovmf with qemu-kvm: X64 Exception Type - 0E(#PF - Page-Fault) CPU Apic ID - ExceptionData - 000B I:0 R:1 U:0 W:1 P:1 PK:0 SS:0 SGX:0 RIP - 7F2CB5E8, CS - 0038,

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

2022-10-04 Thread 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 --- OvmfPkg/Library/PlatformInitLib/MemDetect.c | 28