Searched refs:out_basefmt (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/ |
| H A D | qemu-img.c | 3650 const char *fmt, *cache, *src_cache, *out_basefmt, *out_baseimg; in img_rebase() local 3668 out_basefmt = NULL; in img_rebase() 3741 out_basefmt = optarg; in img_rebase() 3830 if (out_basefmt != NULL) { in img_rebase() 3831 if (bdrv_find_format(out_basefmt) == NULL) { in img_rebase() 3832 error_report("Invalid format name: '%s'", out_basefmt); in img_rebase() 3882 if (out_basefmt) { in img_rebase() 3883 qdict_put_str(options, "driver", out_basefmt); in img_rebase() 4131 ret = bdrv_change_backing_file(unfiltered_bs, out_baseimg, out_basefmt, in img_rebase() 4140 } else if (ret == -EINVAL && out_baseimg && !out_basefmt) { in img_rebase()
|