]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/241.out
iotest: Fix 241 to run in generic directory
[mirror_qemu.git] / tests / qemu-iotests / 241.out
1 QA output created by 241
2
3 === Exporting unaligned raw image, natural alignment ===
4
5 size: 1024
6 min block: 1
7 [{ "start": 0, "length": 1000, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
8 { "start": 1000, "length": 24, "depth": 0, "zero": true, "data": true, "offset": OFFSET}]
9 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0)
10
11 === Exporting unaligned raw image, forced server sector alignment ===
12
13 size: 1024
14 min block: 512
15 [{ "start": 0, "length": 1024, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
16 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0)
17 WARNING: Image format was not specified for 'TEST_DIR/t.raw' and probing guessed raw.
18 Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
19 Specify the 'raw' format explicitly to remove the restrictions.
20
21 === Exporting unaligned raw image, forced client sector alignment ===
22
23 size: 1024
24 min block: 1
25 [{ "start": 0, "length": 1000, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
26 { "start": 1000, "length": 24, "depth": 0, "zero": true, "data": true, "offset": OFFSET}]
27 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0)
28 *** done