Re: [PATCH rc4 07/29] target/avr: Add instruction helpers

2020-02-01 Thread Aleksandar Markovic
On Friday, January 31, 2020, Aleksandar Markovic < aleksandar.marko...@rt-rk.com> wrote: > From: Michael Rolnik > > Add helpers for instructions that need to interact with QEMU. Also, > add stubs for unimplemented instructions. Instructions SPM and WDR > are left unimplemented because they requir

[PATCH rc4 07/29] target/avr: Add instruction helpers

2020-01-30 Thread Aleksandar Markovic
From: Michael Rolnik Add helpers for instructions that need to interact with QEMU. Also, add stubs for unimplemented instructions. Instructions SPM and WDR are left unimplemented because they require emulation of complex peripherals. The implementation of instruction SLEEP is very limited due to