/openbmc/qemu/tests/unit/ |
H A D | check-qdict.c | 28 qdict = qdict_new(); in qdict_new_test() 44 qdict = qdict_new(); in qdict_put_obj_test() 61 qdict = qdict_new(); in qdict_destroy_simple_test() 74 QDict *tests_dict = qdict_new(); in qdict_get_test() 92 QDict *tests_dict = qdict_new(); in qdict_get_int_test() 107 QDict *tests_dict = qdict_new(); in qdict_get_try_int_test() 129 QDict *tests_dict = qdict_new(); in qdict_get_str_test() 145 QDict *tests_dict = qdict_new(); in qdict_get_try_str_test() 158 QDict *tests_dict = qdict_new(); in qdict_haskey_not_test() 167 QDict *tests_dict = qdict_new(); in qdict_haskey_test() [all …]
|
H A D | check-block-qdict.c | 20 dict = qdict_new(); in qdict_defaults_test() 21 copy = qdict_new(); in qdict_defaults_test() 42 QDict *e_1_2 = qdict_new(); in qdict_flatten_test() 43 QDict *f = qdict_new(); in qdict_flatten_test() 45 QDict *z = qdict_new(); in qdict_flatten_test() 46 QDict *root = qdict_new(); in qdict_flatten_test() 100 qlist_append(y, qdict_new()); in qdict_flatten_test() 130 QDict *dict1 = qdict_new(); in qdict_clone_flatten_test() 131 QDict *dict2 = qdict_new(); in qdict_clone_flatten_test() 162 QDict *test_dict = qdict_new(); in qdict_array_split_test() [all …]
|
H A D | check-qobject.c | 181 g_autoptr(QDict) dict_0 = qdict_new(); in qobject_is_equal_dict_test() 182 g_autoptr(QDict) dict_1 = qdict_new(); in qobject_is_equal_dict_test() 183 g_autoptr(QDict) dict_different_key = qdict_new(); in qobject_is_equal_dict_test() 184 g_autoptr(QDict) dict_different_value = qdict_new(); in qobject_is_equal_dict_test() 185 g_autoptr(QDict) dict_different_null_key = qdict_new(); in qobject_is_equal_dict_test() 186 g_autoptr(QDict) dict_longer = qdict_new(); in qobject_is_equal_dict_test() 187 g_autoptr(QDict) dict_shorter = qdict_new(); in qobject_is_equal_dict_test() 188 g_autoptr(QDict) dict_nested = qdict_new(); in qobject_is_equal_dict_test() 225 qdict_put(dict_nested, "f", qdict_new()); in qobject_is_equal_dict_test()
|
H A D | test-block-iothread.c | 635 options = qdict_new(); in test_propagate_basic() 689 options = qdict_new(); in test_propagate_diamond() 695 options = qdict_new(); in test_propagate_diamond() 702 options = qdict_new(); in test_propagate_diamond() 825 options = qdict_new(); in test_attach_second_node()
|
H A D | check-qlit.c | 39 QDict *qdict = qdict_new(); in make_qobject()
|
H A D | test-qmp-cmds.c | 228 QDict *req = qdict_new(); in test_dispatch_cmd_success_response() 386 ud2_dict = qdict_new(); in test_dealloc_partial()
|
H A D | test-image-locking.c | 40 QDict *options = qdict_new(); in open_image()
|
H A D | test-blockjob-txn.c | 90 QDict *opt = qdict_new(); in test_block_job_start()
|
/openbmc/qemu/qapi/ |
H A D | qmp-dispatch.c | 200 args = qdict_new(); in qmp_dispatch() 277 ret = QOBJECT(qdict_new()); in qmp_dispatch() 280 rsp = qdict_new(); in qmp_dispatch()
|
H A D | qmp-event.c | 38 QDict *dict = qdict_new(); in qmp_event_build_dict()
|
/openbmc/qemu/qobject/ |
H A D | block-qdict.c | 170 *dst = qdict_new(); in qdict_extract_subqdict() 435 two_level = qdict_new(); in qdict_crumple() 465 child_dict = qdict_new(); in qdict_crumple() 479 multi_level = qdict_new(); in qdict_crumple()
|
H A D | qdict.c | 26 QDict *qdict_new(void) in qdict_new() function 351 dest = qdict_new(); in qdict_clone_shallow()
|
H A D | qlit.c | 101 QDict *qdict = qdict_new(); in qobject_from_qlit()
|
/openbmc/qemu/target/i386/ |
H A D | cpu-sysemu.c | 56 d = qdict_new(); in x86_cpu_static_props() 205 props = qdict_new(); in qmp_query_cpu_model_expansion()
|
/openbmc/qemu/util/ |
H A D | qemu-config.c | 118 qdict = qdict_new(); in qemu_config_foreach() 122 qdict = qdict_new(); in qemu_config_foreach()
|
H A D | keyval.c | 165 new = value ? QOBJECT(value) : QOBJECT(qdict_new()); in keyval_parse_put() 572 QDict *qdict = qdict_new(); in keyval_parse()
|
/openbmc/qemu/tests/qtest/ |
H A D | device-introspect-test.c | 33 QDict *args = qdict_new(); in qom_list_types() 51 QDict *index = qdict_new(); in qom_type_index()
|
H A D | qos-test.c | 53 QDict *args = qdict_new(); in qos_set_machines_devices_available()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qdict.h | 38 QDict *qdict_new(void);
|
/openbmc/qemu/target/loongarch/ |
H A D | loongarch-qmp-cmds.c | 92 qdict_out = qdict_new(); in qmp_query_cpu_model_expansion()
|
/openbmc/qemu/ |
H A D | qemu-io.c | 98 opts = qdict_new(); in openfile() 665 opts = qdict_new(); in main()
|
/openbmc/qemu/target/arm/ |
H A D | arm-qmp-cmds.c | 197 qdict_out = qdict_new(); in qmp_query_cpu_model_expansion()
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 920 file_layer = qdict_new(); in xen_block_drive_create() 921 driver_layer = qdict_new(); in xen_block_drive_create() 939 QDict *cache_qdict = qdict_new(); in xen_block_drive_create()
|
/openbmc/qemu/target/riscv/ |
H A D | riscv-qmp-cmds.c | 221 qdict_out = qdict_new(); in qmp_query_cpu_model_expansion()
|
/openbmc/qemu/block/ |
H A D | replication.c | 383 QDict *opts = qdict_new(); in reopen_backing_file() 390 QDict *opts = qdict_new(); in reopen_backing_file()
|