/qemu/docs/about/ |
H A D | deprecated.rst | 385 ``-device nvme-ns,eui64-default=on|off`` (since 7.1) 392 ``-device nvme,use-intel-id=on|off`` (since 7.1) 400 ``-device cxl-type3,memdev=xxxx`` (since 8.0) 409 RISC-V CPU properties which start with capital 'Z' (since 8.2) 432 ``-device sd-card,spec_version=1`` (since 9.1) 441 ``"backing": ""`` (since 2.12) 447 ``rbd`` keyvalue pair encoded filenames: ``""`` (since 3.1) 463 ``iscsi,password=xxx`` (since 8.0) 471 ``gluster`` backend (since 9.2) 483 Backend ``memory`` (since 9.0) [all …]
|
/qemu/docs/system/arm/ |
H A D | aspeed.rst | 103 Booting from a kernel image 115 Booting from a flash image 166 Booting from an eMMC image 228 Other booting options 306 Booting the ast2700-evb machine 356 Booting the ast2700fc machine
|
/qemu/scripts/ |
H A D | meson-buildoptions.py | 185 def print_help(options): argument 219 def print_parse(options): argument 246 options = load_options(json.loads(json_data)) variable
|
/qemu/net/ |
H A D | vmnet-shared.c | 22 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in validate_options() local 42 const NetdevVmnetSharedOptions *options = &(netdev->u.vmnet_shared); in build_if_desc() local
|
H A D | vmnet-host.c | 23 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in validate_options() local 49 const NetdevVmnetHostOptions *options = &(netdev->u.vmnet_host); in build_if_desc() local
|
/qemu/block/ |
H A D | nfs.c | 79 static int nfs_parse_uri(const char *filename, QDict *options, Error **errp) in nfs_parse_uri() 153 static bool nfs_has_filename_options_conflict(QDict *options, Error **errp) in nfs_has_filename_options_conflict() 177 static void nfs_parse_filename(const char *filename, QDict *options, in nfs_parse_filename() 563 static BlockdevOptionsNfs *nfs_options_qdict_to_qapi(QDict *options, in nfs_options_qdict_to_qapi() 590 static int64_t nfs_client_open_qdict(NFSClient *client, QDict *options, in nfs_client_open_qdict() 608 static int nfs_file_open(BlockDriverState *bs, QDict *options, int flags, in nfs_file_open() 642 static int nfs_file_co_create(BlockdevCreateOptions *options, Error **errp) in nfs_file_co_create() 671 QDict *options; in nfs_file_co_create_opts() local
|
H A D | file-win32.c | 285 static void raw_parse_filename(const char *filename, QDict *options, in raw_parse_filename() 334 static int raw_open(BlockDriverState *bs, QDict *options, int flags, in raw_open() 585 static int raw_co_create(BlockdevCreateOptions *options, Error **errp) in raw_co_create() 618 BlockdevCreateOptions options; in raw_co_create_opts() local 829 static void hdev_parse_filename(const char *filename, QDict *options, in hdev_parse_filename() 842 static int hdev_open(BlockDriverState *bs, QDict *options, int flags, in hdev_open()
|
H A D | null.c | 56 static void null_co_parse_filename(const char *filename, QDict *options, in null_co_parse_filename() 68 static void null_aio_parse_filename(const char *filename, QDict *options, in null_aio_parse_filename() 80 static int null_open(BlockDriverState *bs, QDict *options, int flags, in null_open()
|
H A D | blkdebug.c | 105 } options; member 281 QDict *options, Error **errp) in read_config() 334 static void blkdebug_parse_filename(const char *filename, QDict *options, in blkdebug_parse_filename() 365 static int blkdebug_parse_perm_list(uint64_t *dest, QDict *options, in blkdebug_parse_perm_list() 405 static int blkdebug_parse_perms(BDRVBlkdebugState *s, QDict *options, in blkdebug_parse_perms() 473 static int blkdebug_open(BlockDriverState *bs, QDict *options, int flags, in blkdebug_open()
|
H A D | ssh.c | 181 static int parse_uri(const char *filename, QDict *options, Error **errp) in parse_uri() 250 static bool ssh_has_filename_options_conflict(QDict *options, Error **errp) in ssh_has_filename_options_conflict() 271 static void ssh_parse_filename(const char *filename, QDict *options, in ssh_parse_filename() 606 static BlockdevOptionsSsh *ssh_parse_options(QDict *options, Error **errp) in ssh_parse_options() 841 static int ssh_open(BlockDriverState *bs, QDict *options, int bdrv_flags, in ssh_open() 923 static int ssh_co_create(BlockdevCreateOptions *options, Error **errp) in ssh_co_create()
|
H A D | gluster.c | 510 QDict *options, Error **errp) in qemu_gluster_parse_json() 678 QDict *options, Error **errp) in qemu_gluster_parse() 714 QDict *options, Error **errp) in qemu_gluster_init() 793 static int qemu_gluster_open(BlockDriverState *bs, QDict *options, in qemu_gluster_open() 1077 static int qemu_gluster_co_create(BlockdevCreateOptions *options, in qemu_gluster_co_create() 1117 BlockdevCreateOptions *options; in qemu_gluster_co_create_opts() local
|
H A D | create.c | 68 void qmp_blockdev_create(const char *job_id, BlockdevCreateOptions *options, in qmp_blockdev_create()
|
H A D | rbd.c | 166 static void qemu_rbd_parse_filename(const char *filename, QDict *options, in qemu_rbd_parse_filename() 675 static int qemu_rbd_do_create(BlockdevCreateOptions *options, in qemu_rbd_do_create() 752 static int qemu_rbd_co_create(BlockdevCreateOptions *options, Error **errp) in qemu_rbd_co_create() 805 QDict *options = NULL; in qemu_rbd_co_create_opts() local 1016 static int qemu_rbd_convert_options(QDict *options, BlockdevOptionsRbd **opts, in qemu_rbd_convert_options() 1036 static int qemu_rbd_attempt_legacy_options(QDict *options, in qemu_rbd_attempt_legacy_options() 1063 static int qemu_rbd_open(BlockDriverState *bs, QDict *options, int flags, in qemu_rbd_open()
|
H A D | throttle.c | 47 static int throttle_parse_options(QDict *options, char **group, Error **errp) in throttle_parse_options() 76 static int throttle_open(BlockDriverState *bs, QDict *options, in throttle_open()
|
/qemu/include/hw/riscv/ |
H A D | boot_opensbi.h | 42 target_long options; member 72 int32_t options; member
|
/qemu/tests/qemu-iotests/ |
H A D | 211 | 32 def blockdev_create(vm, options): argument
|
H A D | 207 | 45 def blockdev_create(vm, options): argument
|
/qemu/crypto/ |
H A D | block-qcow.c | 97 QCryptoBlockOpenOptions *options, in qcrypto_block_qcow_open() 123 QCryptoBlockCreateOptions *options, in qcrypto_block_qcow_create()
|
/qemu/docs/sphinx/ |
H A D | qmp_lexer.py | 33 def __init__(self, **options):
|
/qemu/qom/ |
H A D | object_interfaces.c | 142 void user_creatable_add_qapi(ObjectOptions *options, Error **errp) in user_creatable_add_qapi() 286 ObjectOptions *options; in user_creatable_parse_str() local 319 ObjectOptions *options; in user_creatable_add_from_str() local
|
/qemu/storage-daemon/ |
H A D | qemu-storage-daemon.c | 271 BlockdevOptions *options; in process_options() local 340 NbdServerOptions *options; in process_options() local
|
/qemu/include/hw/hyperv/ |
H A D | hyperv.h | 128 uint32_t options; member 137 uint64_t options; member
|
H A D | hyperv-proto.h | 155 uint32_t options; member 172 uint32_t options; member 186 uint32_t options; member
|
/qemu/util/ |
H A D | qemu-config.c | 201 static bool config_parse_qdict_section(QDict *options, QemuOptsList *opts, in config_parse_qdict_section() 283 bool qemu_config_parse_qdict(QDict *options, QemuOptsList **lists, in qemu_config_parse_qdict()
|
/qemu/include/qapi/ |
H A D | qmp-registry.h | 35 QmpCommandOptions options; member
|