mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 21:10:30 +00:00
Documentation: Add workaround for blackscreen using WSL+QEMU6.x
This workaround disables the in-kernel interrupt controller. This impacts the VM performance and should probably be removed when the workaround is no longer needed. This workaround was posed by stelar7. See #7523
This commit is contained in:
parent
e4a55404f1
commit
9f117a79f6
Notes:
sideshowbarker
2024-07-18 11:03:30 +09:00
Author: https://github.com/TrMen 🔰 Commit: https://github.com/SerenityOS/serenity/commit/9f117a79f64 Pull-request: https://github.com/SerenityOS/serenity/pull/8179
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ If Serenity freezes on boot with the log message: `Scheduler[0]: idle loop runni
|
|||
Please ensure you have installed the most recent version of [QEMU for Windows](https://qemu.weilnetz.de/) and that you have followed the step above to enable the maximum feature set available:
|
||||
`export SERENITY_QEMU_CPU="max,vmx=off"`.
|
||||
|
||||
If the steps above do not fix the problem, check the boot log for `whpx: injection failed, MSI (0, 0) delivery: 0, dest_mode: 0, trigger mode: 0, vector: 0, lost (c0350005)`. If present, try disabling the KVM in-kernel interrupt handler by extending the above to `export SERENITY_EXTRA_QEMU_ARGS="-accel whpx,kernel-irqchip=off"`. This seems to be an issue for some users with QEMU 6.x.
|
||||
|
||||
##### Illegal instruction on boot
|
||||
|
||||
Using `SERENITY_QEMU_CPU="max"` can trigger a QEMU bug where the OSXSAVE CPUID flag is erroneously set, playing havoc with feature detection logic in libgcc and resulting in this error.
|
||||
|
|
Loading…
Reference in a new issue