* [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section
@ 2016-09-22 19:32 Thomas Huth
2016-09-22 20:33 ` Luiz Capitulino
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2016-09-22 19:32 UTC (permalink / raw)
To: qemu-devel, Luiz Capitulino; +Cc: qemu-trivial
The hmp-commands-info.hx, hmp.h and include/monitor/hmp-target.h
files were classified as unmaintained. Let's add them to the
HMP section.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
MAINTAINERS | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9da3d09..3879e1c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1160,8 +1160,9 @@ Human Monitor (HMP)
M: Luiz Capitulino <lcapitulino@redhat.com>
S: Maintained
F: monitor.c
-F: hmp.c
-F: hmp-commands.hx
+F: hmp.[ch]
+F: hmp-commands*.hx
+F: include/monitor/hmp-target.h
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
Network device backends
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section
2016-09-22 19:32 [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section Thomas Huth
@ 2016-09-22 20:33 ` Luiz Capitulino
2016-09-22 21:33 ` Eric Blake
2016-09-29 15:44 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Luiz Capitulino @ 2016-09-22 20:33 UTC (permalink / raw)
To: Thomas Huth; +Cc: qemu-devel, qemu-trivial
On Thu, 22 Sep 2016 21:32:38 +0200
Thomas Huth <thuth@redhat.com> wrote:
> The hmp-commands-info.hx, hmp.h and include/monitor/hmp-target.h
> files were classified as unmaintained. Let's add them to the
> HMP section.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
I probably should downgrade the status of HMP to "Odd Fixes",
as I've not been dedicating any time for it. If anyone is
interested in taking up it let me know.
> ---
> MAINTAINERS | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9da3d09..3879e1c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1160,8 +1160,9 @@ Human Monitor (HMP)
> M: Luiz Capitulino <lcapitulino@redhat.com>
> S: Maintained
> F: monitor.c
> -F: hmp.c
> -F: hmp-commands.hx
> +F: hmp.[ch]
> +F: hmp-commands*.hx
> +F: include/monitor/hmp-target.h
> T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
>
> Network device backends
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section
2016-09-22 19:32 [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section Thomas Huth
2016-09-22 20:33 ` Luiz Capitulino
@ 2016-09-22 21:33 ` Eric Blake
2016-09-29 15:44 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Eric Blake @ 2016-09-22 21:33 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Luiz Capitulino; +Cc: qemu-trivial, Markus Armbruster
[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]
On 09/22/2016 02:32 PM, Thomas Huth wrote:
> The hmp-commands-info.hx, hmp.h and include/monitor/hmp-target.h
> files were classified as unmaintained. Let's add them to the
> HMP section.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> MAINTAINERS | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
Is Luiz still the best maintainer here, though, given that he is not
listed as a maintainer on corresponding QMP changes? But that's
unrelated to this patch.
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9da3d09..3879e1c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1160,8 +1160,9 @@ Human Monitor (HMP)
> M: Luiz Capitulino <lcapitulino@redhat.com>
> S: Maintained
> F: monitor.c
> -F: hmp.c
> -F: hmp-commands.hx
> +F: hmp.[ch]
> +F: hmp-commands*.hx
> +F: include/monitor/hmp-target.h
> T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
>
> Network device backends
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section
2016-09-22 19:32 [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section Thomas Huth
2016-09-22 20:33 ` Luiz Capitulino
2016-09-22 21:33 ` Eric Blake
@ 2016-09-29 15:44 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2016-09-29 15:44 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Luiz Capitulino; +Cc: qemu-trivial
Applied to -trivial, thanks!
/mjt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-09-29 15:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22 19:32 [Qemu-devel] [PATCH] MAINTAINERS: Add some more files to the HMP section Thomas Huth
2016-09-22 20:33 ` Luiz Capitulino
2016-09-22 21:33 ` Eric Blake
2016-09-29 15:44 ` 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).