Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 25) sorted by relevance

/qemu/block/
H A Dqcow.c359 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 Dvmdk.c550 * 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 Dmemalign.c65 #error No function to allocate aligned memory available in qemu_try_memalign()
/qemu/tests/qemu-iotests/
H A D21597 *allocate*)
H A D313.out7 ### Write data to allocate more refcount blocks than the cache can hold
H A D305.out13 ### Try to allocate the discarded clusters again
H A D19795 *allocate*)
H A D131.out89 == allocate with backing ==
/qemu/docs/system/arm/
H A Dfby35.rst33 recommended way to run it is to allocate a pseudoterminal for each serial
/qemu/docs/devel/migration/
H A Dqatzip-compression.rst124 allocate DMA memory. The size of the reserved system memory depends on the
/qemu/qapi/
H A Ddump.json57 # **Important**: this option can make QEMU allocate several
H A Dblock-core.json5892 # @falloc: like @full preallocation but allocate disk space by
/qemu/docs/
H A Digd-assign.txt151 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 Dacpi_nvdimm.rst86 QEMU uses BIOS Linker/loader feature to ask BIOS to allocate a memory
H A Dppc-spapr-hotplug.rst202 ``2``: ``exchange``, used to allocate a spare resource to use for fail-over
H A Drocker.rst338 To test basic DMA operations, allocate a DMA-able host buffer and put the
/qemu/docs/user/
H A Dmain.rst84 Pre-allocate a guest virtual address space of the given size (in
/qemu/docs/devel/
H A Dmulti-process.rst683 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 Dstyle.rst457 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 Drcu.rst343 each resize will allocate a new array and copy the old data into it.
H A Dmemory.rst103 copied to the destination on migration. These APIs which allocate
/qemu/docs/interop/
H A Dqcow2.rst853 some other way allocate additional clusters.
H A Dvhost-user.rst750 this problem, the back-end need to allocate an extra buffer to store this
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc3449 /* Push (FP, LR) and allocate space for all saved registers. */
/qemu/
H A Dqemu-options.hx42 " 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.