/qemu/include/block/ |
H A D | block-copy.h | 58 * @max_workers means maximum of parallel coroutines to execute sub-requests, 61 * @max_chunk means maximum length for one IO operation. Zero means unlimited.
|
H A D | graph-lock.h | 50 * This also means that when an AioContext is deleted it may have a nonzero 103 * Start an exclusive write operation to modify the graph. This means we are 125 * Read the bs graph. This usually means traversing all nodes in 129 * and if has_writer is set, it means that the writer is modifying
|
H A D | block_int-global-state.h | 57 * @bs. NULL means that a node name should be autogenerated. 91 * driver that the commit job inserts into the graph above @top. NULL means 113 * driver that the commit job inserts into the graph above @bs. NULL means that 147 * driver that the mirror job inserts into the graph above @bs. NULL means that
|
/qemu/qapi/ |
H A D | migration.json | 261 # zero means guest doesn't dirty memory. (Since 8.1) 782 # string means that QEMU will use plain text mode for migration, 807 # this value is zero, which means QEMU will estimate the bandwidth 840 # where 0 means no compression, 1 means the best compression 841 # speed, and 9 means best compression ratio which will consume 845 # migration. The level is an integer between 1 and 9, where 1 means 846 # the best compression speed, and 9 means the best compression 851 # where 0 means no compression, 1 means the best compression 852 # speed, and 20 means best compression ratio which will consume 963 # string means that QEMU will use plain text mode for migration, [all …]
|
H A D | misc.json | 79 # @poll-max-ns: maximum polling time in ns, 0 means polling is 82 # @poll-grow: how many ns will be added to polling time, 0 means that 85 # @poll-shrink: how many ns will be removed from polling time, 0 means 89 # engine, 0 means that the engine will use its default (since 6.1) 224 # this means that command names, arguments and responses can change 230 # * This command is stateless, this means that commands that depend
|
/qemu/include/hw/mem/ |
H A D | pc-dimm.h | 38 * Default value: 0, means that address is auto-allocated. 41 * Default value: -1, means that slot is auto-allocated.
|
/qemu/hw/char/ |
H A D | bcm2835_aux.c | 79 /* "DLAB bit set means access baudrate register" is NYI */ in bcm2835_aux_read() 92 /* "DLAB bit set means access baudrate register" is NYI */ in bcm2835_aux_read() 173 /* "DLAB bit set means access baudrate register" is NYI */ in bcm2835_aux_write() 181 /* "DLAB bit set means access baudrate register" is NYI */ in bcm2835_aux_write()
|
/qemu/docs/specs/ |
H A D | fw_cfg.rst | 30 setting is being written. A value of 0 means the item is only being 32 of 1 means the item's data can be overwritten by writes to the data 46 setting is architecture specific. A value of 0 means the item is a 47 generic configuration item. A value of 1 means the item is specific 188 offset 4) triggers an operation. This means that operations with 32-bit
|
H A D | ppc-spapr-numa.rst | 76 means that the second would be 20 and the third level 40. For the P1 and 251 NUMA topology using one associativity per resource, which means that choices 375 nodes. This means that a distance equal to 20 between nodes 0 and 2 and the 398 commit a6030d7e0b35 exclusively for NVLink GPUs support. This means that 409 This also means that user input in QEMU command line does not change the
|
/qemu/tests/qemu-iotests/ |
H A D | 112.out | 39 This means waste of disk space, but no harm to data. 51 This means waste of disk space, but no harm to data. 83 This means waste of disk space, but no harm to data.
|
H A D | 272.out | 9 This means waste of disk space, but no harm to data.
|
H A D | 080.out | 83 This means waste of disk space, but no harm to data. 106 This means waste of disk space, but no harm to data.
|
/qemu/docs/interop/ |
H A D | qcow2.rst | 138 lazy refcount updates can be used. This means 225 must be present and non-zero (which means non-deflate 227 or must be zero (which means deflate). 242 ``header_length`` must be a multiple of 8, which means that if the end of the last 457 for each host cluster. A refcount of 0 means that the cluster is free, 1 means 458 that it is used, and >= 2 means that it is used and any write access must 507 sub-byte width, note that bit 0 means the least significant 926 should be reflected in the bitmap. A set bit in the bitmap means that the 928 bitmap was ``enabled``. An unset bit means that this range was not written to.
|
H A D | barrier.rst | 351 * ``mark`` = 0 means the content followed is the file size 352 * 1 means the content followed is the chunk data 353 * 2 means the file transfer is finished
|
/qemu/docs/ |
H A D | memory-hotplug.txt | 14 memory the guest can grow. This is done at startup time by means of 32 guest can reach is 4GB. This means that three additional gigabytes can be
|
/qemu/block/ |
H A D | graph-lock.c | 119 * reader_count == 0: this means writer will read has_reader as 1 in bdrv_graph_wrlock() 185 * has_writer == 0: this means writer will read reader_count as >= 1 in bdrv_graph_co_rdlock() 247 * has_writer == 0: this means reader will read reader_count decreased in bdrv_graph_co_rdunlock()
|
/qemu/tests/qtest/libqos/ |
H A D | fw_cfg.c | 152 * nonzero, it means that some bytes have been transferred. 182 * nonzero, it means that some bytes have been transferred. 224 * nonzero, it means that some bytes have been transferred.
|
/qemu/linux-headers/linux/ |
H A D | userfaultfd.h | 23 * means the userland is reading). 175 * UFFD_FEATURE_MISSING_HUGETLBFS means an UFFDIO_REGISTER 199 * UFFD_FEATURE_SIGBUS feature means no page-fault
|
/qemu/docs/devel/ |
H A D | reset.rst | 33 Cold reset is supported by every resettable object. In QEMU, it means we reset 322 1. *device hotplug*; it means a new device is introduced on a live bus. 324 2. *hot bus change*; it means an existing live device is added, moved or 357 means that all devices on the sysbus are reset, and all their
|
/qemu/target/alpha/ |
H A D | cpu-param.h | 17 * but since any variance means guests cannot assume a fixed value, allow
|
/qemu/linux-user/aarch64/ |
H A D | meson.build | 1 # TARGET_BIG_ENDIAN is defined to 'n' for little-endian; which means it
|
/qemu/include/exec/ |
H A D | tb-flush.h | 21 * if it is not already running in one. This means no guest code will
|
/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.c | 179 * a NULL node below means that the very first node in the tree in hvb_page_range_tree_intree_any() 184 /* a NULL node below means that the tree is empty */ in hvb_page_range_tree_intree_any()
|
/qemu/linux-user/arm/ |
H A D | meson.build | 9 # TARGET_BIG_ENDIAN is defined to 'n' for little-endian; which means it
|
/qemu/include/ |
H A D | qemu-main.h | 10 * NULL means QEMU's main event loop.
|