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

2016-08-15 Thread Michael Rolnik
I definitely fixed ask your comments from previous review. But as it seems I have done a terrible mistake sending wrong patches. Sorry. On Mon, Aug 15, 2016, 6:46 PM Peter Maydell wrote: > On 15 August 2016 at 16:31, Michael Rolnik wrote: > > I remember I did it. So it seems to be a wrong revie

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

2016-08-15 Thread Peter Maydell
On 15 August 2016 at 16:31, Michael Rolnik wrote: > I remember I did it. So it seems to be a wrong review. Well, it's definitely still in the wrong place in the v14 patchset you sent out: http://patchwork.ozlabs.org/patch/654143/ Did you send out the wrong patchset by mistake? thanks -- PMM

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

2016-08-15 Thread Michael Rolnik
I remember I did it. So it seems to be a wrong review. On Mon, Aug 15, 2016, 6:28 PM Peter Maydell wrote: > On 29 July 2016 at 16:32, Michael Rolnik wrote: > > 1. basic CPU structure > > 2. registers > > 3. no instructions > > 4. saving sreg, rampD, rampX, rampY, rampD, eind in

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

2016-08-15 Thread Peter Maydell
On 29 July 2016 at 16:32, 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 > diff --git a/configure b/configure > index f57fcc6..c4d58b4 100

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

2016-07-29 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 +