> On 11. Mar 2026, at 16:17, Magnus Kulke <[email protected]>
> wrote:
>
> On Wed, Mar 11, 2026 at 12:54:12PM +0100, Mohamed Mediouni wrote:
>
>> This should already be fixed on master since yesterday. Can you repro this?
>>
>
> Hey Mohamed,
>
> if you refer to "cb02fc2284 target/i386: emulate: LA57 fix", I don't
> think that was sufficient. It addressed a stack smashing issue, but the
> guest would still run into MMIO problems on la57-enabled hw.
Hello,
Thank you, I’ll test this further. Boot-tested it on an Alpine Linux VM but
looks like
that wasn’t enough...
FYI I added a new callback interface in x86_emul_ops (mmu_gva_to_gpa) to support
adding the Hyper-V page table walker, but if it’s anything like the WHP one
it’s going to
be very slow… which is why I moved to the new interface in the first place.