]> Git Repo - qemu.git/commit
check-qdict: Simplify qdict_crumple_test_recursive()
authorMarkus Armbruster <[email protected]>
Fri, 17 Feb 2017 20:38:13 +0000 (21:38 +0100)
committerMarkus Armbruster <[email protected]>
Wed, 22 Feb 2017 18:51:48 +0000 (19:51 +0100)
commitff9d38963e55598b40237735426225c35de6c7e5
treec1ed47885294583eb3da4fbd36431a7a6084dd10
parentb25f23e7dbc6bc0dcda010222a4f178669d1aedc
check-qdict: Simplify qdict_crumple_test_recursive()

Use qdict_get_qdict(), qdict_get_qlist() instead of qdict_get()
followed by qobject_to_qdict(), qobject_to_qlist().

While there, drop some redundant code.

Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <1487363905[email protected]>
Reviewed-by: Eric Blake <[email protected]>
tests/check-qdict.c
This page took 0.024679 seconds and 4 git commands to generate.