Re: [Qemu-devel] [PATCH RFC v19 01/13] target-avr: AVR cores support is added.

2017-06-13 Thread Thomas Huth
On 13.06.2017 22:32, Michael Rolnik wrote: > the last version of my patches were done by Richard. Now I just > reapplied them to the master. > Should I have to remove "signed-off-by Richard" ? OK, if Richard did change to your patches, you should likely keep the line. But I think you should remov

Re: [Qemu-devel] [PATCH RFC v19 01/13] target-avr: AVR cores support is added.

2017-06-13 Thread Michael Rolnik
the last version of my patches were done by Richard. Now I just reapplied them to the master. Should I have to remove "signed-off-by Richard" ? On Tue, Jun 13, 2017 at 11:09 PM, Thomas Huth wrote: > On 08.06.2017 20:49, Michael Rolnik wrote: > > 1. basic CPU structure > > 2. registers >

Re: [Qemu-devel] [PATCH RFC v19 01/13] target-avr: AVR cores support is added.

2017-06-13 Thread Thomas Huth
On 08.06.2017 20:49, 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 > Message-Id: <1471522070-77598-2-git-send-email-mrol...@gmail.com> > S

[Qemu-devel] [PATCH RFC v19 01/13] target-avr: AVR cores support is added.

2017-06-08 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 Message-Id: <1471522070-77598-2-git-send-email-mrol...@gmail.com> Signed-off-by: Richard Henderson --- MAINTAINERS