Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dstream.c93 const char *base_id = NULL, *base_fmt = NULL; in stream_prepare() local
99 base_fmt = "raw"; in stream_prepare()
101 base_fmt = unfiltered_base->drv->format_name; in stream_prepare()
115 ret = bdrv_change_backing_file(unfiltered_bs, base_id, base_fmt, false); in stream_prepare()
/openbmc/qemu/include/block/
H A Dblock-global-state.h241 const char *base_filename, const char *base_fmt,
/openbmc/qemu/
H A Dqemu-img.c381 const char *base_fmt) in add_old_style_options() argument
391 if (base_fmt) { in add_old_style_options()
392 if (!qemu_opt_set(opts, BLOCK_OPT_BACKING_FMT, base_fmt, NULL)) { in add_old_style_options()
431 const char *base_fmt = NULL; in img_create() local
496 base_fmt = optarg; in img_create()
535 bdrv_img_create(filename, fmt, base_filename, base_fmt, in img_create()
H A Dblock.c7291 const char *base_filename, const char *base_fmt, in bdrv_img_create() argument
7358 if (base_fmt) { in bdrv_img_create()
7359 if (!qemu_opt_set(opts, BLOCK_OPT_BACKING_FMT, base_fmt, NULL)) { in bdrv_img_create()