diff options
author | 2017-02-17 21:38:25 +0100 | |
---|---|---|
committer | 2017-02-22 19:52:20 +0100 | |
commit | 7c81e4e9db5f63635fbf11d66bf08e73d325ae97 (patch) | |
tree | 0124c3507715bb5dc41decd80432d3f158a58a10 /scripts/qapi-commands.py | |
parent | monitor: Clean up handle_hmp_command() a bit (diff) | |
download | qemu-7c81e4e9db5f63635fbf11d66bf08e73d325ae97.tar.xz qemu-7c81e4e9db5f63635fbf11d66bf08e73d325ae97.zip |
block: Don't bother asserting type of output visitor's output
After a visit of a complex QAPI type FOO
ov = qobject_output_visitor_new(&foo);
visit_type_FOO(ov, NULL, expr, &error_abort);
visit_complete(ov, &foo);
we can safely assume qobject_type(foo) is QTYPE_QDICT. We do in many
places, but occasionally assert qobject_type(obj) == QTYPE_QDICT.
Don't. The appropriate place to check such fundamental properties of
QAPI visitors is the test suite.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <1487363905-9480-15-git-send-email-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'scripts/qapi-commands.py')
0 files changed, 0 insertions, 0 deletions