Home
last modified time | relevance | path

Searched refs:QemuOpts (Results 26 – 50 of 123) sorted by relevance

12345

/qemu/include/sysemu/
H A Dcpu-timers.h66 bool icount_configure(QemuOpts *opts, Error **errp);
H A Dtpm_backend.h60 TPMBackend *(*create)(QemuOpts *opts);
H A Dsysemu.h24 void configure_rtc(QemuOpts *opts);
/qemu/include/qemu/
H A Dconfig-file.h9 QemuOpts *qemu_find_opts_singleton(const char *group);
/qemu/include/qom/
H A Dobject_interfaces.h158 bool user_creatable_print_help(const char *type, QemuOpts *opts);
/qemu/chardev/
H A Dchar.c353 QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename, in qemu_chr_parse_compat()
359 QemuOpts *opts; in qemu_chr_parse_compat()
508 void qemu_chr_parse_common(QemuOpts *opts, ChardevCommon *backend) in qemu_chr_parse_common()
581 ChardevBackend *qemu_chr_parse_opts(QemuOpts *opts, Error **errp) in qemu_chr_parse_opts()
618 Chardev *qemu_chr_new_from_opts(QemuOpts *opts, GMainContext *context, in qemu_chr_new_from_opts()
692 QemuOpts *opts; in qemu_chr_new_noreplay()
H A Dchar-file.c99 static void qemu_chr_parse_file_out(QemuOpts *opts, ChardevBackend *backend, in qemu_chr_parse_file_out()
H A Dchar-stdio.c123 static void qemu_chr_parse_stdio(QemuOpts *opts, ChardevBackend *backend, in qemu_chr_parse_stdio()
H A Dspice.c318 static void qemu_chr_parse_spice_vmc(QemuOpts *opts, ChardevBackend *backend, in qemu_chr_parse_spice_vmc()
334 static void qemu_chr_parse_spice_port(QemuOpts *opts, ChardevBackend *backend, in qemu_chr_parse_spice_port()
/qemu/ui/
H A Ddbus-chardev.c191 g_autoptr(QemuOpts) opts = NULL; in dbus_chr_open()
254 dbus_chr_parse(QemuOpts *opts, ChardevBackend *backend, in dbus_chr_parse()
/qemu/replay/
H A Dstubs-system.c31 void replay_configure(struct QemuOpts *opts) in replay_configure()
/qemu/backends/tpm/
H A Dtpm_passthrough.c255 tpm_passthrough_handle_device_opts(TPMPassthruState *tpm_pt, QemuOpts *opts) in tpm_passthrough_handle_device_opts()
291 static TPMBackend *tpm_passthrough_create(QemuOpts *opts) in tpm_passthrough_create()
/qemu/include/monitor/
H A Dmonitor.h25 int monitor_init_opts(QemuOpts *opts, Error **errp);
/qemu/fsdev/
H A Dqemu-fsdev.c121 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
/qemu/block/
H A Dfile-win32.c314 static bool get_aio_option(QemuOpts *opts, int flags, Error **errp) in get_aio_option()
340 QemuOpts *opts; in raw_open()
616 QemuOpts *opts, Error **errp) in raw_co_create_opts()
855 QemuOpts *opts = qemu_opts_create(&raw_runtime_opts, NULL, 0, in hdev_open()
H A Draw-format.c79 QemuOpts *opts = NULL; in raw_read_options()
371 static BlockMeasureInfo *raw_measure(QemuOpts *opts, BlockDriverState *in_bs, in raw_measure()
464 QemuOpts *opts, Error **errp) in raw_co_create_opts()
H A Dcrypto.c316 QemuOpts *opts = NULL; in block_crypto_open_generic()
622 static BlockMeasureInfo *block_crypto_measure(QemuOpts *opts, in block_crypto_measure()
787 QemuOpts *opts, Error **errp) in block_crypto_co_create_opts_luks()
961 QemuOpts *opts, in block_crypto_amend_options_luks()
/qemu/system/
H A Drtc.c140 void configure_rtc(QemuOpts *opts) in configure_rtc()
H A Dqdev-monitor.c280 int qdev_device_help(QemuOpts *opts) in qdev_device_help()
733 DeviceState *qdev_device_add(QemuOpts *opts, Error **errp) in qdev_device_add()
852 QemuOpts *opts; in qmp_device_add()
1120 QemuOpts *opts; in qemu_global_option()
/qemu/net/
H A Dnet.c1384 static int net_client_init(QemuOpts *opts, bool is_netdev, Error **errp) in net_client_init()
1439 void netdev_add(QemuOpts *opts, Error **errp) in netdev_add()
1457 QemuOpts *opts; in qmp_netdev_del()
1734 static int net_init_client(void *dummy, QemuOpts *opts, Error **errp) in net_init_client()
1739 static int net_init_netdev(void *dummy, QemuOpts *opts, Error **errp) in net_init_netdev()
1751 static int net_param_nic(void *dummy, QemuOpts *opts, Error **errp) in net_param_nic()
1874 QemuOpts *opts; in netdev_is_modern()
/qemu/semihosting/
H A Dconfig.c138 QemuOpts *opts = qemu_opts_parse_noisily(opt_list, optstr, false); in qemu_semihosting_config_options()
/qemu/tests/unit/
H A Dtest-seccomp.c35 QemuOpts *opts; in test_seccomp_helper()
H A Dtest-replication.c174 QemuOpts *opts; in start_primary()
289 QemuOpts *opts; in start_secondary()
/qemu/docs/system/
H A Dgeneric-loader.rst63 All values are parsed using the standard QemuOpts parsing. This allows the user
102 All values are parsed using the standard QemuOpts parsing. This allows the user
/qemu/
H A Dqemu-io.c174 QemuOpts *qopts; in open_f()
654 QemuOpts *qopts = NULL; in main()

12345