Re: [Qemu-devel] [PATCH v17 2/9] target-avr: adding AVR CPU features/flavors
On 18 August 2016 at 13:07, Michael Rolnik wrote: > Signed-off-by: Michael Rolnik Reviewed-by: Peter Maydell thanks -- PMM
[Qemu-devel] [PATCH v17 2/9] target-avr: adding AVR CPU features/flavors
Signed-off-by: Michael Rolnik --- target-avr/cpu.c | 311 +++ target-avr/cpu.h | 48 + 2 files changed, 359 insertions(+) diff --git a/target-avr/cpu.c b/target-avr/cpu.c index e99f804..d817266 100644 --- a/target-avr/cpu.c +++ b/targe