diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-08-23 18:39:32 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-08-24 20:25:48 +0200 |
commit | d93bb9d5c34c1b4ed97bf824e6459b5516db94f6 (patch) | |
tree | 607d9213cfb591e724a83b486a451ea32d42c399 /MAINTAINERS | |
parent | 5365490879199fbaa7fb4b3acf32e0624108e4d1 (diff) |
qmp-cmd-test: Split off qmp-test
qmp-test is for QMP protocol tests. Commit e4a426e75ef added generic,
basic tests of query commands to it. Move them to their own test
program qmp-cmd-test, to keep qmp-test focused on the protocol.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20180823164025.12553-6-armbru@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 53a8b931bb..089b5af4d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1715,6 +1715,7 @@ F: monitor.c F: docs/devel/*qmp-* F: scripts/qmp/ F: tests/qmp-test.c +F: tests/qmp-cmd-test.c T: git git://repo.or.cz/qemu/armbru.git qapi-next qtest |