qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS
@ 2017-09-08 17:31 Philippe Mathieu-Daudé
  2017-09-08 17:31 ` [Qemu-devel] [PATCH v3 01/15] MAINTAINERS: add missing ARM entries Philippe Mathieu-Daudé
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:31 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Philippe Mathieu-Daudé, qemu-devel

Hi,

I tried to have a more helpful ./scripts/get_maintainer.pl output, filling
missing entries in MAINTAINERS.

Regards,

Phil.

v3:
- rebased, add R-b & A-b
- squashed ARM patches (Thomas Huth)
- remove 'megasas' patch, maintainer email not working

v2:
- add R-b & A-b
- clean ARM entries (Thomas Huth)
- moved files: comment since which commit (Eric Blake)
- drop inconsistent patches (default-configs.mak related to hw/machine, no CPU)
- drop unhappy patches (include/standard-headers/linux/*)
- drop unreplied patches

Philippe Mathieu-Daudé (15):
  MAINTAINERS: add missing ARM entries
  MAINTAINERS: add missing STM32 entry
  MAINTAINERS: add missing entry for vhost
  MAINTAINERS: add missing VMWare entry
  MAINTAINERS: add missing Guest Agent entries
  MAINTAINERS: add missing qcow2 entry
  MAINTAINERS: add missing USB entry
  MAINTAINERS: add missing PCI entries
  MAINTAINERS: add missing SSI entries
  MAINTAINERS: add missing entries for throttling infra
  MAINTAINERS: add missing AIO entry
  MAINTAINERS: add missing entry for Generic Loader
  MAINTAINERS: add missing Cryptography entry
  MAINTAINERS: update docs/devel/ entries
  MAINTAINERS: update docs/interop/ entries

 MAINTAINERS | 43 +++++++++++++++++++++++++++++++++----------
 1 file changed, 33 insertions(+), 10 deletions(-)

-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 01/15] MAINTAINERS: add missing ARM entries
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
@ 2017-09-08 17:31 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 02/15] MAINTAINERS: add missing STM32 entry Philippe Mathieu-Daudé
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:31 UTC (permalink / raw)
  To: qemu-trivial, Peter Maydell
  Cc: Philippe Mathieu-Daudé, qemu-devel, Thomas Huth, qemu-arm

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 36eeb42d19..35c8c9c752 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -380,6 +380,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Maintained
 F: hw/char/pl011.c
+F: include/hw/char/pl011.h
 F: hw/display/pl110*
 F: hw/dma/pl080.c
 F: hw/dma/pl330.c
@@ -403,13 +404,15 @@ F: hw/intc/gic_internal.h
 F: hw/misc/a9scu.c
 F: hw/misc/arm11scu.c
 F: hw/timer/a9gtimer*
-F: hw/timer/arm_*
-F: include/hw/arm/arm.h
+F: hw/timer/arm*
+F: include/hw/arm/arm*.h
 F: include/hw/intc/arm*
 F: include/hw/misc/a9scu.h
 F: include/hw/misc/arm11scu.h
 F: include/hw/timer/a9gtimer.h
 F: include/hw/timer/arm_mptimer.h
+F: include/hw/timer/armv7m_systick.h
+F: tests/test-arm-mptimer.c
 
 Exynos
 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
@@ -512,6 +515,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
 L: qemu-arm@nongnu.org
 S: Maintained
 F: hw/*/versatile*
+F: hw/misc/arm_sysctl.c
 
 Xilinx Zynq
 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 02/15] MAINTAINERS: add missing STM32 entry
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
  2017-09-08 17:31 ` [Qemu-devel] [PATCH v3 01/15] MAINTAINERS: add missing ARM entries Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 03/15] MAINTAINERS: add missing entry for vhost Philippe Mathieu-Daudé
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Alistair Francis, Thomas Huth, qemu-arm

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair@alistair23.me>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 35c8c9c752..fb93e4b554 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -552,6 +552,7 @@ F: hw/char/stm32f2xx_usart.c
 F: hw/timer/stm32f2xx_timer.c
 F: hw/adc/*
 F: hw/ssi/stm32f2xx_spi.c
+F: include/hw/*/stm32*.h
 
 Netduino 2
 M: Alistair Francis <alistair@alistair23.me>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 03/15] MAINTAINERS: add missing entry for vhost
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
  2017-09-08 17:31 ` [Qemu-devel] [PATCH v3 01/15] MAINTAINERS: add missing ARM entries Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 02/15] MAINTAINERS: add missing STM32 entry Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 04/15] MAINTAINERS: add missing VMWare entry Philippe Mathieu-Daudé
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Michael S . Tsirkin

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fb93e4b554..afc0072a17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1029,6 +1029,7 @@ vhost
 M: Michael S. Tsirkin <mst@redhat.com>
 S: Supported
 F: hw/*/*vhost*
+F: docs/interop/vhost-user.txt
 
 virtio
 M: Michael S. Tsirkin <mst@redhat.com>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 04/15] MAINTAINERS: add missing VMWare entry
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 03/15] MAINTAINERS: add missing entry for vhost Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 05/15] MAINTAINERS: add missing Guest Agent entries Philippe Mathieu-Daudé
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Dmitry Fleytman, Thomas Huth

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Dmitry Fleytman <dmitry@daynix.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index afc0072a17..e0e5a8dc3f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1126,6 +1126,7 @@ M: Dmitry Fleytman <dmitry@daynix.com>
 S: Maintained
 F: hw/net/vmxnet*
 F: hw/scsi/vmw_pvscsi*
+F: tests/vmxnet3-test.c
 
 Rocker
 M: Jiri Pirko <jiri@resnulli.us>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 05/15] MAINTAINERS: add missing Guest Agent entries
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (3 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 04/15] MAINTAINERS: add missing VMWare entry Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 06/15] MAINTAINERS: add missing qcow2 entry Philippe Mathieu-Daudé
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Michael Roth

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Michael Roth <mdroth@linux.vnet.ibm.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e0e5a8dc3f..fa1620d8a8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1440,6 +1440,10 @@ QEMU Guest Agent
 M: Michael Roth <mdroth@linux.vnet.ibm.com>
 S: Maintained
 F: qga/
+F: qemu-ga.texi
+F: scripts/qemu-guest-agent/
+F: tests/test-qga.c
+F: docs/interop/qemu-ga-ref.texi
 T: git git://github.com/mdroth/qemu.git qga
 
 QOM
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 06/15] MAINTAINERS: add missing qcow2 entry
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (4 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 05/15] MAINTAINERS: add missing Guest Agent entries Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 07/15] MAINTAINERS: add missing USB entry Philippe Mathieu-Daudé
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Kevin Wolf, Max Reitz, Stefan Hajnoczi, qemu-block

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fa1620d8a8..39ac5d132a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1851,6 +1851,7 @@ M: Max Reitz <mreitz@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/qcow2*
+F: docs/interop/qcow2.txt
 
 qcow
 M: Kevin Wolf <kwolf@redhat.com>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 07/15] MAINTAINERS: add missing USB entry
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (5 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 06/15] MAINTAINERS: add missing qcow2 entry Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 08/15] MAINTAINERS: add missing PCI entries Philippe Mathieu-Daudé
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Gerd Hoffmann, Thomas Huth

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 39ac5d132a..04cc35cc3a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1004,6 +1004,7 @@ F: docs/usb2.txt
 F: docs/usb-storage.txt
 F: include/hw/usb.h
 F: include/hw/usb/
+F: default-configs/usb.mak
 
 USB (serial adapter)
 M: Gerd Hoffmann <kraxel@redhat.com>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 08/15] MAINTAINERS: add missing PCI entries
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (6 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 07/15] MAINTAINERS: add missing USB entry Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 09/15] MAINTAINERS: add missing SSI entries Philippe Mathieu-Daudé
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Michael S . Tsirkin, Marcel Apfelbaum

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 04cc35cc3a..69ad3aac29 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -928,6 +928,8 @@ F: include/hw/pci/*
 F: hw/misc/pci-testdev.c
 F: hw/pci/*
 F: hw/pci-bridge/*
+F: docs/pci*
+F: docs/specs/*pci*
 
 ACPI/SMBIOS
 M: Michael S. Tsirkin <mst@redhat.com>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 09/15] MAINTAINERS: add missing SSI entries
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (7 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 08/15] MAINTAINERS: add missing PCI entries Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 10/15] MAINTAINERS: add missing entries for throttling infra Philippe Mathieu-Daudé
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Peter Crosthwaite, Alistair Francis

Alistair Francis volunteered :)

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 69ad3aac29..517c8f95d7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -986,10 +986,13 @@ F: hw/scsi/lsi53c895a.c
 
 SSI
 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
+M: Alistair Francis <alistair.francis@xilinx.com>
 S: Maintained
 F: hw/ssi/*
 F: hw/block/m25p80.c
+F: include/hw/ssi/ssi.h
 X: hw/ssi/xilinx_*
+F: tests/m25p80-test.c
 
 Xilinx SPI
 M: Alistair Francis <alistair.francis@xilinx.com>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 10/15] MAINTAINERS: add missing entries for throttling infra
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (8 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 09/15] MAINTAINERS: add missing SSI entries Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 11/15] MAINTAINERS: add missing AIO entry Philippe Mathieu-Daudé
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Alberto Garcia, Stefan Hajnoczi

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Alberto Garcia <berto@igalia.com>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 517c8f95d7..4e05831bda 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1574,8 +1574,10 @@ M: Alberto Garcia <berto@igalia.com>
 S: Supported
 F: block/throttle-groups.c
 F: include/block/throttle-groups.h
-F: include/qemu/throttle.h
+F: include/qemu/throttle*.h
 F: util/throttle.c
+F: docs/throttle.txt
+F: tests/test-throttle.c
 L: qemu-block@nongnu.org
 
 UUID
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 11/15] MAINTAINERS: add missing AIO entry
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (9 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 10/15] MAINTAINERS: add missing entries for throttling infra Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 12/15] MAINTAINERS: add missing entry for Generic Loader Philippe Mathieu-Daudé
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Stefan Hajnoczi, Fam Zheng, qemu-block

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4e05831bda..98b7edc8b3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1224,6 +1224,7 @@ F: util/aio-*.c
 F: block/io.c
 F: migration/block*
 F: include/block/aio.h
+F: scripts/qemugdb/aio.py
 T: git git://github.com/stefanha/qemu.git block
 
 Block Jobs
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 12/15] MAINTAINERS: add missing entry for Generic Loader
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (10 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 11/15] MAINTAINERS: add missing AIO entry Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 13/15] MAINTAINERS: add missing Cryptography entry Philippe Mathieu-Daudé
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Alistair Francis

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 98b7edc8b3..8024a3880b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1163,6 +1163,7 @@ M: Alistair Francis <alistair.francis@xilinx.com>
 S: Maintained
 F: hw/core/generic-loader.c
 F: include/hw/core/generic-loader.h
+F: docs/generic-loader.txt
 
 CHRP NVRAM
 M: Thomas Huth <thuth@redhat.com>
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 13/15] MAINTAINERS: add missing Cryptography entry
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (11 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 12/15] MAINTAINERS: add missing entry for Generic Loader Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 14/15] MAINTAINERS: update docs/devel/ entries Philippe Mathieu-Daudé
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Daniel P . Berrange, Longpeng

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Daniel P. Berrange <berrange@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8024a3880b..53891bd36e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1540,6 +1540,7 @@ S: Maintained
 F: crypto/
 F: include/crypto/
 F: tests/test-crypto-*
+F: tests/benchmark-crypto-*
 F: qemu.sasl
 
 Coroutines
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 14/15] MAINTAINERS: update docs/devel/ entries
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (12 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 13/15] MAINTAINERS: add missing Cryptography entry Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 15/15] MAINTAINERS: update docs/interop/ entries Philippe Mathieu-Daudé
  2017-09-14  7:49 ` [Qemu-devel] [Qemu-trivial] [PATCH v3 00/15] add missing entries in MAINTAINERS Michael Tokarev
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, Markus Armbruster, Michael Roth,
	Eric Blake, qemu-devel

moved in commit ac06724a7158

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
 MAINTAINERS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 53891bd36e..f8630561de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1419,7 +1419,7 @@ F: tests/test-qapi-*.c
 F: tests/test-qmp-*.c
 F: tests/test-visitor-serialization.c
 F: scripts/qapi*
-F: docs/qapi*
+F: docs/devel/qapi*
 T: git git://repo.or.cz/qemu/armbru.git qapi-next
 
 QAPI Schema
@@ -1471,7 +1471,7 @@ M: Markus Armbruster <armbru@redhat.com>
 S: Supported
 F: qmp.c
 F: monitor.c
-F: docs/*qmp-*
+F: docs/devel/*qmp-*
 F: scripts/qmp/
 F: tests/qmp-test.c
 T: git git://repo.or.cz/qemu/armbru.git qapi-next
@@ -1502,7 +1502,7 @@ S: Maintained
 F: trace/
 F: scripts/tracetool.py
 F: scripts/tracetool/
-F: docs/tracing.txt
+F: docs/devel/tracing.txt
 T: git git://github.com/stefanha/qemu.git tracing
 
 TPM
@@ -1525,7 +1525,7 @@ F: include/migration/
 F: migration/
 F: scripts/vmstate-static-checker.py
 F: tests/vmstate-static-checker-data/
-F: docs/migration.txt
+F: docs/devel/migration.txt
 F: qapi/migration.json
 
 Seccomp
@@ -1923,5 +1923,5 @@ Documentation
 Build system architecture
 M: Daniel P. Berrange <berrange@redhat.com>
 S: Odd Fixes
-F: docs/build-system.txt
+F: docs/devel/build-system.txt
 
-- 
2.14.1

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

* [Qemu-devel] [PATCH v3 15/15] MAINTAINERS: update docs/interop/ entries
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (13 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 14/15] MAINTAINERS: update docs/devel/ entries Philippe Mathieu-Daudé
@ 2017-09-08 17:36 ` Philippe Mathieu-Daudé
  2017-09-14  7:49 ` [Qemu-devel] [Qemu-trivial] [PATCH v3 00/15] add missing entries in MAINTAINERS Michael Tokarev
  15 siblings, 0 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-09-08 17:36 UTC (permalink / raw)
  To: qemu-trivial
  Cc: Philippe Mathieu-Daudé, qemu-devel, Markus Armbruster,
	Fam Zheng, John Snow, qemu-block

moved in commit 7746cf8aab68

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Fam Zheng <famz@redhat.com>
Acked-by: John Snow <jsnow@redhat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f8630561de..99f3681842 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1259,7 +1259,7 @@ F: block/dirty-bitmap.c
 F: include/qemu/hbitmap.h
 F: include/block/dirty-bitmap.h
 F: tests/test-hbitmap.c
-F: docs/bitmaps.md
+F: docs/interop/bitmaps.rst
 T: git git://github.com/famz/qemu.git bitmaps
 T: git git://github.com/jnsnow/qemu.git bitmaps
 
@@ -1837,7 +1837,7 @@ M: Denis V. Lunev <den@openvz.org>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/parallels.c
-F: docs/specs/parallels.txt
+F: docs/interop/parallels.txt
 
 qed
 M: Stefan Hajnoczi <stefanha@redhat.com>
-- 
2.14.1

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH v3 00/15] add missing entries in MAINTAINERS
  2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
                   ` (14 preceding siblings ...)
  2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 15/15] MAINTAINERS: update docs/interop/ entries Philippe Mathieu-Daudé
@ 2017-09-14  7:49 ` Michael Tokarev
  15 siblings, 0 replies; 17+ messages in thread
From: Michael Tokarev @ 2017-09-14  7:49 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-trivial; +Cc: qemu-devel

08.09.2017 20:31, Philippe Mathieu-Daudé wrote:
> Hi,
> 
> I tried to have a more helpful ./scripts/get_maintainer.pl output, filling
> missing entries in MAINTAINERS.


Applied all to -trivial, thank you!

/mjt

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

end of thread, other threads:[~2017-09-14  7:49 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-08 17:31 [Qemu-devel] [PATCH v3 00/15] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
2017-09-08 17:31 ` [Qemu-devel] [PATCH v3 01/15] MAINTAINERS: add missing ARM entries Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 02/15] MAINTAINERS: add missing STM32 entry Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 03/15] MAINTAINERS: add missing entry for vhost Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 04/15] MAINTAINERS: add missing VMWare entry Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 05/15] MAINTAINERS: add missing Guest Agent entries Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 06/15] MAINTAINERS: add missing qcow2 entry Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 07/15] MAINTAINERS: add missing USB entry Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 08/15] MAINTAINERS: add missing PCI entries Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 09/15] MAINTAINERS: add missing SSI entries Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 10/15] MAINTAINERS: add missing entries for throttling infra Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 11/15] MAINTAINERS: add missing AIO entry Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 12/15] MAINTAINERS: add missing entry for Generic Loader Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 13/15] MAINTAINERS: add missing Cryptography entry Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 14/15] MAINTAINERS: update docs/devel/ entries Philippe Mathieu-Daudé
2017-09-08 17:36 ` [Qemu-devel] [PATCH v3 15/15] MAINTAINERS: update docs/interop/ entries Philippe Mathieu-Daudé
2017-09-14  7:49 ` [Qemu-devel] [Qemu-trivial] [PATCH v3 00/15] add missing entries in MAINTAINERS Michael Tokarev

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