From 9cbc6ce80f6bd032db2bf68f67e8eb0f2d2373a4 Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sat, 22 Jan 2022 23:03:47 +0200 Subject: [PATCH] =?UTF-8?q?build:=20=F0=9F=9B=A0=20Extract=20QEMU=5FDISASM?= =?UTF-8?q?=5FOPTS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index a4b8552..7386667 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -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: