Merge tag 'v9.0.0-rc3'
[qemu/ar7.git] / tests / qemu-iotests / 241.out
blob7267cd2997e98deb49009e88d56376967de336bd
1 QA output created by 241
3 === Exporting unaligned raw image, natural alignment ===
5 exports 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}]
12 1 KiB (0x400) bytes     allocated at offset 0 bytes (0x0)
14 === Exporting unaligned raw image, forced server sector alignment ===
16 exports 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}]
22 1 KiB (0x400) bytes     allocated at offset 0 bytes (0x0)
23 WARNING: 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.
27 === Exporting unaligned raw image, forced client sector alignment ===
29 exports 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}]
36 1 KiB (0x400) bytes     allocated at offset 0 bytes (0x0)
37 *** done