Re: [Qemu-devel] [PATCH v12 3/9] target-avr: adding a sample AVR board

2016-07-25 Thread Peter Maydell
On 25 July 2016 at 21:56, Michael Rolnik wrote: > do you mean that I should remove the board and/or device? I use them for > testing. You should remove the device, because it's not doing anything. If that makes the CPU emulation stop working that's a problem with the CPU emulation that needs to b

Re: [Qemu-devel] [PATCH v12 3/9] target-avr: adding a sample AVR board

2016-07-25 Thread Michael Rolnik
do you mean that I should remove the board and/or device? I use them for testing. *char const** and *const char** are the same. On Mon, Jul 25, 2016 at 9:50 PM, Peter Maydell wrote: > On 24 July 2016 at 01:02, Michael Rolnik wrote: > > Signed-off-by: Michael Rolnik > > --- > > MAINTAINERS

Re: [Qemu-devel] [PATCH v12 3/9] target-avr: adding a sample AVR board

2016-07-25 Thread Peter Maydell
On 24 July 2016 at 01:02, Michael Rolnik wrote: > Signed-off-by: Michael Rolnik > --- > MAINTAINERS | 6 ++ > hw/avr/Makefile.objs | 21 ++ > hw/avr/sample-io.c | 176 > +++ > hw/avr/sample.c | 137 ++

[Qemu-devel] [PATCH v12 3/9] target-avr: adding a sample AVR board

2016-07-23 Thread Michael Rolnik
Signed-off-by: Michael Rolnik --- MAINTAINERS | 6 ++ hw/avr/Makefile.objs | 21 ++ hw/avr/sample-io.c | 176 +++ hw/avr/sample.c | 137 +++ 4 files changed, 340 insertions(+) create mode 1