* [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file
@ 2016-02-25 9:36 Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: Add some missing entries for USB related files Thomas Huth
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Thomas Huth @ 2016-02-25 9:36 UTC (permalink / raw)
To: kraxel; +Cc: qemu-devel
These three patches add some more USB, Spice and UI related files
to the MAINTAINERS file.
Gerd, I'm not sure whether you want to take the third patch as is,
since this adds the whole include/ui/ folder to one of your sections,
so feel free to ignore it if you think it is too generic.
Thomas Huth (3):
MAINTAINERS: Add some missing entries for USB related files
MAINTAINERS: Add spice-display.h to the SPICE section
MAINTAINERS: Add an entry for the include/ui/ folder
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
--
1.8.3.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH 1/3] MAINTAINERS: Add some missing entries for USB related files
2016-02-25 9:36 [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file Thomas Huth
@ 2016-02-25 9:36 ` Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Add spice-display.h to the SPICE section Thomas Huth
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2016-02-25 9:36 UTC (permalink / raw)
To: kraxel; +Cc: qemu-devel
USB-related docs and include files should go into the USB
section of the MAINTAINERS file.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 606d9c0..67d70a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -853,6 +853,10 @@ M: Gerd Hoffmann <kraxel@redhat.com>
S: Maintained
F: hw/usb/*
F: tests/usb-*-test.c
+F: docs/usb2.txt
+F: docs/usb-storage.txt
+F: include/hw/usb.h
+F: include/hw/usb/
USB (serial adapter)
M: Gerd Hoffmann <kraxel@redhat.com>
--
1.8.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH 2/3] MAINTAINERS: Add spice-display.h to the SPICE section
2016-02-25 9:36 [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: Add some missing entries for USB related files Thomas Huth
@ 2016-02-25 9:36 ` Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: Add an entry for the include/ui/ folder Thomas Huth
2016-02-26 9:21 ` [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file Gerd Hoffmann
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2016-02-25 9:36 UTC (permalink / raw)
To: kraxel; +Cc: qemu-devel
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 67d70a9..18f2c17 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1087,6 +1087,7 @@ SPICE
M: Gerd Hoffmann <kraxel@redhat.com>
S: Supported
F: include/ui/qemu-spice.h
+F: include/ui/spice-display.h
F: ui/spice-*.c
F: audio/spiceaudio.c
F: hw/display/qxl*
--
1.8.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Qemu-devel] [PATCH 3/3] MAINTAINERS: Add an entry for the include/ui/ folder
2016-02-25 9:36 [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: Add some missing entries for USB related files Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Add spice-display.h to the SPICE section Thomas Huth
@ 2016-02-25 9:36 ` Thomas Huth
2016-02-26 9:21 ` [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file Gerd Hoffmann
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2016-02-25 9:36 UTC (permalink / raw)
To: kraxel; +Cc: qemu-devel
The ui/ folder is listed in the "Graphics" section, so I think
the "include/ui/" folder should be listed there, too.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 18f2c17..72e55fa 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1096,6 +1096,7 @@ Graphics
M: Gerd Hoffmann <kraxel@redhat.com>
S: Odd Fixes
F: ui/
+F: include/ui/
Cocoa graphics
M: Andreas Färber <andreas.faerber@web.de>
--
1.8.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file
2016-02-25 9:36 [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file Thomas Huth
` (2 preceding siblings ...)
2016-02-25 9:36 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: Add an entry for the include/ui/ folder Thomas Huth
@ 2016-02-26 9:21 ` Gerd Hoffmann
3 siblings, 0 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2016-02-26 9:21 UTC (permalink / raw)
To: Thomas Huth; +Cc: qemu-devel
On Do, 2016-02-25 at 10:36 +0100, Thomas Huth wrote:
> These three patches add some more USB, Spice and UI related files
> to the MAINTAINERS file.
>
> Gerd, I'm not sure whether you want to take the third patch as is,
> since this adds the whole include/ui/ folder to one of your sections,
> so feel free to ignore it if you think it is too generic.
>
> Thomas Huth (3):
> MAINTAINERS: Add some missing entries for USB related files
> MAINTAINERS: Add spice-display.h to the SPICE section
> MAINTAINERS: Add an entry for the include/ui/ folder
>
> MAINTAINERS | 6 ++++++
> 1 file changed, 6 insertions(+)
Picked up.
thanks,
Gerd
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-02-26 9:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 9:36 [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 1/3] MAINTAINERS: Add some missing entries for USB related files Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 2/3] MAINTAINERS: Add spice-display.h to the SPICE section Thomas Huth
2016-02-25 9:36 ` [Qemu-devel] [PATCH 3/3] MAINTAINERS: Add an entry for the include/ui/ folder Thomas Huth
2016-02-26 9:21 ` [Qemu-devel] [PATCH 0/3] Add some more files to the MAINTAINERS file Gerd Hoffmann
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).