Searched refs:out_basefmt (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | qemu-img.c | 3543 const char *fmt, *cache, *src_cache, *out_basefmt, *out_baseimg; in img_rebase() local 3561 out_basefmt = NULL; in img_rebase() 3590 out_basefmt = optarg; in img_rebase() 3685 if (out_basefmt != NULL) { in img_rebase() 3686 if (bdrv_find_format(out_basefmt) == NULL) { in img_rebase() 3687 error_report("Invalid format name: '%s'", out_basefmt); in img_rebase() 3737 if (out_basefmt) { in img_rebase() 3738 qdict_put_str(options, "driver", out_basefmt); in img_rebase() 3986 ret = bdrv_change_backing_file(unfiltered_bs, out_baseimg, out_basefmt, in img_rebase() 3995 } else if (ret == -EINVAL && out_baseimg && !out_basefmt) { in img_rebase()
|