Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 190) sorted by relevance

12345678

/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() 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 Dtest-qemu-opts.c132 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 Dtest-opts-visitor.c39 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 Dtest-char.c84 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 Dvl.c149 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 Dtpm.c87 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 Dchar-pipe.c111 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 Dchar-stdio.c93 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 Dspice-app.c99 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 Dakcipher.c33 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 Dqemu-fsdev.c37 const char **opts; member
110 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
A Dqemu-fsdev-dummy.c18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
A Dqemu-fsdev-throttle.c34 int fsdev_throttle_parse_opts(QemuOpts *opts, FsThrottle *fst, Error **errp) in fsdev_throttle_parse_opts()
/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/block/
A Dcrypto.c254 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 Drbd.c260 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 Dvirtio-serial-test.c29 QOSGraphTestOptions opts = { }; in register_virtio_serial_test() local
A Dds1338-test.c49 QOSGraphEdgeOptions opts = { in ds1338_register_nodes() local
A Demc141x-test.c71 QOSGraphEdgeOptions opts = { in emc1414_register_nodes() local
A Des1370-test.c48 QOSGraphEdgeOptions opts = { in es1370_register_nodes() local
A Dne2000-test.c48 QOSGraphEdgeOptions opts = { in ne2000_register_nodes() local
A Dpcnet-test.c48 QOSGraphEdgeOptions opts = { in pcnet_register_nodes() local
A Dvmxnet3-test.c48 QOSGraphEdgeOptions opts = { in vmxnet3_register_nodes() local
/qemu/stubs/
A Dicount.c9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()

Completed in 43 milliseconds

12345678