OSDN Git Service

linux-user/riscv: change default cpu to 'max'
authorDaniel Henrique Barboza <dbarboza@ventanamicro.com>
Fri, 20 Oct 2023 07:45:01 +0000 (04:45 -0300)
committerAlistair Francis <alistair.francis@wdc.com>
Tue, 7 Nov 2023 01:02:17 +0000 (11:02 +1000)
commit4d84cc5887c5ed9a630f5af87e56d64ee0a98c4b
treea96222c7ad4324848ee4ddd94c7c5bd44dc74bf0
parent40336d5b1d4c6b8b8b38c77fda254457d44fe90b
linux-user/riscv: change default cpu to 'max'

Commit f57d5f8004 deprecated the 'any' CPU type but failed to change the
default CPU for linux-user. The result is that all linux-users
invocations that doesn't specify a different CPU started to show a
deprecation warning:

$ ./build/qemu-riscv64  ./foo-novect.out
qemu-riscv64: warning: The 'any' CPU is deprecated and will be removed in the future.

Change the default CPU for RISC-V linux-user from 'any' to 'max'.

Reported-by: Richard Henderson <richard.henderson@linaro.org>
Fixes: f57d5f8004 ("target/riscv: deprecate the 'any' CPU type")
Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20231020074501.283063-1-dbarboza@ventanamicro.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
linux-user/riscv/target_elf.h