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 <gs...@redhat.com> --- target/avr/cpu.c | 15 --------------- target/avr/cpu.h | 2 -- 2 files changed, 17 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>