build: 🛠 Extract QEMU_DISASM_OPTS

This commit is contained in:
Berkus Decker 2022-01-22 23:03:47 +02:00
parent 8b6a585250
commit 9cbc6ce80f
1 changed files with 1 additions and 1 deletions

View File

@ -58,9 +58,9 @@ QEMU_CONTAINER_CMD = "qemu-system-aarch64"
#
# Could additionally use -nographic to disable GUI -- this shall be useful for automated tests.
#
# -d in_asm,unimp,int
# QEMU has renamed the RasPi machines since version 6.2.0, use just `raspi3` for previous versions.
QEMU_OPTS = "-M ${QEMU_MACHINE} -d int -semihosting"
QEMU_DISASM_OPTS = "-d in_asm,unimp,int"
QEMU_SERIAL_OPTS = "-serial null -serial stdio"
QEMU_TESTS_OPTS = "-nographic"
# For gdb connection: