mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
b5154a2d61
commit
7db8f7e895
2 changed files with 0 additions and 17 deletions
|
@ -184,7 +184,6 @@ static inline void set_avr_feature(CPUAVRState *env, int feature)
|
|||
env->features |= (1U << feature);
|
||||
}
|
||||
|
||||
#define cpu_list avr_cpu_list
|
||||
#define cpu_mmu_index avr_cpu_mmu_index
|
||||
|
||||
static inline int avr_cpu_mmu_index(CPUAVRState *env, bool ifetch)
|
||||
|
@ -194,7 +193,6 @@ static inline int avr_cpu_mmu_index(CPUAVRState *env, bool ifetch)
|
|||
|
||||
void avr_cpu_tcg_init(void);
|
||||
|
||||
void avr_cpu_list(void);
|
||||
int cpu_avr_exec(CPUState *cpu);
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue