summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-04-22 23:43:26 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-04-22 23:43:26 +0200
commite17b8876cfafae081784d5cf1258ce16c50e283a (patch)
treeae1dbfc521b0404f4280ce30ef7339e5900cc342
parent965250cb6410a01f0eaeab9bb672de05f5acb77d (diff)
downloadUnspecifiedGarbage-e17b8876cfafae081784d5cf1258ce16c50e283a.zip
UnspecifiedGarbage-e17b8876cfafae081784d5cf1258ce16c50e283a.tar.gz
qemu fix
-rw-r--r--doc/note/qemu/qemu.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index d4bc3aa..5ee13b2 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -46,7 +46,7 @@ Windoof:
qemu-system-x86_64 \
-nodefaults `# <- TODO Fix network when using this` \
-accel kvm:whpx:hax:tcg -m size=2G -smp cores=$(nproc) \
- -monitor stdio \
+ -monitor stdio -serial stdio `# coose ONE` \
`# Drives & Boot.` \
-boot order=dc \
-cdrom "path/to/cd.iso" \
@@ -63,7 +63,7 @@ qemu-system-x86_64 \
`# USB pass-through` \
-usb -device usb-host,id=myUsbQemuId,vendorid=0xFFFF,productid=0xFFFF \
`# Choose ONE of those for graphic output` \
- -nographic -serial stdio \
+ -nographic \
-device VGA \
-display sdl,grab-mod=rctrl \
-display gtk,show-menubar=on \