Searched refs:image_options (Results 1 – 2 of 2) sorted by relevance
90 image_options = {108 "json:" + json.dumps(image_options),
3704 QDict *image_options; in bdrv_open_child_bs() local3711 qdict_extract_subqdict(options, &image_options, bdref_key_dot); in bdrv_open_child_bs()3722 if (!filename && !reference && !qdict_size(image_options)) { in bdrv_open_child_bs()3727 qobject_unref(image_options); in bdrv_open_child_bs()3731 bs = bdrv_open_inherit(filename, reference, image_options, 0, in bdrv_open_child_bs()