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

2019-10-17 Thread Sarah Harris
Hi Philippe, I've checked and yes, I can make time to review patches. This is part of my current paid work, so when my contract eventually ends I will likely have to step down as reviewer. I'll have notice of that happening some time before, so I can pass that along when it comes. This message

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

2019-10-12 Thread Aleksandar Markovic
12.10.2019. 09.31, "Philippe Mathieu-Daudé" је написао/ла: > > Hi Sarah, > > > On 5/10/19 1:17 PM, Sarah Harris wrote: >> >> Hi Richard, >> >> Having discussed with my colleagues, we don't have the resources to maintain this. >> If you wanted to take up Michael's offer then I'm happy to respond

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

2019-10-12 Thread Philippe Mathieu-Daudé
Hi Sarah, On 5/10/19 1:17 PM, Sarah Harris wrote: Hi Richard, Having discussed with my colleagues, we don't have the resources to maintain this. If you wanted to take up Michael's offer then I'm happy to respond to queries and provide minor fixes. Otherwise, we will make our repository

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

2019-05-10 Thread Sarah Harris
Hi Richard, Having discussed with my colleagues, we don't have the resources to maintain this. If you wanted to take up Michael's offer then I'm happy to respond to queries and provide minor fixes. Otherwise, we will make our repository publicly available in the near future for anyone who

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

2019-05-07 Thread Sarah Harris
Hi Richard, I've raised this with my colleagues, we'll discuss tomorrow whether we have the funding and person resources to provide maintenance and get back to you. I've noted the issues you and Eric raised, I'll wait until I know where things are going before I look at fixing them. Kind

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

2019-05-06 Thread Michael Rolnik
Yes Sent from my cell phone, please ignore typos On Mon, May 6, 2019, 6:11 PM Eric Blake wrote: > On 5/4/19 3:36 AM, Sarah Harris wrote: > > Signed-off-by: Sarah Harris > > --- > > > +++ b/qapi/common.json > > @@ -187,7 +187,7 @@ > > # Since: 3.0 > > ## > > { 'enum' : 'SysEmuTarget', > > -

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

2019-05-06 Thread Eric Blake
On 5/4/19 3:36 AM, Sarah Harris wrote: > Signed-off-by: Sarah Harris > --- > +++ b/qapi/common.json > @@ -187,7 +187,7 @@ > # Since: 3.0 > ## > { 'enum' : 'SysEmuTarget', > - 'data' : [ 'aarch64', 'alpha', 'arm', 'cris', 'hppa', 'i386', 'lm32', > + 'data' : [ 'aarch64', 'alpha', 'arm',

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

2019-05-05 Thread Michael Rolnik
Hi Richard. I can maintain it Sent from my cell phone, please ignore typos On Sun, May 5, 2019, 8:57 AM Richard Henderson wrote: > On 5/4/19 1:36 AM, Sarah Harris wrote: > > Signed-off-by: Sarah Harris > ... > > > > +AVR > > +M: Michael Rolnik > > +S: Odd Fixes > > +F: target-avr/ > > +F:

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

2019-05-05 Thread Richard Henderson
On 5/4/19 1:36 AM, Sarah Harris wrote: > Signed-off-by: Sarah Harris ... > > +AVR > +M: Michael Rolnik > +S: Odd Fixes > +F: target-avr/ > +F: hw/avr/ > + This is not how things work. Michael wasn't up to maintaining the code 2 years ago; that's why it was never committed. You would need to

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

2019-05-04 Thread Sarah Harris
Signed-off-by: Sarah Harris --- MAINTAINERS | 6 ++ arch_init.c | 2 ++ configure | 6 ++ default-configs/avr-softmmu.mak | 5 + include/disas/dis-asm.h | 6 ++ include/sysemu/arch_init.h | 1 +