/qemu/block/ |
H A D | qcow.c | 359 get_cluster_offset(BlockDriverState *bs, uint64_t offset, int allocate, in get_cluster_offset() argument 375 if (!allocate) in get_cluster_offset() 439 ((cluster_offset & QCOW_OFLAG_COMPRESSED) && allocate == 1)) { in get_cluster_offset() 440 if (!allocate) in get_cluster_offset() 470 if (allocate == 1) { in get_cluster_offset() 509 } else if (allocate == 2) { in get_cluster_offset() 517 if (allocate == 2) { in get_cluster_offset()
|
H A D | vmdk.c | 550 * big l1_size, we don't want unbounded value to allocate the table. in vmdk_add_extent() 1581 * For sparse extents, look up in L1, L2 table. If allocate is true, return an 1589 * VMDK_UNALLOC if cluster is not mapped and @allocate is false. in get_cluster_offset() 1594 VmdkMetaData *m_data, uint64_t offset, bool allocate, in get_cluster_offset() 1729 if (!allocate) { in get_cluster_offset() 2111 /* allocate */ in vmdk_pwritev() 1584 get_cluster_offset(BlockDriverState * bs,VmdkExtent * extent,VmdkMetaData * m_data,uint64_t offset,bool allocate,uint64_t * cluster_offset,uint64_t skip_start_bytes,uint64_t skip_end_bytes) get_cluster_offset() argument
|
/qemu/util/ |
H A D | memalign.c | 65 #error No function to allocate aligned memory available in qemu_try_memalign()
|
/qemu/tests/qemu-iotests/ |
H A D | 215 | 97 *allocate*)
|
H A D | 313.out | 7 ### Write data to allocate more refcount blocks than the cache can hold
|
H A D | 305.out | 13 ### Try to allocate the discarded clusters again
|
H A D | 197 | 95 *allocate*)
|
H A D | 131.out | 89 == allocate with backing ==
|
/qemu/docs/system/arm/ |
H A D | fby35.rst | 33 recommended way to run it is to allocate a pseudoterminal for each serial
|
/qemu/docs/devel/migration/ |
H A D | qatzip-compression.rst | 124 allocate DMA memory. The size of the reserved system memory depends on the
|
/qemu/qapi/ |
H A D | dump.json | 57 # **Important**: this option can make QEMU allocate several
|
H A D | block-core.json | 5892 # @falloc: like @full preallocation but allocate disk space by
|
/qemu/docs/ |
H A D | igd-assign.txt | 151 Firmware must allocate a reserved memory below 4GB with required 1MB 162 no need for guest firmware to allocate data stolen memory in guest address
|
/qemu/docs/specs/ |
H A D | acpi_nvdimm.rst | 86 QEMU uses BIOS Linker/loader feature to ask BIOS to allocate a memory
|
H A D | ppc-spapr-hotplug.rst | 202 ``2``: ``exchange``, used to allocate a spare resource to use for fail-over
|
H A D | rocker.rst | 338 To test basic DMA operations, allocate a DMA-able host buffer and put the
|
/qemu/docs/user/ |
H A D | main.rst | 84 Pre-allocate a guest virtual address space of the given size (in
|
/qemu/docs/devel/ |
H A D | multi-process.rst | 683 The emulation program will ask the KVM driver to allocate memory for the 710 ``ioctl()`` on its per-VM file descriptor. It will allocate and 779 allocate memory for the shadow image. This memory can later be
|
H A D | style.rst | 457 result of a failure to allocate memory is going to be a fatal exit 463 of the order of 4k, a failure to allocate is likely indicative of an
|
H A D | rcu.rst | 343 each resize will allocate a new array and copy the old data into it.
|
H A D | memory.rst | 103 copied to the destination on migration. These APIs which allocate
|
/qemu/docs/interop/ |
H A D | qcow2.rst | 853 some other way allocate additional clusters.
|
H A D | vhost-user.rst | 750 this problem, the back-end need to allocate an extra buffer to store this
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 3449 /* Push (FP, LR) and allocate space for all saved registers. */
|
/qemu/ |
H A D | qemu-options.hx | 42 " aux-ram-share=on|off allocate auxiliary guest RAM as shared (default: off)\n" 534 Note that the -``numa`` option doesn't allocate any of the specified 537 allocate RAM and VCPUs respectively.
|