Re: [Qemu-devel] [PATCH v17 1/9] target-avr: AVR cores support is added.

2016-08-18 Thread Peter Maydell
On 18 August 2016 at 13:07, Michael Rolnik wrote: > 1. basic CPU structure > 2. registers > 3. no instructions > 4. saving sreg, rampD, rampX, rampY, rampD, eind in HW representation > > Signed-off-by: Michael Rolnik Reviewed-by: Peter

[Qemu-devel] [PATCH v17 1/9] target-avr: AVR cores support is added.

2016-08-18 Thread Michael Rolnik
1. basic CPU structure 2. registers 3. no instructions 4. saving sreg, rampD, rampX, rampY, rampD, eind in HW representation Signed-off-by: Michael Rolnik --- MAINTAINERS | 5 + arch_init.c | 2 + configure