summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-09-15 10:08:41 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-09-15 10:08:41 +0200
commitecb15d058747227b6020a363d3daf08aeeae50ec (patch)
treede63d0e9b8a6b73e9c1a6acdc3951fb73864bcfa
parenta32fcdf4fca874326936ed0a6d4504f2a83fa5f7 (diff)
downloadUnspecifiedGarbage-ecb15d058747227b6020a363d3daf08aeeae50ec.zip
UnspecifiedGarbage-ecb15d058747227b6020a363d3daf08aeeae50ec.tar.gz
add tcg,thread=multi experimental to pi
-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 \