Re: [PATCH v35 02/13] target/avr: Add instruction helpers

2019-11-22 Thread Philippe Mathieu-Daudé
On 10/29/19 10:24 PM, Michael Rolnik wrote: Stubs for unimplemented instructions and helpers for instructions that need to interact with QEMU. SPM and WDR are unimplemented because they require emulation of complex peripherals. The implementation of SLEEP is very limited due to the lack of peri

[PATCH v35 02/13] target/avr: Add instruction helpers

2019-10-29 Thread Michael Rolnik
Stubs for unimplemented instructions and helpers for instructions that need to interact with QEMU. SPM and WDR are unimplemented because they require emulation of complex peripherals. The implementation of SLEEP is very limited due to the lack of peripherals to generate wake interrupts. Memory a