summary refs log tree commit diff stats
path: root/include/system/system.h
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2025-08-28 17:27:00 +0100
committerPeter Maydell <peter.maydell@linaro.org>2025-09-16 17:31:54 +0100
commit116c2c21d521eb31fffb44eb74d918975c9a5658 (patch)
tree3cbfcfe98872ee9d1ad723868c339ba043155561 /include/system/system.h
parenteffe47ff4840860811e2e1cccfd60cb1cea8e459 (diff)
downloadfocaccia-qemu-116c2c21d521eb31fffb44eb74d918975c9a5658.tar.gz
focaccia-qemu-116c2c21d521eb31fffb44eb74d918975c9a5658.zip
system: drop the -old-param option
We deprecated the command line option -old-param for the 10.0
release, which allows us to drop it in 10.2.  This option was used to
boot Arm targets with a very old boot protocol using the
'param_struct' ABI.  We only ever needed this on a handful of board
types which have all now been removed from QEMU.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20250828162700.3308812-1-peter.maydell@linaro.org
Diffstat (limited to 'include/system/system.h')
-rw-r--r--include/system/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/system/system.h b/include/system/system.h
index a7effe7dfd..03a2d0e900 100644
--- a/include/system/system.h
+++ b/include/system/system.h
@@ -42,7 +42,6 @@ extern int graphic_height;
 extern int graphic_depth;
 extern int display_opengl;
 extern const char *keyboard_layout;
-extern int old_param;
 extern uint8_t *boot_splash_filedata;
 extern bool enable_cpu_pm;
 extern QEMUClockType rtc_clock;