xref: /qemu/tests/qemu-iotests/241.out (revision 5db05230)
1QA output created by 241
2
3=== Exporting unaligned raw image, natural alignment ===
4
5exports available: 1
6 export: ''
7  size:  1024
8  min block: 1
9  transaction size: 64-bit
10[{ "start": 0, "length": 1000, "depth": 0, "present": true, "zero": false, "data": true, "compressed": false, "offset": OFFSET},
11{ "start": 1000, "length": 24, "depth": 0, "present": true, "zero": true, "data": false, "compressed": false, "offset": OFFSET}]
121 KiB (0x400) bytes     allocated at offset 0 bytes (0x0)
13
14=== Exporting unaligned raw image, forced server sector alignment ===
15
16exports available: 1
17 export: ''
18  size:  1024
19  min block: 512
20  transaction size: 64-bit
21[{ "start": 0, "length": 1024, "depth": 0, "present": true, "zero": false, "data": true, "compressed": false, "offset": OFFSET}]
221 KiB (0x400) bytes     allocated at offset 0 bytes (0x0)
23WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
24         Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
25         Specify the 'raw' format explicitly to remove the restrictions.
26
27=== Exporting unaligned raw image, forced client sector alignment ===
28
29exports available: 1
30 export: ''
31  size:  1024
32  min block: 1
33  transaction size: 64-bit
34[{ "start": 0, "length": 1000, "depth": 0, "present": true, "zero": false, "data": true, "compressed": false, "offset": OFFSET},
35{ "start": 1000, "length": 24, "depth": 0, "present": true, "zero": true, "data": false, "compressed": false, "offset": OFFSET}]
361 KiB (0x400) bytes     allocated at offset 0 bytes (0x0)
37*** done
38