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

2019-12-10 Thread Aleksandar Markovic
On Mon, Dec 9, 2019 at 7:31 PM Michael Rolnik wrote: > > I prefer to remove it, as nobody uses it. what do you think? the full list is > in target/avr/cpu.h file > I have mixed filings about that. I can just imagine someone in future might make a "superassembler" that uses this header, and

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

2019-12-09 Thread Michael Rolnik
I prefer to remove it, as nobody uses it. what do you think? the full list is in target/avr/cpu.h file On Mon, Dec 9, 2019 at 8:16 PM Aleksandar Markovic < aleksandar.m.m...@gmail.com> wrote: > > > On Sunday, December 8, 2019, Michael Rolnik wrote: > >> Add AVR related definitions into QEMU >>

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

2019-12-09 Thread Aleksandar Markovic
On Sunday, December 8, 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 ++ >

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

2019-12-08 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 ++ 4 files