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.
> 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
> > VIRTIO_F
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 u
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
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
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, RFLAGS
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