qemu/target/avr
Gavin Shan 7db8f7e895 target/avr: Use generic cpu_list()
Before it's applied:

[gshan@gshan q]$ ./build/qemu-system-avr -cpu ?
avr5-avr-cpu
avr51-avr-cpu
avr6-avr-cpu

After it's applied:

[gshan@gshan q]$ ./build/qemu-system-avr -cpu ?
Available CPUs:
  avr5
  avr51
  avr6

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-10-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/avr: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
cpu.h target/avr: Use generic cpu_list() 2024-01-05 16:20:14 +01:00
disas.c
gdbstub.c
helper.c
helper.h
insn.decode
Kconfig
machine.c target/avr: Constify VMState in machine.c 2023-12-29 11:17:30 +11:00
meson.build
translate.c