> On 12. Feb 2026, at 23:52, Bernhard Beschow <[email protected]> wrote: > > I really like this series because it replaces proprietary code with already > existing open-source one. So I gave it a spin. Unfortunately I have to report > that I noticed some problematic performance regressions when booting x86_64 > Linux with Grub: Before this series it takes ~20 seconds until the first > Linux output is visible, and with this series applied it takes a bit more > than 2 minutes, i.e. about 6 times as slow. Also, when using a GUI, mouse > button presses easily take a second until reaction which is rather unusable. > So I think this series needs more work and I'm happy to help with testing.
Hello, Should be a bit faster now :-) (just sent over the v2) Turns out that MMU lookups through the Hyper-V API were slower than I anticipated, so moved the HVF x86 MMU translation bits over to common code and switched to using those. Thank you, -Mohamed
