| /qemu/include/qemu/ |
| A D | option.h | 70 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 D | option_int.h | 42 QemuOpts *opts; 46 struct QemuOpts { struct 51 QTAILQ_ENTRY(QemuOpts) next; argument
|
| A D | typedefs.h | 97 typedef struct QemuOpts QemuOpts; typedef
|
| /qemu/util/ |
| A D | qemu-option.c | 316 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 D | qemu-config.c | 42 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 D | char.h | 86 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 D | blockdev.h | 34 QemuOpts *opts; 59 QemuOpts *drive_add(BlockInterfaceType type, int index, const char *file, 61 DriveInfo *drive_new(QemuOpts *arg, BlockInterfaceType block_default_type,
|
| A D | seccomp.h | 24 int parse_sandbox(void *opaque, QemuOpts *opts, Error **errp);
|
| /qemu/tests/unit/ |
| A D | test-qemu-opts.c | 132 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 D | test-opts-visitor.c | 39 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 D | test-char.c | 84 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 D | qdev.h | 10 int qdev_device_help(QemuOpts *opts); 11 DeviceState *qdev_device_add(QemuOpts *opts, Error **errp);
|
| /qemu/system/ |
| A D | vl.c | 663 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 D | tpm.c | 87 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 D | spice-app.c | 99 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 D | block-global-state.h | 61 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 D | qemu-fsdev-dummy.c | 18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
|
| A D | qemu-fsdev.h | 17 int qemu_fsdev_add(QemuOpts *opts, Error **errp);
|
| A D | qemu-fsdev-throttle.h | 29 int fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);
|
| /qemu/hw/smbios/ |
| A D | smbios-stub.c | 26 void smbios_entry_add(QemuOpts *opts, Error **errp) in smbios_entry_add()
|
| /qemu/hw/acpi/ |
| A D | acpi-stub.c | 24 void acpi_table_add(const QemuOpts *opts, Error **errp) in acpi_table_add()
|
| /qemu/include/qapi/ |
| A D | opts-visitor.h | 37 Visitor *opts_visitor_new(const QemuOpts *opts);
|
| /qemu/stubs/ |
| A D | icount.c | 9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()
|
| /qemu/include/exec/ |
| A D | replay-core.h | 21 void replay_configure(struct QemuOpts *opts);
|
| /qemu/chardev/ |
| A D | char.c | 353 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()
|