Re: [PATCH v37 13/17] target/avr: Register AVR support with the rest of QEMU

2019-12-05 Thread Aleksandar Markovic
On Wednesday, November 27, 2019, Michael Rolnik wrote: > Add AVR related definitions into QEMU > > Signed-off-by: Michael Rolnik > Tested-by: Philippe Mathieu-Daudé > Reviewed-by: Aleksandar Markovic > --- > qapi/machine.json | 3 ++- > include/disas/dis-asm.h| 6 ++ > includ

[PATCH v37 13/17] target/avr: Register AVR support with the rest of QEMU

2019-11-27 Thread Michael Rolnik
Add AVR related definitions into QEMU Signed-off-by: Michael Rolnik Tested-by: Philippe Mathieu-Daudé Reviewed-by: Aleksandar Markovic --- qapi/machine.json | 3 ++- include/disas/dis-asm.h| 6 ++ include/sysemu/arch_init.h | 1 + arch_init.c| 2 ++ tests/machi