Searched refs:child_key_dot (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | block.c | 4174 char *child_key_dot; in bdrv_open_inherit() local 4175 child_key_dot = g_strdup_printf("%s.", child->name); in bdrv_open_inherit() 4176 qdict_extract_subqdict(bs->explicit_options, NULL, child_key_dot); in bdrv_open_inherit() 4177 qdict_extract_subqdict(bs->options, NULL, child_key_dot); in bdrv_open_inherit() 4180 g_free(child_key_dot); in bdrv_open_inherit() 4487 char *child_key_dot = g_strdup_printf("%s.", child->name); in bdrv_reopen_queue_child() local 4488 qdict_extract_subqdict(explicit_options, NULL, child_key_dot); in bdrv_reopen_queue_child() 4489 qdict_extract_subqdict(options, &new_child_options, child_key_dot); in bdrv_reopen_queue_child() 4490 g_free(child_key_dot); in bdrv_reopen_queue_child()
|