Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dcheck-block-qdict.c143 cloned_dict1 = qdict_clone_shallow(dict1); in qdict_clone_flatten_test()
543 copy = qdict_clone_shallow(dict); in qdict_rename_keys_test()
564 copy = qdict_clone_shallow(dict); in qdict_rename_keys_test()
592 copy = qdict_clone_shallow(dict); in qdict_rename_keys_test()
610 copy = qdict_clone_shallow(dict); in qdict_rename_keys_test()
H A Dcheck-qobject.c231 dict_cloned = qdict_clone_shallow(dict_0); in qobject_is_equal_dict_test()
H A Dtest-keyval.c792 QDict *third = qdict_clone_shallow(first); in test_keyval_merge_conflict()
/openbmc/qemu/include/qapi/qmp/
H A Dqdict.h69 QDict *qdict_clone_shallow(const QDict *src);
/openbmc/qemu/qobject/
H A Dqdict.c345 QDict *qdict_clone_shallow(const QDict *src) in qdict_clone_shallow() function
H A Dblock-qdict.c578 tmp = qdict_clone_shallow(src); in qdict_crumple_for_keyval_qiv()
/openbmc/qemu/block/
H A Dsnapshot.c275 options = qdict_clone_shallow(bs->options); in bdrv_snapshot_goto()
H A Dqcow2.c2875 options = qdict_clone_shallow(bs->options); in qcow2_co_invalidate_cache()
4662 options = qdict_clone_shallow(bs->options); in qcow2_co_truncate()
/openbmc/qemu/
H A Dblock.c1752 bs->explicit_options = qdict_clone_shallow(bs->options); in bdrv_new_open_driver_opts()
4008 bs->explicit_options = qdict_clone_shallow(options); in bdrv_open_inherit()
4062 options = qdict_clone_shallow(options); in bdrv_open_inherit()
4394 old_options = qdict_clone_shallow(bs_entry ? in bdrv_reopen_queue_child()
4401 explicit_options = qdict_clone_shallow(options); in bdrv_reopen_queue_child()
4414 old_options = qdict_clone_shallow(bs->options); in bdrv_reopen_queue_child()
4420 options_copy = qdict_clone_shallow(options); in bdrv_reopen_queue_child()
4848 orig_reopen_opts = qdict_clone_shallow(reopen_state->options); in bdrv_reopen_prepare()
/openbmc/qemu/system/
H A Dqdev-monitor.c715 dev->opts = qdict_clone_shallow(opts); in qdev_device_add_from_qdict()
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c1751 QDict *args = arguments ? qdict_clone_shallow(arguments) : qdict_new(); in qtest_qmp_device_add_qdict()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c3626 n->primary_opts = qdict_clone_shallow(device_opts); in failover_hide_primary_device()