OSDN Git Service

Merge tag 'pull-halloween-omnibus-311023-2' of https://gitlab.com/stsquad/qemu into...
[qmiga/qemu.git] / tests / qemu-iotests / 241.out
1 QA output created by 241
2
3 === Exporting unaligned raw image, natural alignment ===
4
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)
13
14 === Exporting unaligned raw image, forced server sector alignment ===
15
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.
26
27 === Exporting unaligned raw image, forced client sector alignment ===
28
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