All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] board/qemu/arm-vexpress-tz: use enable=on
@ 2022-01-15 14:33 Romain Naour
  2022-01-15 14:33 ` [Buildroot] [PATCH 2/2] support/scripts/boot-qemu-image.py: increase the timeout by 10 Romain Naour
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Romain Naour @ 2022-01-15 14:33 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Etienne Carriere

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 <romain.naour@gmail.com>
Cc: Etienne Carriere <etienne.carriere@linaro.org>
Cc: Dick Olsson <hi@senzilla.io>
---
 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
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-08-30 16:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15 14:33 [Buildroot] [PATCH 1/2] board/qemu/arm-vexpress-tz: use enable=on Romain Naour
2022-01-15 14:33 ` [Buildroot] [PATCH 2/2] support/scripts/boot-qemu-image.py: increase the timeout by 10 Romain Naour
2022-01-15 16:05   ` Yann E. MORIN
2022-01-15 19:28     ` Romain Naour
2022-01-15 20:23       ` Yann E. MORIN
2022-01-16 12:37         ` Romain Naour
2022-07-27 13:57   ` Thomas Petazzoni via buildroot
2022-08-30 16:04     ` Peter Korsgaard
2022-01-15 16:03 ` [Buildroot] [PATCH 1/2] board/qemu/arm-vexpress-tz: use enable=on Yann E. MORIN
2022-01-18  8:54 ` Etienne Carriere

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.