]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/241.out
nbd/client: Report offsets in bdrv_block_status
[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: 512
7 [{ "start": 0, "length": 1024, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
8 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0)
9
10 === Exporting unaligned raw image, forced server sector alignment ===
11
12 WARNING: Image format was not specified for '/home/eblake/qemu/tests/qemu-iotests/scratch/t.raw' and probing guessed raw.
13 Automatically detecting the format is dangerous for raw images, write operations on block 0 will be restricted.
14 Specify the 'raw' format explicitly to remove the restrictions.
15 size: 1024
16 min block: 512
17 [{ "start": 0, "length": 1024, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
18 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0)
19
20 === Exporting unaligned raw image, forced client sector alignment ===
21
22 size: 1024
23 min block: 512
24 [{ "start": 0, "length": 1024, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
25 1 KiB (0x400) bytes allocated at offset 0 bytes (0x0)
26 *** done