qemu-e2k/target/rx
Gavin Shan c16de0d9fd target/rx: Use generic cpu_list()
Before it's applied:

[gshan@gshan q]$ ./build/qemu-system-rx -cpu ?
Available CPUs:
  rx62n-rx-cpu

After it's applied:

[gshan@gshan q]$ ./build/qemu-system-rx -cpu ?
Available CPUs:
  rx62n

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231114235628.534334-19-gshan@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2024-01-05 16:20:14 +01:00
..
cpu-param.h
cpu-qom.h
cpu.c target/rx: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
cpu.h target/rx: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
disas.c
gdbstub.c
helper.c
helper.h
insns.decode
Kconfig
meson.build
op_helper.c
translate.c