Searched refs:grow (Results 1 – 18 of 18) sorted by relevance
/qemu/tests/qemu-iotests/ |
H A D | 259.out | 11 --- Testing creation for which the node would need to grow --- 13 qemu-img: TEST_DIR/t.IMGFMT: Could not resize image: Cannot grow NBD nodes
|
H A D | 206.out | 190 Job failed: Could not resize image: Failed to grow the L1 table: File too large 250 Job failed: Could not resize image: Failed to grow the L1 table: File too large
|
H A D | 308.out | 160 OK: Post-grow image size is as expected
|
/qemu/util/ |
H A D | aio-posix.c | 641 int64_t grow = ctx->poll_grow; in adjust_polling_time() local 643 if (grow == 0) { in adjust_polling_time() 644 grow = 2; in adjust_polling_time() 648 poll->ns *= grow; in adjust_polling_time() 791 int64_t grow, int64_t shrink, Error **errp) in aio_context_set_poll_params() argument 805 ctx->poll_grow = grow; in aio_context_set_poll_params()
|
H A D | aio-win32.c | 435 int64_t grow, int64_t shrink, Error **errp) in aio_context_set_poll_params() argument
|
/qemu/pc-bios/ |
H A D | README | 88 load, parse, initialize and run boot images stored in SPI flash, but may grow 94 load, parse, initialize and run boot images stored in SPI flash, but may grow
|
/qemu/include/block/ |
H A D | aio.h | 708 int64_t grow, int64_t shrink,
|
/qemu/docs/ |
H A D | memory-hotplug.txt | 14 memory the guest can grow. This is done at startup time by means of
|
/qemu/qapi/ |
H A D | misc.json | 82 # @poll-grow: how many ns will be added to polling time, 0 means that 97 'poll-grow': 'int',
|
H A D | block-export.json | 169 # @growable: Whether writes beyond the EOF should grow the block node
|
H A D | qom.json | 553 # @poll-grow: the multiplier used to increase the polling time when 568 '*poll-grow': 'int',
|
H A D | block-core.json | 3625 # files whose file length can grow much larger than their guest
|
/qemu/include/system/ |
H A D | ram_addr.h | 134 bool grow,
|
/qemu/docs/tools/ |
H A D | qemu-storage-daemon.rst | 108 ``growable`` is set, writes after the end of the exported file will grow the
|
H A D | qemu-img.rst | 747 After using this command to grow a disk image, you must use file system and 862 to grow. ``falloc`` and ``full`` preallocations are like the same
|
/qemu/system/ |
H A D | physmem.c | 2006 bool grow, in qemu_ram_alloc_from_fd() argument 2042 if (file_size && file_size < offset + max_size && !grow) { in qemu_ram_alloc_from_fd()
|
/qemu/docs/system/ |
H A D | qemu-block-drivers.rst.inc | 139 improve performance when the image needs to grow. ``falloc`` and ``full``
|
/qemu/ |
H A D | qemu-options.hx | 1531 resulting in image files whose file length can grow much larger 6100 …``-object iothread,id=id,poll-max-ns=poll-max-ns,poll-grow=poll-grow,poll-shrink=poll-shrink,aio-m… 6128 The ``poll-grow`` parameter is the multiplier used to increase
|