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

2016-07-25 Thread Peter Maydell
On 24 July 2016 at 01:02, 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 > --- > arch_init.c | 2 + > configure

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

2016-07-23 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 --- arch_init.c | 2 + configure | 5 + default-configs/avr-softmmu.mak | 21 +