Home
last modified time | relevance | path

Searched refs:QemuOpts (Results 1 – 25 of 123) sorted by relevance

12345

/qemu/include/qemu/
A Doption.h70 QTAILQ_HEAD(, QemuOpts) head;
75 char *qemu_opt_get_del(QemuOpts *opts, const char *name);
87 bool qemu_opt_has_help_opt(QemuOpts *opts);
97 int qemu_opt_unset(QemuOpts *opts, const char *name);
111 QemuOpts *opts;
123 void qemu_opts_loc_restore(QemuOpts *opts);
124 const char *qemu_opts_id(QemuOpts *opts);
125 void qemu_opts_set_id(QemuOpts *opts, char *id);
126 void qemu_opts_del(QemuOpts *opts);
144 void qemu_opts_print(QemuOpts *opts, const char *sep);
[all …]
A Doption_int.h42 QemuOpts *opts;
46 struct QemuOpts { struct
51 QTAILQ_ENTRY(QemuOpts) next; argument
A Dtypedefs.h97 typedef struct QemuOpts QemuOpts; typedef
/qemu/util/
A Dqemu-option.c316 bool qemu_opt_has_help_opt(QemuOpts *opts) in qemu_opt_has_help_opt()
595 QemuOpts *opts; in qemu_opts_find()
611 QemuOpts *opts = NULL; in qemu_opts_create()
648 QemuOpts *opts, *next_opts; in qemu_opts_reset()
655 void qemu_opts_loc_restore(QemuOpts *opts) in qemu_opts_loc_restore()
660 const char *qemu_opts_id(QemuOpts *opts) in qemu_opts_id()
671 void qemu_opts_del(QemuOpts *opts) in qemu_opts_del()
887 QemuOpts *opts; in opts_parse()
932 QemuOpts *opts; in qemu_opts_parse_noisily()
992 QemuOpts *opts; in qemu_opts_from_qdict()
[all …]
A Dqemu-config.c42 QemuOpts *qemu_find_opts_singleton(const char *group) in qemu_find_opts_singleton()
45 QemuOpts *opts; in qemu_find_opts_singleton()
204 QemuOpts *subopts; in config_parse_qdict_section()
/qemu/include/chardev/
A Dchar.h86 Chardev *qemu_chr_new_from_opts(QemuOpts *opts,
97 void qemu_chr_parse_common(QemuOpts *opts, ChardevCommon *backend);
106 ChardevBackend *qemu_chr_parse_opts(QemuOpts *opts,
143 void qemu_chr_change(QemuOpts *opts, Error **errp);
224 QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename,
259 void (*parse)(QemuOpts *opts, ChardevBackend *backend, Error **errp);
/qemu/include/sysemu/
A Dblockdev.h34 QemuOpts *opts;
59 QemuOpts *drive_add(BlockInterfaceType type, int index, const char *file,
61 DriveInfo *drive_new(QemuOpts *arg, BlockInterfaceType block_default_type,
A Dseccomp.h24 int parse_sandbox(void *opaque, QemuOpts *opts, Error **errp);
/qemu/tests/unit/
A Dtest-qemu-opts.c132 QemuOpts *opts; in test_qemu_opts_create()
162 QemuOpts *opts; in test_qemu_opt_get()
205 QemuOpts *opts; in test_qemu_opt_get_bool()
248 QemuOpts *opts; in test_qemu_opt_get_number()
291 QemuOpts *opts; in test_qemu_opt_get_size()
347 QemuOpts *opts; in test_qemu_opt_unset()
379 QemuOpts *opts; in test_qemu_opts_reset()
431 QemuOpts *opts; in test_opts_parse()
533 QemuOpts *opts; in test_opts_parse_bool()
551 QemuOpts *opts; in test_opts_parse_number()
[all …]
A Dtest-opts-visitor.c39 QemuOpts *opts; in setup_fixture()
181 QemuOpts *opts; in test_opts_range_unvisited()
221 QemuOpts *opts; in test_opts_range_beyond()
256 QemuOpts *opts; in test_opts_dict_unvisited()
A Dtest-char.c84 QemuOpts *opts; in char_console_test_subprocess()
133 QemuOpts *opts; in char_ringbuf_test()
183 QemuOpts *opts; in char_mux_test()
801 QemuOpts *opts; in char_socket_server_test()
935 QemuOpts *opts; in char_socket_client_dupid_test()
988 QemuOpts *opts; in char_socket_client_test()
1133 QemuOpts *opts; in char_socket_server_two_clients_test()
1211 QemuOpts *opts; in char_serial_test()
1231 QemuOpts *opts; in char_parallel_test()
/qemu/include/monitor/
A Dqdev.h10 int qdev_device_help(QemuOpts *opts);
11 DeviceState *qdev_device_add(QemuOpts *opts, Error **errp);
/qemu/system/
A Dvl.c663 QemuOpts *opts; in default_drive()
804 static void configure_msg(QemuOpts *opts) in configure_msg()
1254 QemuOpts *opts; in monitor_parse()
1511 QemuOpts *opts; in debugcon_parse()
1826 QemuOpts *opts; in object_option_parse()
2080 QemuOpts *opts = qemu_find_opts_singleton("memory"); in parse_memory_options()
2266 QemuOpts *opts; in qemu_set_option()
2750 QemuOpts *opts; in qemu_init()
2751 QemuOpts *icount_opts = NULL, *accel_opts = NULL; in qemu_init()
3158 QemuOpts *fsdev; in qemu_init()
[all …]
A Dtpm.c87 static int tpm_init_tpmdev(void *dummy, QemuOpts *opts, Error **errp) in tpm_init_tpmdev()
180 QemuOpts *opts; in tpm_config_parse()
/qemu/ui/
A Dspice-app.c99 static void vc_chr_parse(QemuOpts *opts, ChardevBackend *backend, Error **errp) in vc_chr_parse()
138 QemuOpts *qopts; in spice_app_display_early_init()
194 QemuOpts *qopts; in spice_app_display_init()
/qemu/include/block/
A Dblock-global-state.h61 bdrv_co_create(BlockDriver *drv, const char *filename, QemuOpts *opts,
65 QemuOpts *opts, Error **errp);
68 bdrv_co_create_file(const char *filename, QemuOpts *opts, Error **errp);
169 bdrv_amend_options(BlockDriverState *bs_new, QemuOpts *opts,
/qemu/fsdev/
A Dqemu-fsdev-dummy.c18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
A Dqemu-fsdev.h17 int qemu_fsdev_add(QemuOpts *opts, Error **errp);
A Dqemu-fsdev-throttle.h29 int fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);
/qemu/hw/smbios/
A Dsmbios-stub.c26 void smbios_entry_add(QemuOpts *opts, Error **errp) in smbios_entry_add()
/qemu/hw/acpi/
A Dacpi-stub.c24 void acpi_table_add(const QemuOpts *opts, Error **errp) in acpi_table_add()
/qemu/include/qapi/
A Dopts-visitor.h37 Visitor *opts_visitor_new(const QemuOpts *opts);
/qemu/stubs/
A Dicount.c9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()
/qemu/include/exec/
A Dreplay-core.h21 void replay_configure(struct QemuOpts *opts);
/qemu/chardev/
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()
513 void qemu_chr_parse_common(QemuOpts *opts, ChardevCommon *backend) in qemu_chr_parse_common()
586 ChardevBackend *qemu_chr_parse_opts(QemuOpts *opts, Error **errp) in qemu_chr_parse_opts()
636 static Chardev *do_qemu_chr_new_from_opts(QemuOpts *opts, GMainContext *context, in do_qemu_chr_new_from_opts()
711 Chardev *qemu_chr_new_from_opts(QemuOpts *opts, GMainContext *context, in qemu_chr_new_from_opts()
724 QemuOpts *opts; in qemu_chr_new_from_name()

Completed in 57 milliseconds

12345