summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/note/qemu/qemu.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index 13dc325..f3fc996 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -73,6 +73,7 @@ qemu-system-x86_64 \
## Broken systems likely need some of those too
`# Fix broken hosts` \
-L "${QEMU_HOME:?}/Bios" -bios "${QEMU_HOME:?}/Bios/bios-256k.bin" \
+ -accel whpx,kernel-irqchip=off `# "https://github.com/Tech-FZ/EmuGUI/issues/72#issuecomment-1940933918"` \
`# Fix broken guests` \
-device usb-ehci,id=usb,bus=pci.0,addr=0x4 -device usb-tablet \