Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dspice-app.c138 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 Dqemu-io.c174 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()
662 QemuOpts *qopts = NULL; in main() local
663 qopts = qemu_opts_parse_noisily(&file_opts, argv[optind], false); in main()
664 if (!qopts) { in main()
667 opts = qemu_opts_to_qdict(qopts, NULL); in main()
H A Dqemu-io-cmds.c2353 QemuOpts *qopts; in reopen_f() local
2426 qopts = qemu_opts_find(&reopen_opts, NULL); in reopen_f()
2427 opts = qopts ? qemu_opts_to_qdict(qopts, NULL) : qdict_new(); in reopen_f()
/openbmc/qemu/block/
H A Dqcow2.c5925 BlockdevAmendOptionsQcow2 *qopts = &opts->u.qcow2; in qcow2_co_amend() local
5929 if (qopts->encrypt) { in qcow2_co_amend()
5935 if (qopts->encrypt->format != Q_CRYPTO_BLOCK_FORMAT_LUKS) { in qcow2_co_amend()
5951 qopts->encrypt, in qcow2_co_amend()