$ brew install qemu Warning: qemu 9.1.1 is already installed and up-to-date. $ qemu-system-avr -version QEMU emulator version 9.1.1 Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers $ qemu-system-avr -machine 2009 -cpu help Available CPUs: avr5 avr51 avr6 $ qemu-system-avr -machine 2009 -cpu avr5 qemu-system-avr: unable to find CPU model 'avr5'
What am I missing? Thanks!