diff options
author | Thomas Huth <thuth@redhat.com> | 2018-05-09 06:38:20 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2018-05-10 11:55:33 +0100 |
commit | 0e07629297c9725e764b301dc03ab17cc1fb59e4 (patch) | |
tree | 347b47de1dd21195b4f6d4e7865433db7c448b4a /MAINTAINERS | |
parent | e5cd695266c5709308aa95b1baae499e4b5d4544 (diff) | |
download | qemu-0e07629297c9725e764b301dc03ab17cc1fb59e4.zip |
MAINTAINERS: Add trace-events and qemu-option-trace.texi to tracing section
The "trace-events" and "qemu-option-trace.texi" files in the top directory
are currently "unmaintained" according to scripts/get_maintainer.pl. They
obviously belong to the Tracing section, so add an entry for them there.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 1525840700-30635-1-git-send-email-thuth@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 459e3594e1..e187b1f18f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1656,6 +1656,8 @@ Tracing M: Stefan Hajnoczi <stefanha@redhat.com> S: Maintained F: trace/ +F: trace-events +F: qemu-option-trace.texi F: scripts/tracetool.py F: scripts/tracetool/ F: docs/devel/tracing.txt |