On 2/2/26 7:36 AM, Philippe Mathieu-Daudé wrote:
Since more then 5 years the '-cpu any' is aliased to '-cpu max'
(see commit a0032cc5427 "target/arm: Make 'any' CPU just an alias
for 'max'"). Time to deprecate the alias so we can eventually
remove the alias code. Emit a warnig meanwhile.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
---
docs/about/deprecated.rst | 8 ++++++++
target/arm/cpu.h | 2 +-
target/arm/cpu.c | 1 +
3 files changed, 10 insertions(+), 1 deletion(-)
Reviewed-by: Pierrick Bouvier <[email protected]>