Update start-qemu

This commit is contained in:
Namhyeon Go 2021-11-15 01:47:29 +09:00 committed by GitHub
parent b683911625
commit fd8e3e9aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
6.1/start-qemu generated
View File

@ -13,7 +13,7 @@ set -e
# QEMU_NO_SSH=1 (suppress automatic port 22 forwarding) # QEMU_NO_SSH=1 (suppress automatic port 22 forwarding)
# QEMU_NO_SERIAL=1 (suppress automatic "-serial stdio") # QEMU_NO_SERIAL=1 (suppress automatic "-serial stdio")
# QEMU_NO_VNC=1 (suppress automatic "-vnc ':0'") # QEMU_NO_VNC=1 (suppress automatic "-vnc ':0'")
# QENU_MACHINE (for example, "smdkc210" - Samsung SMDKC210 board (Exynos4210)) # QENU_MACHINE (For example if arch=arm, "smdkc210" - Samsung SMDKC210 board (Exynos4210))
hostArch="$(uname -m)" hostArch="$(uname -m)"
qemuArch="${QEMU_ARCH:-$hostArch}" qemuArch="${QEMU_ARCH:-$hostArch}"