Home
last modified time | relevance | path

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

/external/qemu/qobject/
Djson-streamer.c49 qdict_put(dict, "type", qint_from_int(type)); in json_message_process_token()
51 qdict_put(dict, "token", token); in json_message_process_token()
52 qdict_put(dict, "x", qint_from_int(x)); in json_message_process_token()
53 qdict_put(dict, "y", qint_from_int(y)); in json_message_process_token()
/external/qemu/include/qapi/qmp/
Dqdict.h52 #define qdict_put(qdict, key, obj) \ macro
/external/qemu/util/
Dqemu-option.c920 qdict_put(qdict, "id", qstring_from_str(opts->id)); in qemu_opts_to_qdict()
/external/qemu/
Dblock.c1625 qdict_put(qdict, "backing_file", in bdrv_info()
1681 qdict_put(dict, "device", qstring_from_str(bs->device_name)); in bdrv_info_stats_bs()