Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dblock.c4355 QDict *old_options, *explicit_options, *options_copy; in bdrv_reopen_queue_child() local
4420 options_copy = qdict_clone_shallow(options); in bdrv_reopen_queue_child()
4422 qemu_opts_absorb_qdict(opts, options_copy, NULL); in bdrv_reopen_queue_child()
4425 qobject_unref(options_copy); in bdrv_reopen_queue_child()