Thomas Huth <th...@redhat.com> writes: > On 2018-11-21 19:14, Markus Armbruster wrote: >> Time for another update. My HEAD is at v3.1.0-rc2. > > Thanks a lot for this, Markus, very appreciated! > > [...] >> Unmaintained files sorted by number of commits in the past year >> (v2.11.0-rc2): >> >> $ for i in `cat unmaintained-files`; do echo -n "$i "; git-rev-list >> v2.11.0-rc2.. $i | wc -l; done | awk '{ printf "%7d %s\n", $2, $1 }' | sort >> -rn | head -n 100 >> 139 MAINTAINERS >> 138 configure >> 108 tests/Makefile.include >> 87 qemu-options.hx > > I still think we'd need someone to look after qemu-options.hx, since > these are public interfaces...
QAPIfication to the rescue... [...] >> qdev needs a maintainer. It has needed one since forever. > > Definitely. But who could do that job? I'm afraid most (all?) candidates that have the experience lack the bandwidth. I certainly do. Let's ask git: $ scripts/get_maintainer.pl -f hw/core/qdev.c get_maintainer.pl: No maintainers found, printing recent contributors. get_maintainer.pl: Do not blindly cc: them on patches! Use common sense. Markus Armbruster <arm...@redhat.com> (commit_signer:8/14=57%) "Philippe Mathieu-Daudé" <f4...@amsat.org> (commit_signer:6/14=43%) Paolo Bonzini <pbonz...@redhat.com> (commit_signer:5/14=36%) Eric Blake <ebl...@redhat.com> (commit_signer:4/14=29%) Laurent Vivier <laur...@vivier.eu> (commit_signer:2/14=14%) qemu-devel@nongnu.org (open list:All patches CC here) $ scripts/get_maintainer.pl -f --git-blame hw/core/qdev.c Anthony Liguori <anth...@codemonkey.ws> (authored lines:170/1114=15%,commits:49/158=31%) Peter Crosthwaite <peter.crosthwa...@xilinx.com> (authored lines:149/1114=13%) Paolo Bonzini <pbonz...@redhat.com> (authored lines:112/1114=10%,commits:49/158=31%) Igor Mammedov <imamm...@redhat.com> (authored lines:72/1114=6%) Paul Brook <p...@codesourcery.com> (authored lines:65/1114=6%) "Andreas Färber" <afaer...@suse.de> (commits:50/158=32%) Markus Armbruster <arm...@redhat.com> (commits:27/158=17%) "Michael S. Tsirkin" <m...@redhat.com> (commits:27/158=17%) qemu-devel@nongnu.org (open list:All patches CC here) Any takers?