Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-img.c3676 const char *fmt, *cache, *src_cache, *out_basefmt, *out_baseimg; in img_rebase()
3694 out_basefmt = NULL; in img_rebase()
3767 out_basefmt = optarg; in img_rebase()
3856 if (out_basefmt != NULL) { in img_rebase()
3857 if (bdrv_find_format(out_basefmt) == NULL) { in img_rebase()
3858 error_report("Invalid format name: '%s'", out_basefmt); in img_rebase()
3908 if (out_basefmt) { in img_rebase()
3909 qdict_put_str(options, "driver", out_basefmt); in img_rebase()
4157 ret = bdrv_change_backing_file(unfiltered_bs, out_baseimg, out_basefmt, in img_rebase()
4166 } else if (ret == -EINVAL && out_baseimg && !out_basefmt) { in img_rebase()
3650 const char *fmt, *cache, *src_cache, *out_basefmt, *out_baseimg; img_rebase() local
[all...]