/openbmc/qemu/include/qemu/ |
H 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 …]
|
H A D | option_int.h | 42 QemuOpts *opts; 46 struct QemuOpts { struct 51 QTAILQ_ENTRY(QemuOpts) next; argument
|
H A D | typedefs.h | 96 typedef struct QemuOpts QemuOpts; typedef
|
H A D | config-file.h | 9 QemuOpts *qemu_find_opts_singleton(const char *group);
|
/openbmc/qemu/util/ |
H 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 …]
|
H 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()
|
/openbmc/qemu/include/chardev/ |
H 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);
|
/openbmc/qemu/include/sysemu/ |
H 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,
|
H A D | seccomp.h | 24 int parse_sandbox(void *opaque, QemuOpts *opts, Error **errp);
|
H A D | cpu-timers.h | 66 bool icount_configure(QemuOpts *opts, Error **errp);
|
/openbmc/qemu/include/monitor/ |
H A D | qdev.h | 10 int qdev_device_help(QemuOpts *opts); 11 DeviceState *qdev_device_add(QemuOpts *opts, Error **errp);
|
/openbmc/qemu/tests/unit/ |
H 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 …]
|
H 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()
|
/openbmc/qemu/ui/ |
H 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()
|
/openbmc/qemu/system/ |
H 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() 2079 QemuOpts *opts = qemu_find_opts_singleton("memory"); in parse_memory_options() 2265 QemuOpts *opts; in qemu_set_option() 2752 QemuOpts *opts; in qemu_init() 2753 QemuOpts *icount_opts = NULL, *accel_opts = NULL; in qemu_init() 3171 QemuOpts *fsdev; in qemu_init() [all …]
|
H 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()
|
/openbmc/qemu/include/block/ |
H 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,
|
/openbmc/qemu/fsdev/ |
H A D | qemu-fsdev-dummy.c | 18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
|
H A D | qemu-fsdev.h | 17 int qemu_fsdev_add(QemuOpts *opts, Error **errp);
|
H A D | qemu-fsdev-throttle.h | 29 int fsdev_throttle_parse_opts(QemuOpts *, FsThrottle *, Error **);
|
/openbmc/qemu/hw/acpi/ |
H A D | acpi-stub.c | 24 void acpi_table_add(const QemuOpts *opts, Error **errp) in acpi_table_add()
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios-stub.c | 26 void smbios_entry_add(QemuOpts *opts, Error **errp) in smbios_entry_add()
|
/openbmc/qemu/include/qapi/ |
H A D | opts-visitor.h | 37 Visitor *opts_visitor_new(const QemuOpts *opts);
|
/openbmc/qemu/stubs/ |
H A D | icount.c | 9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()
|
/openbmc/qemu/include/exec/ |
H A D | replay-core.h | 21 void replay_configure(struct QemuOpts *opts);
|