Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D29690 image_options = {
108 "json:" + json.dumps(image_options),
/openbmc/qemu/
H A Dblock.c3704 QDict *image_options; in bdrv_open_child_bs() local
3711 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()