Home
last modified time | relevance | path

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

12345

/qemu/include/qemu/
H 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 …]
H A Doption_int.h42 QemuOpts *opts;
46 struct QemuOpts { struct
51 QTAILQ_ENTRY(QemuOpts) next; argument
H A Dtypedefs.h96 typedef struct QemuOpts QemuOpts;
95 typedef struct QemuOpts QemuOpts; global() typedef
/qemu/util/
H 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 …]
H 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/
H 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/
H 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,
H A Dseccomp.h24 int parse_sandbox(void *opaque, QemuOpts *opts, Error **errp);
/qemu/tests/unit/
H 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 …]
H 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()
H A Dtest-char.c83 QemuOpts *opts; in char_console_test_subprocess()
132 QemuOpts *opts; in char_ringbuf_test()
182 QemuOpts *opts; in char_mux_test()
779 QemuOpts *opts; in char_socket_server_test()
913 QemuOpts *opts; in char_socket_client_dupid_test()
966 QemuOpts *opts; in char_socket_client_test()
1111 QemuOpts *opts; in char_socket_server_two_clients_test()
1189 QemuOpts *opts; in char_serial_test()
1209 QemuOpts *opts; in char_parallel_test()
/qemu/include/monitor/
H A Dqdev.h10 int qdev_device_help(QemuOpts *opts);
11 DeviceState *qdev_device_add(QemuOpts *opts, Error **errp);
/qemu/system/
H A Dvl.c662 QemuOpts *opts; in default_drive()
803 static void configure_msg(QemuOpts *opts) in configure_msg()
1246 QemuOpts *opts; in monitor_parse()
1503 QemuOpts *opts; in debugcon_parse()
1819 QemuOpts *opts; in object_option_parse()
2071 QemuOpts *opts = qemu_find_opts_singleton("memory"); in parse_memory_options()
2257 QemuOpts *opts; in qemu_set_option()
2744 QemuOpts *opts; in qemu_init()
2745 QemuOpts *icount_opts = NULL, *accel_opts = NULL; in qemu_init()
3163 QemuOpts *fsdev; in qemu_init()
[all …]
H 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/
H 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/
H 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/
H A Dqemu-fsdev-dummy.c18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
H A Dqemu-fsdev.h17 int qemu_fsdev_add(QemuOpts *opts, Error **errp);
H A Dqemu-fsdev-throttle.h29 int fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);
/qemu/hw/acpi/
H A Dacpi-stub.c24 void acpi_table_add(const QemuOpts *opts, Error **errp) in acpi_table_add()
/qemu/hw/smbios/
H A Dsmbios-stub.c26 void smbios_entry_add(QemuOpts *opts, Error **errp) in smbios_entry_add()
/qemu/include/qapi/
H A Dopts-visitor.h37 Visitor *opts_visitor_new(const QemuOpts *opts);
/qemu/stubs/
H A Dicount.c9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()
/qemu/include/exec/
H A Dreplay-core.h21 void replay_configure(struct QemuOpts *opts);
/qemu/chardev/
H A Dchar-hmp-cmds.c83 QemuOpts *opts; in hmp_chardev_add()
102 QemuOpts *opts = qemu_opts_parse_noisily(qemu_find_opts("chardev"), args, in hmp_chardev_change()

12345