On Wednesday, November 27, 2019, Michael Rolnik wrote: > Include AVR maintaners in MAINTAINERS file > > Signed-off-by: Michael Rolnik > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5e5e3e52d6..d7bfb62791 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -163,6 +163,17 @@ S: Maintained > F: hw/arm/smmu* > F: include/hw/arm/smmu* > > +AVR TCG CPUs > +M: Michael Rolnik > +R: Sarah Harris > +S: Maintained > +F: target/avr/ > +F: hw/misc/avr_mask.c > +F: hw/char/avr_usart.c > +F: hw/timer/avr_timer16.c > +F: hw/avr/ > +F: tests/acceptance/machine_avr6.py > + This is from summary from the cover letter: create mode 100644 default-configs/avr-softmmu.mak create mode 100644 include/hw/char/avr_usart.h create mode 100644 include/hw/misc/avr_mask.h create mode 100644 include/hw/timer/avr_timer16.h create mode 100644 target/avr/cpu-param.h create mode 100644 target/avr/cpu-qom.h create mode 100644 target/avr/cpu.h create mode 100644 target/avr/helper.h create mode 100644 hw/avr/sample.c create mode 100644 hw/char/avr_usart.c create mode 100644 hw/misc/avr_mask.c create mode 100644 hw/timer/avr_timer16.c create mode 100644 target/avr/cpu.c create mode 100644 target/avr/disas.c create mode 100644 target/avr/gdbstub.c create mode 100644 target/avr/helper.c create mode 100644 target/avr/machine.c create mode 100644 target/avr/translate.c create mode 100644 gdb-xml/avr-cpu.xml create mode 100644 hw/avr/Kconfig create mode 100644 hw/avr/Makefile.objs create mode 100644 target/avr/Makefile.objs create mode 100644 target/avr/insn.decode create mode 100644 tests/acceptance/machine_avr6.py All such new files must be covered by this change in MAINTAINERS. Please doublecheck. For example, include/hw/timer/avr_timer16.h seems to be not covered. Thanks, Aleksandar > CRIS TCG CPUs > M: Edgar E. Iglesias > S: Maintained > -- > 2.17.2 (Apple Git-113) > >