diff options
author | Markus Armbruster | 2018-06-20 14:48:27 +0200 |
---|---|---|
committer | Markus Armbruster | 2018-06-22 16:33:47 +0200 |
commit | be25fcc4d2faeb3ffa8db813272963bae659c4c2 (patch) | |
tree | a24fb066377418017284c93e43e4fcb6e216d4b9 /MAINTAINERS | |
parent | qapi/introspect: Eliminate pointless variable in .visit_end() (diff) | |
download | qemu-be25fcc4d2faeb3ffa8db813272963bae659c4c2.tar.gz qemu-be25fcc4d2faeb3ffa8db813272963bae659c4c2.tar.xz qemu-be25fcc4d2faeb3ffa8db813272963bae659c4c2.zip |
MAINTAINERS: Update QAPI stanza for commit fb0bc835e56
Commit fb0bc835e56 moved code from scripts/qapi-*.py to
scripts/qapi/*.py. It neglected to update MAINTAINERS: scripts/qapi*
matches only the former, not the latter. Do that now.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180620124827.17106-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f222bf8b16..8270863f3f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1623,7 +1623,8 @@ F: tests/test-*-visitor.c F: tests/test-qapi-*.c F: tests/test-qmp-*.c F: tests/test-visitor-serialization.c -F: scripts/qapi* +F: scripts/qapi-gen.py +F: scripts/qapi/* F: docs/devel/qapi* T: git git://repo.or.cz/qemu/armbru.git qapi-next |