Home
last modified time | relevance | path

Searched refs:ud2_dict (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-qmp-cmds.c383 QDict *ud2_dict; in test_dealloc_partial() local
386 ud2_dict = qdict_new(); in test_dealloc_partial()
387 qdict_put_str(ud2_dict, "string0", text); in test_dealloc_partial()
389 v = qobject_input_visitor_new(QOBJECT(ud2_dict)); in test_dealloc_partial()
392 qobject_unref(ud2_dict); in test_dealloc_partial()