Re: [Qemu-devel] [PATCH v27 7/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file

2019-07-19 Thread Michael Rolnik
You're right. I did not know what next release was going to be. So I did not change it Sent from my cell phone, please ignore typos On Fri, Jul 19, 2019, 6:43 PM Eric Blake wrote: > On 7/19/19 3:26 AM, Michael Rolnik wrote: > > Signed-off-by: Michael Rolnik > > --- > > > +++ b/qapi/common.json

Re: [Qemu-devel] [PATCH v27 7/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file

2019-07-19 Thread Eric Blake
On 7/19/19 3:26 AM, Michael Rolnik wrote: > Signed-off-by: Michael Rolnik > --- > +++ b/qapi/common.json > @@ -183,11 +183,12 @@ > #is true even for "qemu-system-x86_64". > # > # ppcemb: dropped in 3.1 > +# avr: added in 4.1 Are you trying to get this into 4.1? rc2 is awfully late to

[Qemu-devel] [PATCH v27 7/8] target/avr: Register AVR support with the rest of QEMU, the build system, and the MAINTAINERS file

2019-07-19 Thread Michael Rolnik
Signed-off-by: Michael Rolnik --- MAINTAINERS | 6 ++ arch_init.c | 2 ++ configure | 7 +++ default-configs/avr-softmmu.mak | 5 + include/disas/dis-asm.h | 6 ++ include/sysemu/arch_init.h | 1 + qa