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
This commit is contained in:
parent
effe47ff48
commit
116c2c21d5
7 changed files with 13 additions and 106 deletions
|
|
@ -5347,13 +5347,6 @@ SRST
|
|||
specified, the former is passed to semihosting as it always
|
||||
takes precedence.
|
||||
ERST
|
||||
DEF("old-param", 0, QEMU_OPTION_old_param,
|
||||
"-old-param old param mode\n", QEMU_ARCH_ARM)
|
||||
SRST
|
||||
``-old-param``
|
||||
Old param mode (ARM only).
|
||||
ERST
|
||||
|
||||
DEF("sandbox", HAS_ARG, QEMU_OPTION_sandbox, \
|
||||
"-sandbox on[,obsolete=allow|deny][,elevateprivileges=allow|deny|children]\n" \
|
||||
" [,spawn=allow|deny][,resourcecontrol=allow|deny]\n" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue