xref: /openbmc/qemu/tests/qemu-iotests/241.out (revision e9dce9cb6eae57834cd80324ff43069299198bab)
1QA 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}]
81 KiB (0x400) bytes     allocated at offset 0 bytes (0x0)
9
10=== Exporting unaligned raw image, forced server sector alignment ===
11
12WARNING: 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}]
181 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}]
251 KiB (0x400) bytes     allocated at offset 0 bytes (0x0)
26*** done
27