qemu-e2k/target
Gavin Shan 72b381f133 target/openrisc: Use generic cpu_list()
Before it's applied:

[gshan@gshan q]$ ./build/qemu-or1k -cpu ?
Available CPUs:
  or1200
  any

After it's applied:

[gshan@gshan q]$ ./build/qemu-or1k -cpu ?
Available CPUs:
  any
  or1200

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20231114235628.534334-17-gshan@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
2024-01-05 16:20:14 +01:00
..
alpha target/alpha: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
arm target/arm: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
avr target/avr: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
cris target/cris: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
hexagon target/hexagon: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
hppa target/hppa: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
i386 * configure: use a native non-cross compiler for linux-user 2024-01-04 19:55:20 +00:00
loongarch target/loongarch: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
m68k target/m68k: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
microblaze target/microblaze: Constify VMState in machine.c 2023-12-29 11:17:30 +11:00
mips target/mips: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
nios2
openrisc target/openrisc: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
ppc target/ppc: Constify VMState in machine.c 2023-12-29 11:17:30 +11:00
riscv cpu: Call object_class_dynamic_cast() once in cpu_class_by_name() 2024-01-05 16:20:14 +01:00
rx
s390x target/s390x: Constify VMState in machine.c 2023-12-29 11:17:30 +11:00
sh4
sparc target/sparc: Constify VMState in machine.c 2023-12-29 11:17:30 +11:00
tricore cpu: Call object_class_dynamic_cast() once in cpu_class_by_name() 2024-01-05 16:20:14 +01:00
xtensa cpu: Call object_class_dynamic_cast() once in cpu_class_by_name() 2024-01-05 16:20:14 +01:00
Kconfig
meson.build