diff options
author | Markus Armbruster | 2015-09-24 18:11:56 +0200 |
---|---|---|
committer | Markus Armbruster | 2015-10-12 18:44:53 +0200 |
commit | 7735d2b50477b171446b38efd2d8866d3c966162 (patch) | |
tree | 6e714837d796b243c44127dae56f28f73c7d2b88 /MAINTAINERS | |
parent | docs: Move files from docs/qmp/ to docs/ (diff) | |
download | qemu-7735d2b50477b171446b38efd2d8866d3c966162.tar.gz qemu-7735d2b50477b171446b38efd2d8866d3c966162.tar.xz qemu-7735d2b50477b171446b38efd2d8866d3c966162.zip |
MAINTAINERS: Specify QObject include and test files
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1443111117-29831-3-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 79ffe883a1..f9a46ecdd1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1071,6 +1071,14 @@ QObject M: Luiz Capitulino <lcapitulino@redhat.com> S: Maintained F: qobject/ +F: include/qapi/qmp/ +X: include/qapi/qmp/dispatch.h +F: tests/check-qdict.c +F: tests/check-qfloat.c +F: tests/check-qint.c +F: tests/check-qjson.c +F: tests/check-qlist.c +F: tests/check-qstring.c T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp QEMU Guest Agent |