qemu-e2k/target/openrisc
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
..
cpu-param.h
cpu-qom.h target: Move ArchCPUClass definition to 'cpu.h' 2023-11-07 13:08:48 +01:00
cpu.c target/openrisc: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
cpu.h target/openrisc: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
disas.c
exception_helper.c
exception.c
exception.h
fpu_helper.c target/openrisc: Set PC to cpu state on FPU exception 2023-05-11 15:40:03 +01:00
gdbstub.c
helper.h
insns.decode
interrupt_helper.c
interrupt.c target/openrisc: Set EPCR to next PC on FPE exceptions 2023-07-31 22:01:03 +01:00
Kconfig
machine.c target/openrisc: Constify VMState in machine.c 2023-12-29 11:17:30 +11:00
meson.build meson: Rename target_softmmu_arch -> target_system_arch 2023-10-07 19:03:07 +02:00
mmu.c
sys_helper.c tcg: Add insn_start_words to TCGContext 2023-06-05 12:04:29 -07:00
translate.c accel/tcg: Replace CPUState.env_ptr with cpu_env() 2023-10-04 11:03:54 -07:00