qemu-e2k/linux-user/riscv
Daniel Henrique Barboza 4d84cc5887 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>
2023-11-07 11:02:17 +10:00
..
cpu_loop.c
Makefile.vdso linux-user/riscv: Add vdso 2023-10-30 13:41:55 -07:00
meson.build linux-user/riscv: Add vdso 2023-10-30 13:41:55 -07:00
signal.c linux-user/riscv: Add vdso 2023-10-30 13:41:55 -07:00
sockbits.h
syscall32_nr.h linux-user/riscv: Add syscall riscv_hwprobe 2023-07-10 22:29:15 +10:00
syscall64_nr.h linux-user/riscv: Add syscall riscv_hwprobe 2023-07-10 22:29:15 +10:00
syscall_nr.h
target_cpu.h
target_elf.h linux-user/riscv: change default cpu to 'max' 2023-11-07 11:02:17 +10:00
target_errno_defs.h
target_fcntl.h
target_mman.h linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h 2023-08-08 13:27:15 -07:00
target_prctl.h
target_proc.h linux-user: Split out cpu/target_proc.h 2023-09-01 13:33:09 -07:00
target_resource.h
target_signal.h
target_structs.h
target_syscall.h
termbits.h
vdso-32.so linux-user/riscv: Add vdso 2023-10-30 13:41:55 -07:00
vdso-64.so linux-user/riscv: Add vdso 2023-10-30 13:41:55 -07:00
vdso-asmoffset.h linux-user/riscv: Add vdso 2023-10-30 13:41:55 -07:00
vdso.ld linux-user/riscv: Add vdso 2023-10-30 13:41:55 -07:00
vdso.S linux-user/riscv: Add vdso 2023-10-30 13:41:55 -07:00