/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() local 611 QemuOpts *opts = NULL; in qemu_opts_create() local 648 QemuOpts *opts, *next_opts; in qemu_opts_reset() local 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() local 932 QemuOpts *opts; in qemu_opts_parse_noisily() local 992 QemuOpts *opts; in qemu_opts_from_qdict() local [all …]
|
/qemu/tests/unit/ |
A D | test-qemu-opts.c | 132 QemuOpts *opts; in test_qemu_opts_create() local 162 QemuOpts *opts; in test_qemu_opt_get() local 205 QemuOpts *opts; in test_qemu_opt_get_bool() local 248 QemuOpts *opts; in test_qemu_opt_get_number() local 291 QemuOpts *opts; in test_qemu_opt_get_size() local 347 QemuOpts *opts; in test_qemu_opt_unset() local 379 QemuOpts *opts; in test_qemu_opts_reset() local 431 QemuOpts *opts; in test_opts_parse() local 533 QemuOpts *opts; in test_opts_parse_bool() local 551 QemuOpts *opts; in test_opts_parse_number() local [all …]
|
A D | test-opts-visitor.c | 39 QemuOpts *opts; in setup_fixture() local 181 QemuOpts *opts; in test_opts_range_unvisited() local 221 QemuOpts *opts; in test_opts_range_beyond() local 256 QemuOpts *opts; in test_opts_dict_unvisited() local
|
A D | test-char.c | 84 QemuOpts *opts; in char_console_test_subprocess() local 133 QemuOpts *opts; in char_ringbuf_test() local 183 QemuOpts *opts; in char_mux_test() local 801 QemuOpts *opts; in char_socket_server_test() local 935 QemuOpts *opts; in char_socket_client_dupid_test() local 988 QemuOpts *opts; in char_socket_client_test() local 1133 QemuOpts *opts; in char_socket_server_two_clients_test() local 1211 QemuOpts *opts; in char_serial_test() local 1231 QemuOpts *opts; in char_parallel_test() local
|
/qemu/system/ |
A D | vl.c | 149 ObjectOptions *opts; member 154 QDict *opts; member 663 QemuOpts *opts; in default_drive() local 1042 const char *opts; in select_vgahw() local 1119 const char *opts; in parse_display() local 1254 QemuOpts *opts; in monitor_parse() local 1511 QemuOpts *opts; in debugcon_parse() local 1592 QDict *opts; in machine_merge_property() local 1826 QemuOpts *opts; in object_option_parse() local 2266 QemuOpts *opts; in qemu_set_option() local [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() local
|
/qemu/chardev/ |
A D | char-pipe.c | 111 ChardevHostdev *opts = backend->u.pipe.data; in qemu_chr_open_pipe() local 126 ChardevHostdev *opts = backend->u.pipe.data; in qemu_chr_open_pipe() local 158 static void qemu_chr_parse_pipe(QemuOpts *opts, ChardevBackend *backend, in qemu_chr_parse_pipe()
|
A D | char-stdio.c | 93 ChardevStdio *opts = backend->u.stdio.data; in qemu_chr_open_stdio() local 127 static void qemu_chr_parse_stdio(QemuOpts *opts, ChardevBackend *backend, in qemu_chr_parse_stdio()
|
/qemu/ui/ |
A D | spice-app.c | 99 static void vc_chr_parse(QemuOpts *opts, ChardevBackend *backend, Error **errp) in vc_chr_parse() 136 static void spice_app_display_early_init(DisplayOptions *opts) in spice_app_display_early_init() 191 static void spice_app_display_init(DisplayState *ds, DisplayOptions *opts) in spice_app_display_init()
|
/qemu/crypto/ |
A D | akcipher.c | 33 QCryptoAkCipher *qcrypto_akcipher_new(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_new() 43 bool qcrypto_akcipher_supports(QCryptoAkCipherOptions *opts) in qcrypto_akcipher_supports() 112 int qcrypto_akcipher_export_p8info(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_export_p8info()
|
/qemu/fsdev/ |
A D | qemu-fsdev.c | 37 const char **opts; member 110 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
|
A D | qemu-fsdev-dummy.c | 18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
|
A D | qemu-fsdev-throttle.c | 34 int fsdev_throttle_parse_opts(QemuOpts *opts, FsThrottle *fst, Error **errp) in fsdev_throttle_parse_opts()
|
/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/block/ |
A D | crypto.c | 254 block_crypto_open_opts_init(QDict *opts, Error **errp) in block_crypto_open_opts_init() 272 block_crypto_create_opts_init(QDict *opts, Error **errp) in block_crypto_create_opts_init() 289 block_crypto_amend_opts_init(QDict *opts, Error **errp) in block_crypto_amend_opts_init() 316 QemuOpts *opts = NULL; in block_crypto_open_generic() local 385 QCryptoBlockCreateOptions *opts, in block_crypto_co_create_generic() 621 static BlockMeasureInfo *block_crypto_measure(QemuOpts *opts, in block_crypto_measure() 786 QemuOpts *opts, Error **errp) in block_crypto_co_create_opts_luks() 960 QemuOpts *opts, in block_crypto_amend_options_luks() 998 BlockdevAmendOptions *opts, in block_crypto_co_amend_luks()
|
A D | rbd.c | 260 static int qemu_rbd_set_auth(rados_t cluster, BlockdevOptionsRbd *opts, in qemu_rbd_set_auth() 400 rbd_encryption_options_t opts; in qemu_rbd_encryption_format() local 486 rbd_encryption_options_t opts; in qemu_rbd_encryption_load() local 680 BlockdevCreateOptionsRbd *opts = &options->u.rbd; in qemu_rbd_do_create() local 759 QemuOpts *opts, in qemu_rbd_extract_encryption_create_options() 797 QemuOpts *opts, in qemu_rbd_co_create_opts() 863 static char *qemu_rbd_mon_host(BlockdevOptionsRbd *opts, Error **errp) in qemu_rbd_mon_host() 899 BlockdevOptionsRbd *opts, bool cache, in qemu_rbd_connect() 1017 static int qemu_rbd_convert_options(QDict *options, BlockdevOptionsRbd **opts, in qemu_rbd_convert_options() 1038 BlockdevOptionsRbd **opts, in qemu_rbd_attempt_legacy_options() [all …]
|
/qemu/tests/qtest/ |
A D | virtio-serial-test.c | 29 QOSGraphTestOptions opts = { }; in register_virtio_serial_test() local
|
A D | ds1338-test.c | 49 QOSGraphEdgeOptions opts = { in ds1338_register_nodes() local
|
A D | emc141x-test.c | 71 QOSGraphEdgeOptions opts = { in emc1414_register_nodes() local
|
A D | es1370-test.c | 48 QOSGraphEdgeOptions opts = { in es1370_register_nodes() local
|
A D | ne2000-test.c | 48 QOSGraphEdgeOptions opts = { in ne2000_register_nodes() local
|
A D | pcnet-test.c | 48 QOSGraphEdgeOptions opts = { in pcnet_register_nodes() local
|
A D | vmxnet3-test.c | 48 QOSGraphEdgeOptions opts = { in vmxnet3_register_nodes() local
|
/qemu/stubs/ |
A D | icount.c | 9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()
|