| /qemu/tests/qemu-iotests/ |
| A D | 079.out | 4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata 6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata 7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata 8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata 9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata 10 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata 11 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata 12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=4294967296 preallocation=metadata
|
| A D | 125.out | 10 --- cluster_size=512 growth_size=16 create_mode=off growth_mode=metadata --- 42 --- cluster_size=512 growth_size=16 create_mode=metadata growth_mode=metadata --- 170 --- cluster_size=512 growth_size=48 create_mode=metadata growth_mode=metadata --- 298 --- cluster_size=512 growth_size=80 create_mode=metadata growth_mode=metadata --- 426 --- cluster_size=64k growth_size=16 create_mode=metadata growth_mode=metadata --- 554 --- cluster_size=64k growth_size=48 create_mode=metadata growth_mode=metadata --- 682 --- cluster_size=64k growth_size=80 create_mode=metadata growth_mode=metadata --- 771 --- Resizing image from 31k to 96k (preallocation=metadata) --- 779 --- Resizing image from 31k to 128k (preallocation=metadata) --- 787 --- Resizing image from 33k to 96k (preallocation=metadata) --- [all …]
|
| A D | 125 | 118 for create_mode in off metadata falloc full; do 119 for growth_mode in off metadata falloc full; do 144 if [ $create_mode != metadata ]; then 158 if [ $growth_mode != metadata ]; then 177 for prealloc in metadata full; do
|
| A D | 243.out | 9 === preallocation=metadata === 11 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 preallocation=metadata 35 === External data file: preallocation=metadata === 37 …EST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 data_file=TEST_DIR/t.IMGFMT.data preallocation=metadata
|
| A D | 261.out | 182 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Too much extra metadata in snapshot table entry 3 183 You can force-remove this extra metadata with qemu-img check -r all 185 qemu-img: ERROR failed to read the snapshot table: Too much extra metadata in snapshot table entry 3 186 You can force-remove this extra metadata with qemu-img check -r all 189 Discarding too much extra metadata in snapshot table entry 3 (65536 > 1024) 237 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Too much extra metadata in snapshot table entry 505 238 You can force-remove this extra metadata with qemu-img check -r all 240 qemu-img: ERROR failed to read the snapshot table: Too much extra metadata in snapshot table entry … 241 You can force-remove this extra metadata with qemu-img check -r all 244 Discarding too much extra metadata in snapshot table entry 505 (116944 > 1024)
|
| A D | 243 | 49 for mode in off metadata falloc full; do 66 for mode in off metadata falloc full; do
|
| A D | 121.out | 7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=66060288 preallocation=metadata 17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=66061312 preallocation=metadata
|
| A D | 115.out | 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=268435456 preallocation=metadata
|
| A D | 259 | 57 $QEMU_IMG create -f qcow2 -o preallocation=metadata "$TEST_IMG" 64M 2>&1 \
|
| A D | 259.out | 12 Formatting 'TEST_DIR/t.IMGFMT', fmt=qcow2 size=67108864 preallocation=metadata
|
| A D | 060.out | 11 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with active L1 tabl… 39 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with refcount block… 75 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with inactive L2 ta… 110 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with active L2 tabl… 121 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with qcow2_header);… 191 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with refcount table… 418 qcow2: Marking image as corrupt: Preventing invalid write on metadata (overlaps with refcount table… 421 …UPTED", "data": {"device": "none0", "msg": "Preventing invalid write on metadata (overlaps with re…
|
| A D | 250.out | 2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2202009600 preallocation=metadata
|
| A D | 027.out | 4 == writing first cluster to populate metadata ==
|
| A D | 082.out | 71 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 97 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 123 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 149 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 175 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 201 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 227 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 253 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 292 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) 381 preallocation=<str> - Preallocation mode (allowed values: off, metadata, falloc, full) [all …]
|
| A D | 049 | 107 test_qemu_img create -f $IMGFMT -o preallocation=metadata "$TEST_IMG" 64M
|
| /qemu/docs/interop/ |
| A D | nbd.rst | 18 QEMU supports the ``base:allocation`` metadata context as defined in the 19 NBD protocol specification, and also defines an additional metadata 25 The ``qemu`` namespace currently contains two available metadata context 27 bitmap alongside the associated disk contents. That metadata context 32 Each dirty-bitmap metadata context defines only one flag for extents 39 the image, with a single metadata context named:: 53 returns list of all available metadata contexts in the namespace 55 returns list of all available dirty-bitmap metadata contexts
|
| /qemu/linux-headers/linux/ |
| A D | nvme_ioctl.h | 18 __u64 metadata; member 34 __u64 metadata; member 55 __u64 metadata; member 81 __u64 metadata; member
|
| /qemu/docs/system/devices/ |
| A D | nvme.rst | 12 `Simple Copy`_, `Zoned Namespaces`_, `metadata`_ and `End-to-End Data 260 The virtual namespace device supports LBA metadata in the form separate 261 metadata (``MPTR``-based) and extended LBAs. 264 Defines the number of metadata bytes per LBA. 280 Controls the location of the protection information within the metadata. Set 281 to ``1`` to transfer protection information as the first bytes of metadata. 283 metadata. 288 information format. This requires at least 16 bytes of metadata. Note that
|
| /qemu/target/i386/ |
| A D | sev.c | 656 OvmfSevMetadata *metadata; in pc_system_parse_sev_metadata() local 665 if (memcmp(metadata->signature, "ASEV", 4) != 0 || in pc_system_parse_sev_metadata() 666 metadata->len < sizeof(OvmfSevMetadata) || in pc_system_parse_sev_metadata() 667 metadata->len > flash_size - data->offset) { in pc_system_parse_sev_metadata() 671 ovmf_sev_metadata_table = g_memdup2(metadata, metadata->len); in pc_system_parse_sev_metadata() 1274 for (i = 0; i < metadata->num_desc; i++) { in snp_populate_metadata_pages() 1275 desc = &metadata->descs[i]; in snp_populate_metadata_pages() 1308 OvmfSevMetadata *metadata; in sev_snp_launch_finish() local 1318 metadata = pc_system_get_ovmf_sev_metadata_ptr(); in sev_snp_launch_finish() 1319 if (metadata == NULL) { in sev_snp_launch_finish() [all …]
|
| /qemu/tests/perf/block/qcow2/ |
| A D | convert-blockstatus | 68 $QEMU_IMG create -f qcow2 -o preallocation=metadata "$src" $size > /dev/null
|
| /qemu/tests/qemu-iotests/sample_images/ |
| A D | test-disk2vhd.vhdx.bz2 | |
| A D | iotest-dynamic-1G.vhdx.bz2 | |
| /qemu/docs/devel/testing/ |
| A D | blkdebug.rst | 19 are especially complex since metadata I/O errors during cluster allocation or 91 only L1 table accesses and not other metadata or guest data requests. 102 write out unwritten block driver state (e.g. cached metadata)
|
| /qemu/docs/tools/ |
| A D | qemu-img.rst | 99 concurrent metadata changes, etc. This option is only allowed when opening 576 Dump the metadata of image *FILENAME* and its backing file chain. 859 Preallocation mode (allowed values: ``off``, ``metadata``, 860 ``falloc``, ``full``). An image with preallocated metadata is 863 options of ``raw`` format, but sets up metadata also. 867 postponed with the goal of avoiding metadata I/O and improving 869 ``cache=writethrough`` which doesn't batch metadata 898 the qcow2 file will only contain the image's metadata. 914 that bypass the qcow2 metadata may corrupt the qcow2 metadata because the 915 out-of-band writes may result in the metadata falling out of sync with the [all …]
|
| /qemu/qapi/ |
| A D | ebpf.json | 12 # program and enough metadata to create/load eBPF with libbpf. As the
|