/qemu/migration/ |
H A D | migration-stats.h | 93 * Maximum amount of data we can send in a cycle. 109 * migration_rate_get: Get the maximum amount that can be transferred. 111 * Returns the maximum number of bytes that can be transferred in a cycle. 123 * migration_rate_set: Set the maximum amount that can be transferred. 125 * Sets the maximum amount of bytes that can be transferred in one cycle. 127 * @new_rate: new maximum amount
|
/qemu/docs/system/devices/ |
H A D | nvme.rst | 42 Set the maximum number of allowed I/O queue pairs. This replaces the 49 Set the Maximum Data Transfer Size of the device. 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 [all …]
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_blk.h | 34 #define VIRTIO_BLK_F_SIZE_MAX 1 /* Indicates maximum segment size */ 35 #define VIRTIO_BLK_F_SEG_MAX 2 /* Indicates maximum # of segments */ 61 /* The maximum segment size (if VIRTIO_BLK_F_SIZE_MAX) */ 63 /* The maximum number of segments (if VIRTIO_BLK_F_SEG_MAX) */ 94 * The maximum discard sectors (in 512-byte sectors) for 99 * The maximum number of discard segments in a 108 * The maximum number of write zeroes sectors (in 512-byte sectors) in 113 * The maximum number of segments in a write zeroes 127 * The maximum secure erase sectors (in 512-byte sectors) for 132 * The maximum number of secure erase segments in a
|
H A D | virtio_net.h | 97 /* Maximum number of each of transmit and receive queues; 102 /* Default maximum transmit unit advice */ 115 /* maximum size of RSS key */ 117 /* maximum number of indirection table entries */ 390 /* Maximum number of packets to send before a TX notification */ 392 /* Maximum number of usecs to delay a TX notification */ 402 /* Maximum number of packets to receive before a RX notification */ 404 /* Maximum number of usecs to delay a RX notification */
|
H A D | input.h | 67 * @maximum: specifies maximum value for the axis. 76 * [minimum, maximum] limits, such task is left to userspace. 93 int32_t maximum; member 209 * At maximum, codes_size bytes are copied. 365 * @right_saturation: maximum level when joystick moved all way to the right
|
/qemu/include/qemu/ |
H A D | fifo8.h | 80 * @destlen: size of @dest and maximum number of bytes to pop 82 * Pop a number of elements from the FIFO up to a maximum of @destlen. 94 * @destlen: size of @dest and maximum number of bytes to peek 96 * Peek a number of elements from the FIFO up to a maximum of @destlen. 107 * @max: maximum number of bytes to pop 112 * Pop a number of elements from the FIFO up to a maximum of @max. The buffer 135 * @max: maximum number of bytes to peek 138 * Peek into a number of elements from the FIFO up to a maximum of @max.
|
/qemu/hw/scsi/ |
H A D | emulation.c | 15 * transfer length can't be greater than maximum transfer length. in scsi_emulate_block_limits() 19 /* maximum transfer length */ in scsi_emulate_block_limits() 38 /* max write same size, make it the same as maximum transfer length */ in scsi_emulate_block_limits()
|
/qemu/include/hw/virtio/ |
H A D | virtio-crypto.h | 55 /* Maximum length of cipher key */ 57 /* Maximum length of authenticated key */ 59 /* Maximum size of each crypto request's content */
|
H A D | virtio-net.h | 38 /* Maximum VIRTIO_NET_CTRL_MAC_TABLE_SET unicast + multicast entries. */ 42 * The maximum number of VLANs in the VLAN filter table 136 /* Maximum packet size we can receive from tap device: header + 64k */
|
/qemu/tests/qemu-iotests/ |
H A D | 266 | 95 # Maximum CHS size 97 iotests.log("=== Maximum CHS size===") 105 # Actual maximum size 107 iotests.log("=== Actual maximum size===")
|
H A D | 211 | 140 # Maximum size 142 iotests.log("=== Maximum size ===") 163 # 3. 0x1fffff8000001 (one byte more than maximum image size for VDI)
|
H A D | 213 | 140 # Maximum size 142 iotests.log("=== Maximum size ===") 165 # 4. 2^46 + 1 (one byte more than maximum image size)
|
H A D | 212 | 134 # Maximum size 136 iotests.log("=== Maximum size ===") 160 # 5. 2^52 (512 bytes more than maximum image size)
|
/qemu/include/hw/xen/interface/io/ |
H A D | blkif.h | 155 * used in all transactions. The maximum number of grants the backend 162 * it will probably hit the maximum number of persistently mapped grants 169 * If a backend driver wants to limit the maximum number of persistently 183 * The maximum supported size of the request ring buffer in units of 192 * The maximum supported size of the request ring buffer in units of 299 * Maximum Value: MAX(ffs(max-ring-pages) - 1, max-ring-page-order) 309 * Maximum Value: MAX(max-ring-pages,(0x1 << max-ring-page-order)) 325 * maximum number of allowed persistently mapped grants, it can fallback 335 * decides to limit the maximum number of persistently mapped grants 407 * (9) Linux implementation doesn't have a limit on the maximum number of [all …]
|
/qemu/linux-headers/linux/ |
H A D | vfio_zdev.h | 50 __u16 noi; /* Maximum number of MSIs */ 51 __u16 maxstbl; /* Maximum Store Block Length */ 55 __u16 imaxstbl; /* Maximum Interpreted Store Block Length */
|
/qemu/hw/usb/ |
H A D | dev-hid.c | 464 0x29, 0x05, /* Usage Maximum (5) */ 466 0x25, 0x01, /* Logical Maximum (1) */ 478 0x25, 0x7f, /* Logical Maximum (0x7f) */ 494 0x29, 0x03, /* Usage Maximum (3) */ 496 0x25, 0x01, /* Logical Maximum (1) */ 507 0x26, 0xff, 0x7f, /* Logical Maximum (0x7fff) */ 509 0x46, 0xff, 0x7f, /* Physical Maximum (0x7fff) */ 516 0x25, 0x7f, /* Logical Maximum (0x7f) */ 518 0x45, 0x00, /* Physical Maximum (same as logical) */ 534 0x29, 0xe7, /* Usage Maximum (231) */ [all …]
|
/qemu/include/hw/intc/ |
H A D | arm_gic_common.h | 27 /* Maximum number of possible interrupts, determined by the GIC architecture */ 32 /* Maximum number of possible CPU interfaces, determined by GIC architecture */ 34 /* Maximum number of possible CPU interfaces with their respective vCPU */ 43 /* Architectural maximum number of list registers in the virtual interface */
|
/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
|
/qemu/target/xtensa/core-de233_fpu/ |
H A D | core-matmap.h | 227 #define XCHAL_ITLB_SET0_PAGESZ_LOG2_MAX 12 /* log2(maximum supported page size) */ 248 #define XCHAL_ITLB_SET1_PAGESZ_LOG2_MAX 12 /* log2(maximum supported page size) */ 269 #define XCHAL_ITLB_SET2_PAGESZ_LOG2_MAX 12 /* log2(maximum supported page size) */ 290 #define XCHAL_ITLB_SET3_PAGESZ_LOG2_MAX 12 /* log2(maximum supported page size) */ 311 #define XCHAL_ITLB_SET4_PAGESZ_LOG2_MAX 26 /* log2(maximum supported page size) */ 332 #define XCHAL_ITLB_SET5_PAGESZ_LOG2_MAX 28 /* log2(maximum supported page size) */ 368 #define XCHAL_ITLB_SET6_PAGESZ_LOG2_MAX 29 /* log2(maximum supported page size) */ 459 #define XCHAL_DTLB_SET0_PAGESZ_LOG2_MAX 12 /* log2(maximum supported page size) */ 480 #define XCHAL_DTLB_SET1_PAGESZ_LOG2_MAX 12 /* log2(maximum supported page size) */ 501 #define XCHAL_DTLB_SET2_PAGESZ_LOG2_MAX 12 /* log2(maximum supported page size) */ [all …]
|
/qemu/include/libdecnumber/dpd/ |
H A D | decimal128.h | 44 #define DECIMAL128_Pmax 34 /* maximum precision (digits) */ 45 #define DECIMAL128_Emax 6144 /* maximum adjusted exponent */ 48 #define DECIMAL128_String 43 /* maximum string length, +1 */
|
H A D | decimal64.h | 45 #define DECIMAL64_Pmax 16 /* maximum precision (digits) */ 46 #define DECIMAL64_Emax 384 /* maximum adjusted exponent */ 49 #define DECIMAL64_String 24 /* maximum string length, +1 */
|
H A D | decimal32.h | 44 #define DECIMAL32_Pmax 7 /* maximum precision (digits) */ 45 #define DECIMAL32_Emax 96 /* maximum adjusted exponent */ 48 #define DECIMAL32_String 15 /* maximum string length, +1 */
|
/qemu/tests/tcg/ppc64/ |
H A D | bcdsub.c | 63 /* maximum positive BCD value */ in test_bcdsub_eq() 79 /* maximum positive and negative one BCD values */ in test_bcdsub_gt() 102 /* maximum negative and positive one BCD values */ in test_bcdsub_lt()
|
/qemu/include/block/ |
H A D | block_int-global-state.h | 53 * @speed: The maximum speed, in bytes per second, or 0 for unlimited. 85 * @speed: The maximum speed, in bytes per second, or 0 for unlimited. 110 * @speed: The maximum speed, in bytes per second, or 0 for unlimited. 137 * @speed: The maximum speed, in bytes per second, or 0 for unlimited. 174 * @speed: The maximum speed, in bytes per second, or 0 for unlimited.
|
/qemu/hw/net/ |
H A D | vmxnet3_defs.h | 94 /* Maximum number of fragments for indicated TX packets */ 97 /* Maximum number of fragments for indicated RX packets */
|