On Tue, 2 Sept 2025 at 11:54, Philippe Mathieu-Daudé <[email protected]> wrote: > > On 28/8/25 18:27, Peter Maydell wrote: > > 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 <[email protected]> > > --- > > docs/about/deprecated.rst | 13 ------ > > docs/about/removed-features.rst | 12 +++++ > > include/system/system.h | 1 - > > hw/arm/boot.c | 81 +-------------------------------- > > system/globals.c | 1 - > > system/vl.c | 4 -- > > qemu-options.hx | 7 --- > > 7 files changed, 13 insertions(+), 106 deletions(-) > > FYI this patch doesn't apply anymore.
I think I wrote it on top of https://patchwork.ozlabs.org/project/qemu-devel/patch/[email protected]/ ("linux-user: Drop deprecated -p option") -- the conflict is only in the deprecated-features.rst docs. I'll fix this up when I apply it to target-arm.next if the linux-user patch hasn't hit upstream first. -- PMM
