I added support for the AVR32 instruction set to QEMU. In May 2023 I will add hardware support for the Nanomin A3200 board. For now, I added an example board that can be used to test the implementation.
The build process is not changed. To only compile the AVR32 target do:
../configure --target-list=avr32-softmmu
make -j 16
Additional information can also be found online via the QEMU website:
After you successfully build QEMU AVR32, you can use it like this:
build/avr32-softmmu/qemu-system-avr32 -M avr32example-board -bios [path to avr32 binary file]