All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2] MAINTAINERS: Add an entry for qemu-options* files in main directory
@ 2018-10-04 10:53 Thomas Huth
  2018-10-04 11:43 ` Paolo Bonzini
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Huth @ 2018-10-04 10:53 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: Markus Armbruster

The file "qemu-options.h", "qemu-options.hx" and "qemu-options-wrapper.h"
in the main directory are currently without maintainer according to our
get_maintainers.pl script. Considering that the command line options are
a public interface and thus quite important, this is quite a bad state.
Add an entry for these files which is maintained by Paolo, since the
option handling is tightly coupled with the code in vl.c (that Paolo
already handles via the "Main loop" entry).

And since I'm interested in the command line interface of QEMU, add
myself (and also Markus) as reviewer here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 v2: Create a separate entry

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3275cc6..66c13f2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1522,6 +1522,14 @@ F: tests/test-qemu-opts.c
 F: util/keyval.c
 F: util/qemu-option.c
 
+Generic command line options
+M: Paolo Bonzini <pbonzini@redhat.com>
+R: Markus Armbruster <armbru@redhat.com>
+R: Thomas Huth <thuth@redhat.com>
+S: Maintained
+F: qemu-options*
+F: vl.c
+
 Coverity model
 M: Markus Armbruster <armbru@redhat.com>
 S: Supported
-- 
1.8.3.1

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

end of thread, other threads:[~2018-10-09  9:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04 10:53 [Qemu-devel] [PATCH v2] MAINTAINERS: Add an entry for qemu-options* files in main directory Thomas Huth
2018-10-04 11:43 ` Paolo Bonzini
2018-10-09  9:21   ` Markus Armbruster

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.