On 24/01/2020 01.51, Philippe Mathieu-Daudé wrote: > This is the AVR port from Michael release (merge) candidate 2. > > Since v1 [1]: > - Addressed Thomas comments > - Fixed a non-critical bug in ATmega (incorrect SRAM base address) > - Added ELF parsing requested by Aleksandar > - Dropped default machine (as with the ARM port)
If you don't have a default machine, I'd expect to see a change to tests/qemu-iotests/check in the patchset. Please make sure that "make check" (i.e. "make check-block" in this case) continues to work if you run "configure" just with this single architecture (--target-list=avr-softmmu). Thanks, Thomas