Re: [Qemu-devel] [PATCH RFC v19 03/13] target-avr: adding a sample AVR board

2017-06-13 Thread Thomas Huth
On 08.06.2017 20:49, Michael Rolnik wrote: [...] > diff --git a/hw/avr/sample.c b/hw/avr/sample.c > new file mode 100644 > index 00..7b03130680 > --- /dev/null > +++ b/hw/avr/sample.c > @@ -0,0 +1,108 @@ > +/* > + * QEMU AVR CPU > + * > + * Copyright (c) 2016 Michael Rolnik > + * > + * This

[Qemu-devel] [PATCH RFC v19 03/13] target-avr: adding a sample AVR board

2017-06-08 Thread Michael Rolnik
Signed-off-by: Michael Rolnik Message-Id: <1471522070-77598-4-git-send-email-mrol...@gmail.com> Signed-off-by: Richard Henderson --- MAINTAINERS | 1 + hw/avr/Makefile.objs | 21 ++ hw/avr/sample.c | 108 +++ 3 files change