From 04afe86cd7e85790360548647419a5a40efa6936 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Sat, 15 Jan 2022 15:33:43 +0100 Subject: [PATCH] board/qemu/arm-vexpress-tz: use enable=on Since Qemu 6.0.0 [1], a warning appear in the log if a short-form boolean option is used. [1] https://git.qemu.org/?p=qemu.git;a=commitdiff;h=ccd3b3b8112b670fdccf8a392b8419b173ffccb4 Signed-off-by: Romain Naour Cc: Etienne Carriere Cc: Dick Olsson Signed-off-by: Yann E. MORIN --- board/qemu/arm-vexpress-tz/readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/qemu/arm-vexpress-tz/readme.txt b/board/qemu/arm-vexpress-tz/readme.txt index 7e62e943a6..3036dd54ca 100644 --- a/board/qemu/arm-vexpress-tz/readme.txt +++ b/board/qemu/arm-vexpress-tz/readme.txt @@ -16,7 +16,7 @@ from the image directory: -smp 1 -s -m 1024 -d unimp \ -serial stdio \ -netdev user,id=vmnic -device virtio-net-device,netdev=vmnic \ - -semihosting-config enable,target=native \ + -semihosting-config enable=on,target=native \ -bios flash.bin # qemu_arm_vexpress_tz_defconfig The boot stage traces (if any) followed by the login prompt will appear