Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dstream.c95 const char *base_id = NULL, *base_fmt = NULL; in stream_prepare() local
101 base_fmt = "raw"; in stream_prepare()
103 base_fmt = unfiltered_base->drv->format_name; in stream_prepare()
117 ret = bdrv_change_backing_file(unfiltered_bs, base_id, base_fmt, false); in stream_prepare()
/openbmc/qemu/include/block/
H A Dblock-global-state.h233 const char *base_filename, const char *base_fmt,
/openbmc/qemu/
H A Dqemu-img.c464 const char *base_fmt) in add_old_style_options() argument
474 if (base_fmt) { in add_old_style_options()
475 if (!qemu_opt_set(opts, BLOCK_OPT_BACKING_FMT, base_fmt, NULL)) { in add_old_style_options()
516 const char *base_fmt = NULL; in img_create() local
546 base_fmt = optarg; in img_create()
597 bdrv_img_create(filename, fmt, base_filename, base_fmt, in img_create()
H A Dblock.c7230 const char *base_filename, const char *base_fmt, in bdrv_img_create() argument
7297 if (base_fmt) { in bdrv_img_create()
7298 if (!qemu_opt_set(opts, BLOCK_OPT_BACKING_FMT, base_fmt, NULL)) { in bdrv_img_create()