Searched refs:qdict_put (Results 1 – 4 of 4) sorted by relevance
/external/qemu/qobject/ |
D | json-streamer.c | 49 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/ |
D | qdict.h | 52 #define qdict_put(qdict, key, obj) \ macro
|
/external/qemu/util/ |
D | qemu-option.c | 920 qdict_put(qdict, "id", qstring_from_str(opts->id)); in qemu_opts_to_qdict()
|
/external/qemu/ |
D | block.c | 1625 qdict_put(qdict, "backing_file", in bdrv_info() 1681 qdict_put(dict, "device", qstring_from_str(bs->device_name)); in bdrv_info_stats_bs()
|