Re: [PATCH v5 09/31] target/avr: Use generic cpu_list()

2023-11-15 Thread Philippe Mathieu-Daudé
On 15/11/23 00:56, Gavin Shan wrote: 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 --- targe

Re: [PATCH v5 09/31] target/avr: Use generic cpu_list()

2023-11-14 Thread Richard Henderson
On 11/14/23 15:56, Gavin Shan wrote: 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 --- targe

[PATCH v5 09/31] target/avr: Use generic cpu_list()

2023-11-14 Thread Gavin Shan
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 --- target/avr/cpu.c | 15 --- target/av