Lines Matching refs:create_opts
309 QemuOptsList *create_opts = NULL; in print_block_option_help() local
319 if (!drv->create_opts) { in print_block_option_help()
324 create_opts = qemu_opts_append(create_opts, drv->create_opts); in print_block_option_help()
329 qemu_opts_free(create_opts); in print_block_option_help()
332 if (!proto_drv->create_opts) { in print_block_option_help()
335 qemu_opts_free(create_opts); in print_block_option_help()
338 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in print_block_option_help()
346 qemu_opts_print_help(create_opts, false); in print_block_option_help()
347 qemu_opts_free(create_opts); in print_block_option_help()
2245 QemuOptsList *create_opts = NULL; in img_convert() local
2553 if (!drv->create_opts) { in img_convert()
2560 if (!proto_drv->create_opts) { in img_convert()
2567 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_convert()
2568 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_convert()
2570 opts = qemu_opts_create(create_opts, NULL, 0, &error_abort); in img_convert()
2799 qemu_opts_free(create_opts); in img_convert()
4375 amend_opts = qemu_opts_append(amend_opts, bs->drv->create_opts); in img_amend()
5088 QemuOptsList *create_opts = NULL; in img_dd() local
5222 if (!drv->create_opts) { in img_dd()
5228 if (!proto_drv->create_opts) { in img_dd()
5234 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_dd()
5235 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_dd()
5237 opts = qemu_opts_create(create_opts, NULL, 0, &error_abort); in img_dd()
5318 qemu_opts_free(create_opts); in img_dd()
5371 QemuOptsList *create_opts = NULL; in img_measure() local
5491 if (!drv->create_opts) { in img_measure()
5497 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_measure()
5498 create_opts = qemu_opts_append(create_opts, bdrv_file.create_opts); in img_measure()
5499 opts = qemu_opts_create(create_opts, NULL, 0, &error_abort); in img_measure()
5534 qemu_opts_free(create_opts); in img_measure()