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.h242 const char *base_filename, const char *base_fmt,
/openbmc/qemu/
H A Dqemu-img.c382 const char *base_fmt) in add_old_style_options()
392 if (base_fmt) { in add_old_style_options()
393 if (!qemu_opt_set(opts, BLOCK_OPT_BACKING_FMT, base_fmt, NULL)) { in add_old_style_options()
432 const char *base_fmt = NULL; in img_create()
497 base_fmt = optarg; in img_create()
536 bdrv_img_create(filename, fmt, base_filename, base_fmt, in img_create()
381 add_old_style_options(const char * fmt,QemuOpts * opts,const char * base_filename,const char * base_fmt) add_old_style_options() argument
431 const char *base_fmt = NULL; img_create() local
H A Dblock.c7273 const char *base_filename, const char *base_fmt, in bdrv_op_unblock_all()
7340 if (base_fmt) { in bdrv_img_create()
7341 if (!qemu_opt_set(opts, BLOCK_OPT_BACKING_FMT, base_fmt, NULL)) { in bdrv_img_create()
7291 bdrv_img_create(const char * filename,const char * fmt,const char * base_filename,const char * base_fmt,char * options,uint64_t img_size,int flags,bool quiet,Error ** errp) bdrv_img_create() argument