summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/note/qemu/qemu.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index 7a33862..728e97e 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -121,7 +121,8 @@ true \
(see also "../../../doc/note/rasbpi/rasbpi.txt")
# Example Raspi
-qemu-system-aarch64 -nodefaults \
+qemu-system-aarch64
+ -nodefaults -accel tcg,thread=multi `# TODO confirm thread=multi works ` \
-machine type=raspi3b -cpu cortex-a53 -smp 4 -m 1G \
-kernel kernel8.img -dtb bcm2710-rpi-3-b.dtb -sd "$(dirname "$(realpath "$0")")/sd.qcow2" \
-device usb-net,netdev=net0 \