/qemu/docs/system/devices/ |
H A D | nvme.rst | 42 Set the maximum number of allowed I/O queue pairs. This replaces the 180 Set the Maximum Single Source Range Length (``MSSRL``). This is the maximum 184 Set the Maximum Copy Length (``MCL``). This is the maximum number of logical 189 Set the Maximum Source Range Count (``MSRC``). This is the maximum number of 215 Set the maximum number of active resources (``MAR``). The default (``0``) 219 Set the maximum number of open resources (``MOR``). The default (``0``) 224 Set the maximum data transfer size for the Zone Append command. Like 309 Indicates the maximum number of PCIe virtual functions supported 325 Indicates the maximum number of virtual interrupt resources assignable 330 Indicates the maximum number of virtual queue resources assignable to
|
/qemu/docs/ |
H A D | memory-hotplug.txt | 13 hotpluggable memory slots to create and what is the maximum amount of 23 - "maxmem" is the maximum RAM size the guest can have 31 memory the guest will see after boot is 1GB. The maximum memory the
|
H A D | qcow2-cache.txt | 119 "l2-cache-size": maximum size of the L2 table cache 120 "refcount-cache-size": maximum size of the refcount block cache 121 "cache-size": maximum size of both caches combined 128 - The maximum L2 cache size is 32 MB by default on Linux platforms (enough
|
H A D | rdma.txt | 201 The maximum number of repeats is hard-coded to 4096. This is a conservative 202 limit based on the maximum size of a SEND message along with empirical 203 observations on the maximum future benefit of simultaneous page registrations. 304 no length field. The maximum size of the 'private data' section
|
/qemu/nbd/ |
H A D | trace-events | 12 nbd_opt_info_block_size(uint32_t minimum, uint32_t preferred, uint32_t maximum) "Block sizes are 0x… 51 …minimum, uint32_t preferred, uint32_t maximum) "advertising minimum 0x%" PRIx32 ", preferred 0x%" …
|
/qemu/docs/specs/ |
H A D | rapl-msr.rst | 92 100. So a core can run a process at the maximum of 100 ticks per second. If a 93 package has 4 cores, 400 ticks maximum can be scheduled on all the cores 108 A 4 cores package can schedule a maximum of 400 ticks per second with 100 ticks
|
H A D | ppc-spapr-hotplug.rst | 429 ``<phys>``, encoded in BE format represents the maximum address in bytes and 430 hence the maximum memory that can be allocated to the guest. 435 ``<maxcpus>``, a BE-encoded integer, represents the maximum number of 438 ``pseries`` guests use this property to note the maximum allowed CPUs for the
|
H A D | ppc-spapr-uv-hcalls.rst | 65 is the maximum request/response size supported by most TPM implementations,
|
H A D | fw_cfg.rst | 75 Each firmware configuration item has a maximum length of data 77 end of this maximum data length, then any reads will return a data
|
/qemu/docs/system/arm/ |
H A D | cpu-features.rst | 287 least one of the dependency lengths of the maximum enabled length 409 If the default length is larger than the maximum vector length enabled, 410 the actual vector length will be reduced. Note that the maximum vector 414 is set to the maximum possible length. 429 and all vector lengths must be powers of 2. The maximum vector 443 than the maximum vector length enabled, the actual vector length will 445 length is set to the maximum possible length.
|
/qemu/ui/ |
H A D | input-linux.c | 361 il->abs_x_max = absinfo.maximum; in input_linux_complete() 369 il->abs_y_max = absinfo.maximum; in input_linux_complete()
|
/qemu/docs/system/ |
H A D | sriov.rst | 32 255 VFs at maximum.
|
H A D | generic-loader.rst | 25 The value to be written to the address. The maximum size of the data
|
/qemu/include/standard-headers/linux/ |
H A D | input.h | 93 int32_t maximum; member
|
/qemu/qapi/ |
H A D | block-core.json | 279 # @virtual-size: maximum capacity in bytes of the image 528 # @bps_max_length: maximum length of the @bps_max burst period, in 531 # @bps_rd_max_length: maximum length of the @bps_rd_max burst period, 534 # @bps_wr_max_length: maximum length of the @bps_wr_max burst period, 537 # @iops_max_length: maximum length of the @iops burst period, in 540 # @iops_rd_max_length: maximum length of the @iops_rd_max burst 543 # @iops_wr_max_length: maximum length of the @iops_wr_max burst 1556 # as maximum of target image cluster size and 64k. Default 0. 1560 # effect if smaller than the maximum of the target's cluster size 1582 # @speed: the maximum speed, in bytes per second. The default is 0, [all …]
|
H A D | migration.json | 800 # @max-bandwidth: maximum speed for migration, in bytes per second. 814 # @downtime-limit: set maximum tolerated downtime for migration. 815 # maximum downtime in milliseconds (Since 2.8) 832 # @max-cpu-throttle: maximum cpu throttle percentage. Defaults to 99. 981 # @max-bandwidth: maximum speed for migration, in bytes per second. 995 # @downtime-limit: set maximum tolerated downtime for migration. 996 # maximum downtime in milliseconds (Since 2.8) 1013 # @max-cpu-throttle: maximum cpu throttle percentage. Defaults to 99. 1191 # @max-bandwidth: maximum speed for migration, in bytes per second. 1205 # @downtime-limit: set maximum tolerated downtime for migration. [all …]
|
H A D | qom.json | 247 # @compare_timeout: the maximum time to hold a packet from @primary_in 255 # @max_queue_size: the maximum number of packets to keep in the queue 398 # @maxlen: maximum number of bytes in a packet that are stored 527 # @aio-max-batch: maximum number of requests in a batch for the AIO 534 # @thread-pool-max: maximum number of threads the thread pool can 549 # @poll-max-ns: the maximum number of nanoseconds to busy wait for
|
H A D | misc.json | 79 # @poll-max-ns: maximum polling time in ns, 0 means polling is 88 # @aio-max-batch: maximum number of requests in a batch for the AIO
|
/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 30 number from 0 to 255; however, the maximum adapter number allowed is 38 hold up to 256 domains; however, the maximum domain number allowed is 393 maximum adapter number allowed by the machine model. If an adapter number 394 higher than the maximum is specified, the operation will terminate with 428 maximum domain number allowed by the machine model. If a domain number 429 higher than the maximum is specified, the operation will terminate with 462 specified must represent a value from 0 up to the maximum domain number 464 maximum is specified, the operation will terminate with an error (ENODEV).
|
/qemu/hw/input/ |
H A D | virtio-input-host.c | 90 config.u.abs.max = cpu_to_le32(absinfo.maximum); in virtio_input_abs_config()
|
/qemu/tests/qemu-iotests/ |
H A D | 266.out | 139 === Actual maximum size===
|
/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smilatency.py2 | 84 …testsuite.print_detail("Summary of impact: observed maximum latency = {}".format(bits.format_tsc(m…
|
/qemu/docs/interop/ |
H A D | qcow2.rst | 44 as the maximum cluster size and won't be able to open images 54 the maximum L1 table size. With a 2 MB cluster 62 maximum size). 475 QEMU has an implementation limit of 8 MB as the maximum refcount 521 The L1 and L2 tables have implications on the maximum virtual file 526 use). Additionally, as cluster size increases, the maximum host
|
/qemu/docs/devel/ |
H A D | ebpf_rss.rst | 90 - indirections_len - length of the indirections table, maximum 128.
|
/qemu/docs/system/i386/ |
H A D | microvm.rst | 70 By default, microvm aims for maximum compatibility, enabling both
|