qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Markus Armbruster <armbru@redhat.com>,
	qemu-devel <qemu-devel@nongnu.org>
Cc: BALATON Zoltan <balaton@eik.bme.hu>,
	Peter Maydell <peter.maydell@linaro.org>,
	Eduardo Habkost <ehabkost@redhat.com>
Subject: Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered
Date: Thu, 22 Nov 2018 13:22:11 +0100	[thread overview]
Message-ID: <a7902403-7572-9b64-235e-cb6f9e0efbae@redhat.com> (raw)
In-Reply-To: <87muq2fgbw.fsf@dusky.pond.sub.org>

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...

>      62 qemu-doc.texi
>      56 Makefile
>      44 tests/test-bdrv-drain.c
>      26 tests/test-blockjob.c
>      24 Makefile.objs
>      22 VERSION
>      21 tests/test-blockjob-txn.c
>      21 scripts/checkpatch.pl
>      20 default-configs/arm-softmmu.mak

Maybe add that to one of Peter's ARM sections?

>      19 hw/display/sm501.c

Maybe Balaton wants to adopt this file?

>      17 hw/misc/Makefile.objs
>      16 include/sysemu/sysemu.h
>      15 include/hw/mem/pc-dimm.h
>      15 hw/sd/trace-events
>      15 contrib/libvhost-user/libvhost-user.c
>      14 tests/test-char.c
>      14 hw/core/qdev.c
>      13 scripts/update-linux-headers.sh
>      13 scripts/device-crash-test

That should go into the "Python scripts" section.

>      13 hw/display/Makefile.objs
>      13 .gitignore
>      12 include/qom/cpu.h
>      12 include/hw/mem/memory-device.h
>      12 include/elf.h
>      12 hw/misc/trace-events
>      12 default-configs/ppc-softmmu.mak
>      11 util/qht.c
>      10 util/memfd.c
>      10 qdev-monitor.c
>      10 include/sysemu/blockdev.h
>      10 include/qapi/qmp/dispatch.h
>      10 hw/misc/ivshmem.c
>      10 gdbstub.c
>      10 docs/devel/testing.rst
>       9 tests/check-qobject.c
>       9 include/qemu/osdep.h
>       9 include/hw/compat.h
>       9 contrib/libvhost-user/libvhost-user.h
>       8 util/qemu-config.c
>       8 util/Makefile.objs
>       8 linux-headers/linux/kvm.h
>       8 iothread.c
>       8 include/qemu/timer.h
>       8 include/qemu/qht.h
>       8 include/hw/qdev-properties.h
>       8 include/hw/pci-host/uninorth.h

uninorth is definitely related to mac99.

>       8 hw/intc/trace-events
>       8 hw/hyperv/hyperv.c
>       8 hw/core/loader.c
>       7 util/qsp.c
>       7 tests/test-qht.c
>       7 tests/.gitignore
>       7 os-posix.c
>       7 include/qemu/compiler.h
>       7 include/monitor/monitor.h
>       7 include/hw/qdev-core.h
>       7 include/hw/loader.h
>       7 include/hw/arm/smmu-common.h
>       7 docs/qcow2-cache.txt
>       7 default-configs/i386-softmmu.mak
>       7 Makefile.target
>       7 .gitmodules
>       6 tests/check-qlit.c
>       6 pc-bios/README
>       6 include/sysemu/arch_init.h
>       6 include/qemu/thread.h
>       6 include/qemu/memfd.h
>       6 include/hw/ssi/xilinx_spips.h

That belongs to one of the ARM machines, I think.

>       6 include/hw/hyperv/hyperv.h
>       6 include/hw/block/block.h
>       6 hw/nvram/fw_cfg.c
>       6 hw/input/ps2.c
>       6 docs/nvdimm.txt
>       6 docs/interop/qmp-spec.txt
>       6 device-hotplug.c
>       6 default-configs/x86_64-softmmu.mak
>       5 win_dump.c
>       5 util/uri.c
>       5 util/qemu-thread-posix.c
>       5 util/oslib-posix.c
>       5 tests/test-x86-cpuid-compat.c
>       5 tests/test-rcu-list.c
>       5 tests/tcg/README
>       5 tests/migration/Makefile
>       5 rules.mak
>       5 roms/openbios
>       5 pc-bios/openbios-ppc
>       5 linux-headers/asm-x86/kvm.h
>       5 linux-headers/asm-powerpc/kvm.h
>       5 include/standard-headers/linux/pci_regs.h
>       5 include/qemu/typedefs.h
>       5 include/qemu/cutils.h
>       5 include/hw/misc/iotkit-secctl.h
>       5 hw/watchdog/watchdog.c
>       5 hw/sd/ssi-sd.c
>       5 hw/pci-host/bonito.c

Bonito seems to belong to MIPS Fulong.

> qdev needs a maintainer.  It has needed one since forever.

Definitely. But who could do that job?

 Thomas

  reply	other threads:[~2018-11-22 12:22 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-20  9:19 [Qemu-devel] MAINTAINERS leaves too many files uncovered Markus Armbruster
2014-10-20 18:36 ` Paolo Bonzini
2014-10-22  8:23 ` Markus Armbruster
2014-10-22  9:00   ` Paolo Bonzini
2014-10-22 11:45     ` Markus Armbruster
2014-10-22 11:50       ` Paolo Bonzini
2014-10-22 13:06         ` Markus Armbruster
2014-10-22 13:22           ` Alexander Graf
2014-10-22 13:36           ` Paolo Bonzini
2014-10-22 11:58       ` [Qemu-devel] MAINTAINERS: please add myself as usb-serial.c and baum.c maintainer Samuel Thibault
2014-10-22 12:51         ` Paolo Bonzini
2014-10-22 13:00         ` Markus Armbruster
2014-10-22 13:53           ` Samuel Thibault
2014-10-22 15:21             ` Markus Armbruster
2014-10-22 12:06       ` [Qemu-devel] MAINTAINERS leaves too many files uncovered Michael Roth
2014-10-22 12:54       ` Luiz Capitulino
2015-09-22  9:13   ` Markus Armbruster
2015-09-22 10:06     ` Daniel P. Berrange
2015-09-22 10:18       ` Paolo Bonzini
2015-09-22 13:42     ` Thomas Huth
2015-09-22 14:58       ` Gerd Hoffmann
2015-09-22 15:13       ` Juan Quintela
2015-09-22 14:58     ` Daniel P. Berrange
2015-09-22 15:40       ` Peter Maydell
2015-09-22 18:07     ` Eric Blake
2015-09-22 19:50       ` Paolo Bonzini
2015-09-23  8:24       ` Kevin Wolf
2015-09-23  8:30         ` Alberto Garcia
2015-09-24 12:49           ` Markus Armbruster
2015-09-24 12:47       ` Markus Armbruster
2015-09-22 18:37     ` John Snow
2016-08-30 11:31     ` Markus Armbruster
2016-08-30 12:26       ` Cornelia Huck
2016-08-30 12:40         ` Paolo Bonzini
2016-08-30 13:29           ` Cornelia Huck
2016-08-30 12:48       ` Paolo Bonzini
2016-08-30 12:57         ` Peter Maydell
2016-08-30 18:31           ` John Snow
2016-08-30 14:47         ` Paolo Bonzini
2016-08-30 15:29           ` Markus Armbruster
2016-08-30 15:33             ` Paolo Bonzini
2016-08-31  8:28               ` Markus Armbruster
2016-08-30 13:39       ` Cornelia Huck
2016-09-12 13:56       ` Thomas Huth
2016-09-23 12:56       ` Thomas Huth
2016-09-23 14:47         ` Thomas Huth
2018-11-21 18:14       ` Markus Armbruster
2018-11-22 12:22         ` Thomas Huth [this message]
2018-11-22 21:56           ` BALATON Zoltan
2018-11-23  5:17             ` Philippe Mathieu-Daudé
2018-11-23 10:56               ` BALATON Zoltan
2018-11-23 11:03                 ` Philippe Mathieu-Daudé
2018-11-26 13:54           ` Markus Armbruster
2014-10-22 14:02 ` Alex Bennée
2014-10-22 15:26   ` Markus Armbruster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a7902403-7572-9b64-235e-cb6f9e0efbae@redhat.com \
    --to=thuth@redhat.com \
    --cc=armbru@redhat.com \
    --cc=balaton@eik.bme.hu \
    --cc=ehabkost@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).