Searched refs:qopts (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/ui/ |
H A D | spice-app.c | 138 QemuOpts *qopts; in spice_app_display_early_init() local 179 qopts = qemu_opts_create(list, NULL, 0, &error_abort); in spice_app_display_early_init() 180 qemu_opt_set(qopts, "disable-ticketing", "on", &error_abort); in spice_app_display_early_init() 181 qemu_opt_set(qopts, "unix", "on", &error_abort); in spice_app_display_early_init() 182 qemu_opt_set(qopts, "addr", sock_path, &error_abort); in spice_app_display_early_init() 183 qemu_opt_set(qopts, "image-compression", "off", &error_abort); in spice_app_display_early_init() 184 qemu_opt_set(qopts, "streaming-video", "off", &error_abort); in spice_app_display_early_init() 186 qemu_opt_set(qopts, "gl", opts->has_gl ? "on" : "off", &error_abort); in spice_app_display_early_init() 194 QemuOpts *qopts; in spice_app_display_init() local 201 qopts = qemu_opts_create(qemu_find_opts("mon"), in spice_app_display_init() [all …]
|
/openbmc/qemu/ |
H A D | qemu-io.c | 174 QemuOpts *qopts; in open_f() local 250 qopts = qemu_opts_find(&empty_opts, NULL); in open_f() 251 opts = qopts ? qemu_opts_to_qdict(qopts, NULL) : NULL; in open_f() 654 QemuOpts *qopts = NULL; in main() local 655 qopts = qemu_opts_parse_noisily(&file_opts, argv[optind], false); in main() 656 if (!qopts) { in main() 659 opts = qemu_opts_to_qdict(qopts, NULL); in main()
|
H A D | qemu-io-cmds.c | 2399 QemuOpts *qopts; in reopen_f() local 2472 qopts = qemu_opts_find(&reopen_opts, NULL); in reopen_f() 2473 opts = qopts ? qemu_opts_to_qdict(qopts, NULL) : qdict_new(); in reopen_f()
|
/openbmc/qemu/block/ |
H A D | qcow2.c | 5941 BlockdevAmendOptionsQcow2 *qopts = &opts->u.qcow2; in qcow2_co_amend() local 5945 if (qopts->encrypt) { in qcow2_co_amend() 5951 if (qopts->encrypt->format != QCRYPTO_BLOCK_FORMAT_LUKS) { in qcow2_co_amend() 5967 qopts->encrypt, in qcow2_co_amend()
|