All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/47] add missing entries in MAINTAINERS
@ 2017-07-28  5:35 Philippe Mathieu-Daudé
  2017-07-28  5:35 ` [Qemu-devel] [RFC PATCH 01/47] MAINTAINERS: add missing entry for documentation Philippe Mathieu-Daudé
                   ` (47 more replies)
  0 siblings, 48 replies; 114+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-07-28  5:35 UTC (permalink / raw)
  Cc: Philippe Mathieu-Daudé, qemu-devel, qemu-trivial

Hi,

I first prepared this series thinking about 2.10 but then realized if someone
is calling ./scripts/get_maintainer.pl he better is using an updated git
clone :)

Distribs do provide docs/ files in /usr/share/doc/qemu* but not the
MAINTAINERS file so no hurry for this series.

I provided the script I used in the last patch, I plan to improve it so
patchew/travis can start to use it: if a new file is added to the repository
without being covered in MAINTAINERS the script remember the submitter about
it and eventually he'll resend his patch, I think this is a good practice and
help the next contributors (anyway this is a valuable experience to look at a
file history to see who has been hacking around when there is no MAINTAINERS
entry).

I don't want to overburden current maintainers, so the last patches add
Orphans entries but I tried to select relevant commiters and include them in
each patch.

The criteria I used is "If I change this file, who should I notify? Who would
be interested?"

Regards,

Phil.

Philippe Mathieu-Daudé (47):
  MAINTAINERS: add missing entry for documentation
  MAINTAINERS: add missing ARM entries
  MAINTAINERS: add missing STM32 entry
  MAINTAINERS: add missing USB entry
  MAINTAINERS: add missing KVM entry
  MAINTAINERS: add missing entry for vhost
  MAINTAINERS: add missing entry for vfio/ccw
  MAINTAINERS: add missing entry for virtio
  MAINTAINERS: add missing entry for virtio/9p
  MAINTAINERS: add missing entry for virtio/blk
  MAINTAINERS: add missing entry for virtio/ccw
  MAINTAINERS: add missing entry for virtio/input
  MAINTAINERS: add missing entry for virtio/rng
  MAINTAINERS: add missing entry for virtio/crypto
  MAINTAINERS: add missing VMWare entry
  MAINTAINERS: add missing entry for gdb
  MAINTAINERS: add missing guest-agent entries
  MAINTAINERS: add missing TCG entry
  MAINTAINERS: add missing qcow2 entry
  MAINTAINERS: add missing PCI entries
  MAINTAINERS: add missing CRIS entry
  MAINTAINERS: add missing M68k entry
  MAINTAINERS: add missing LM32 entry
  MAINTAINERS: add missing MicroBlaze entry
  MAINTAINERS: add missing MIPS entry
  MAINTAINERS: add missing NiosII entry
  MAINTAINERS: add missing OpenRISC entry
  MAINTAINERS: add missing PowerPC entry
  MAINTAINERS: add missing SH-4 entry
  MAINTAINERS: add missing SPARC entry
  MAINTAINERS: add missing TriCore entry
  MAINTAINERS: add missing UniCore32 entry
  MAINTAINERS: add missing Xtensa entry
  MAINTAINERS: add missing X86 entries
  MAINTAINERS: add missing entries for throttling infra
  MAINTAINERS: add missing entry test for megasas
  MAINTAINERS: update docs/devel/ entries
  MAINTAINERS: update docs/interop/ entries
  RFC MAINTAINERS: add missing SSI entries
  RFC MAINTAINERS: add missing entry for AIO
  RFC MAINTAINERS: add missing I2C entries
  RFC MAINTAINERS: add missing Bluetooth entries
  RFC MAINTAINERS: add missing TPM entries
  RFC MAINTAINERS: add missing entry for tilegx
  RFC MAINTAINERS: add missing entries for loader
  RFC MAINTAINERS: add missing entries for Coccinelle scripts
  MAINTAINERS: script to find outdated entry

 MAINTAINERS                 | 102 ++++++++++++++++++++++++++++++++++++++++----
 scripts/check_maintainer.sh |  21 +++++++++
 2 files changed, 114 insertions(+), 9 deletions(-)
 create mode 100755 scripts/check_maintainer.sh

-- 
2.13.3

^ permalink raw reply	[flat|nested] 114+ messages in thread

end of thread, other threads:[~2017-08-30 21:19 UTC | newest]

Thread overview: 114+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28  5:35 [Qemu-devel] [PATCH 00/47] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [RFC PATCH 01/47] MAINTAINERS: add missing entry for documentation Philippe Mathieu-Daudé
2017-07-28  6:47   ` Thomas Huth
2017-08-30 21:08     ` Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 02/47] MAINTAINERS: add missing ARM entries Philippe Mathieu-Daudé
2017-07-28  6:55   ` Thomas Huth
2017-08-30 21:14     ` Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 03/47] MAINTAINERS: add missing STM32 entry Philippe Mathieu-Daudé
2017-07-28  6:58   ` Thomas Huth
2017-07-28 16:47     ` Alistair Francis
2017-07-28 16:49       ` Alistair Francis
2017-07-28  5:35 ` [Qemu-devel] [PATCH 04/47] MAINTAINERS: add missing USB entry Philippe Mathieu-Daudé
2017-07-28  6:59   ` Thomas Huth
2017-07-28  5:35 ` [Qemu-devel] [PATCH 05/47] MAINTAINERS: add missing KVM entry Philippe Mathieu-Daudé
2017-07-28  7:00   ` Thomas Huth
2017-07-28 11:51     ` Paolo Bonzini
2017-07-28 11:56       ` Cornelia Huck
2017-07-28 11:59         ` Paolo Bonzini
2017-07-28 12:13           ` Cornelia Huck
2017-07-28 12:25             ` Paolo Bonzini
2017-07-28 12:37               ` Cornelia Huck
2017-07-28  5:35 ` [Qemu-devel] [PATCH 06/47] MAINTAINERS: add missing entry for vhost Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 07/47] MAINTAINERS: add missing entry for vfio/ccw Philippe Mathieu-Daudé
2017-07-28  7:02   ` Thomas Huth
2017-07-28  7:14     ` Cornelia Huck
2017-07-28  5:35 ` [Qemu-devel] [PATCH 08/47] MAINTAINERS: add missing entry for virtio Philippe Mathieu-Daudé
2017-07-28  7:05   ` Thomas Huth
2017-07-28 12:10     ` Stefan Hajnoczi
2017-07-28  5:35 ` [Qemu-devel] [PATCH 09/47] MAINTAINERS: add missing entry for virtio/9p Philippe Mathieu-Daudé
2017-07-28  8:22   ` Greg Kurz
2017-07-28  5:35 ` [Qemu-devel] [PATCH 10/47] MAINTAINERS: add missing entry for virtio/blk Philippe Mathieu-Daudé
2017-07-28 12:09   ` Stefan Hajnoczi
2017-07-28  5:35 ` [Qemu-devel] [PATCH 11/47] MAINTAINERS: add missing entry for virtio/ccw Philippe Mathieu-Daudé
2017-07-28  7:15   ` Cornelia Huck
2017-07-28  5:35 ` [Qemu-devel] [PATCH 12/47] MAINTAINERS: add missing entry for virtio/input Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 13/47] MAINTAINERS: add missing entry for virtio/rng Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 14/47] MAINTAINERS: add missing entry for virtio/crypto Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [RFC PATCH 15/47] MAINTAINERS: add missing VMWare entry Philippe Mathieu-Daudé
2017-07-28  7:08   ` Thomas Huth
2017-07-28  7:30     ` Dmitry Fleytman
2017-07-28  5:35 ` [Qemu-devel] [PATCH 16/47] MAINTAINERS: add missing entry for gdb Philippe Mathieu-Daudé
2017-07-28 12:00   ` Paolo Bonzini
2017-07-29  0:50     ` Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 17/47] MAINTAINERS: add missing Guest Agent entries Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 18/47] MAINTAINERS: add missing TCG entry Philippe Mathieu-Daudé
2017-08-08 15:11   ` Alex Bennée
2017-08-09 14:06     ` Philippe Mathieu-Daudé
2017-08-09 14:38       ` Alex Bennée
2017-08-09 21:30         ` Philippe Mathieu-Daudé
2017-08-10  8:46           ` Cornelia Huck
2017-08-10  9:22             ` Peter Maydell
2017-08-10 10:25               ` Cornelia Huck
2017-08-11  7:54                 ` Fam Zheng
2017-08-11 12:06                   ` Paolo Bonzini
2017-08-11 12:44                     ` Fam Zheng
2017-08-10  9:35           ` Peter Maydell
2017-08-10  9:47             ` Paolo Bonzini
2017-07-28  5:35 ` [Qemu-devel] [PATCH 19/47] MAINTAINERS: add missing qcow2 entry Philippe Mathieu-Daudé
2017-07-28  9:12   ` Kevin Wolf
2017-07-28 12:07   ` Stefan Hajnoczi
2017-07-28  5:35 ` [Qemu-devel] [PATCH 20/47] MAINTAINERS: add missing PCI entries Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 21/47] MAINTAINERS: add missing CRIS entry Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 22/47] MAINTAINERS: add missing M68k entry Philippe Mathieu-Daudé
2017-07-28  7:53   ` Laurent Vivier
2017-07-28  5:35 ` [Qemu-devel] [PATCH 23/47] MAINTAINERS: add missing LM32 entry Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 24/47] MAINTAINERS: add missing MicroBlaze entry Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 25/47] MAINTAINERS: add missing MIPS entry Philippe Mathieu-Daudé
2017-07-28  9:54   ` Yongbok Kim
2017-07-28  5:35 ` [Qemu-devel] [PATCH 26/47] MAINTAINERS: add missing NiosII entry Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 27/47] MAINTAINERS: add missing OpenRISC entry Philippe Mathieu-Daudé
2017-07-28  6:37   ` Stafford Horne
2017-07-28  5:35 ` [Qemu-devel] [PATCH 28/47] MAINTAINERS: add missing PowerPC entry Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 29/47] MAINTAINERS: add missing SH-4 entry Philippe Mathieu-Daudé
2017-07-28 11:18   ` Aurelien Jarno
2017-07-28  5:35 ` [Qemu-devel] [PATCH 30/47] MAINTAINERS: add missing SPARC entry Philippe Mathieu-Daudé
2017-07-28  9:17   ` Artyom Tarasenko
2017-07-28  5:35 ` [Qemu-devel] [PATCH 31/47] MAINTAINERS: add missing TriCore entry Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 32/47] MAINTAINERS: add missing UniCore32 entry Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 33/47] MAINTAINERS: add missing Xtensa entry Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 34/47] MAINTAINERS: add missing X86 entries Philippe Mathieu-Daudé
2017-07-28  5:35 ` [Qemu-devel] [PATCH 35/47] MAINTAINERS: add missing entries for throttling infra Philippe Mathieu-Daudé
2017-07-28 12:07   ` Stefan Hajnoczi
2017-07-28  5:35 ` [Qemu-devel] [PATCH 36/47] MAINTAINERS: add missing entry test for megasas Philippe Mathieu-Daudé
2017-07-28  5:36 ` [Qemu-devel] [PATCH 37/47] MAINTAINERS: update docs/devel/ entries Philippe Mathieu-Daudé
2017-07-28 12:16   ` Eric Blake
2017-07-28  5:36 ` [Qemu-devel] [PATCH 38/47] MAINTAINERS: update docs/interop/ entries Philippe Mathieu-Daudé
2017-07-28  6:16   ` Fam Zheng
2017-07-28 20:34     ` John Snow
2017-07-28  5:36 ` [Qemu-devel] [PATCH 39/47] MAINTAINERS: add missing SSI entries Philippe Mathieu-Daudé
2017-07-28 23:56   ` Alistair Francis
2017-07-29  0:49     ` Philippe Mathieu-Daudé
2017-08-03 14:32       ` Alistair Francis
2017-07-28  5:36 ` [Qemu-devel] [PATCH 40/47] MAINTAINERS: add missing entry for AIO Philippe Mathieu-Daudé
2017-07-28  6:17   ` Fam Zheng
2017-07-28 12:07   ` Stefan Hajnoczi
2017-07-28  5:36 ` [Qemu-devel] [RFC PATCH 41/47] MAINTAINERS: add missing I2C entries Philippe Mathieu-Daudé
2017-07-28  5:36 ` [Qemu-devel] [RFC PATCH 42/47] MAINTAINERS: add missing Bluetooth entries Philippe Mathieu-Daudé
2017-07-28  5:36 ` [Qemu-devel] [RFC PATCH 43/47] MAINTAINERS: add missing TPM entries Philippe Mathieu-Daudé
2017-07-28  5:36 ` [Qemu-devel] [RFC PATCH 44/47] MAINTAINERS: add missing entry for tilegx Philippe Mathieu-Daudé
2017-08-09 14:12   ` Philippe Mathieu-Daudé
2017-07-28  5:36 ` [Qemu-devel] [RFC PATCH 45/47] MAINTAINERS: add missing entries for loader Philippe Mathieu-Daudé
2017-07-28 16:47   ` Alistair Francis
2017-07-28  5:36 ` [Qemu-devel] [RFC PATCH 46/47] MAINTAINERS: add missing entries for Coccinelle scripts Philippe Mathieu-Daudé
2017-07-28  6:24   ` Fam Zheng
2017-07-28 11:50     ` Paolo Bonzini
2017-07-29  0:43       ` Philippe Mathieu-Daudé
2017-08-09 14:31       ` Philippe Mathieu-Daudé
2017-07-28 12:18   ` Eric Blake
2017-07-28  5:36 ` [Qemu-devel] [RFC PATCH 47/47] script to find outdated entry in MAINTAINERS Philippe Mathieu-Daudé
2017-07-28 16:26   ` Markus Armbruster
2017-07-28 19:44     ` Eric Blake
2017-07-28 19:52   ` Eric Blake
2017-08-28 11:28 ` [Qemu-devel] [PATCH 00/47] add missing entries " Markus Armbruster
2017-08-30 21:19   ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.