diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2018-12-18 12:56:08 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-02-28 12:15:53 +0100 |
commit | cd81e02b1e47dea098367513ff0811080f12ca06 (patch) | |
tree | bc08156e1e3cf7673882086c4366fcbee0ef53ee /MAINTAINERS | |
parent | 6f5a32947bb2235480de120384586403fd2c3956 (diff) | |
download | qemu-cd81e02b1e47dea098367513ff0811080f12ca06.zip |
MAINTAINERS: Add missing entries for the QObject section
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3a034f972c..4e38864fbd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1940,10 +1940,14 @@ F: include/qapi/qmp/ X: include/qapi/qmp/dispatch.h F: scripts/coccinelle/qobject.cocci F: tests/check-qdict.c -F: tests/check-qnum.c F: tests/check-qjson.c F: tests/check-qlist.c +F: tests/check-qlit.c +F: tests/check-qnull.c +F: tests/check-qnum.c +F: tests/check-qobject.c F: tests/check-qstring.c +F: qdict-test-data.txt T: git https://repo.or.cz/qemu/armbru.git qapi-next QEMU Guest Agent |