ipxe: update binaries
[qemu/ar7.git] / tests / qemu-iotests / 291.out
blobee89a728855fdf322fc52530967c4e616c4cd303
1 QA output created by 291
3 === Initial image setup ===
5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=10485760
6 wrote 1048576/1048576 bytes at offset 3145728
7 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=10485760 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT
9 wrote 1048576/1048576 bytes at offset 0
10 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
11 wrote 1048576/1048576 bytes at offset 3145728
12 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
13 wrote 1048576/1048576 bytes at offset 1048576
14 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15 wrote 1048576/1048576 bytes at offset 2097152
16 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18 === Bitmap preservation not possible to non-qcow2 ===
20 qemu-img: Format driver 'raw' does not support bitmaps
22 === Convert with bitmap preservation ===
24 image: TEST_DIR/t.IMGFMT
25 file format: IMGFMT
26 virtual size: 10 MiB (10485760 bytes)
27 cluster_size: 65536
28 Format specific information:
29     compat: 1.1
30     compression type: zlib
31     lazy refcounts: false
32     bitmaps:
33         [0]:
34             flags:
35             name: b1
36             granularity: 524288
37         [1]:
38             flags:
39                 [0]: auto
40             name: b2
41             granularity: 65536
42     refcount bits: 16
43     corrupt: false
44     extended l2: false
45 image: TEST_DIR/t.IMGFMT
46 file format: IMGFMT
47 virtual size: 10 MiB (10485760 bytes)
48 cluster_size: 65536
49 Format specific information:
50     compat: 1.1
51     compression type: zlib
52     lazy refcounts: false
53     bitmaps:
54         [0]:
55             flags:
56             name: b1
57             granularity: 524288
58         [1]:
59             flags:
60                 [0]: auto
61             name: b2
62             granularity: 65536
63         [2]:
64             flags:
65             name: b0
66             granularity: 65536
67     refcount bits: 16
68     corrupt: false
69     extended l2: false
71 === Check bitmap contents ===
73 [{ "start": 0, "length": 3145728, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
74 { "start": 3145728, "length": 1048576, "depth": 0, "zero": false, "data": false},
75 { "start": 4194304, "length": 6291456, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
76 [{ "start": 0, "length": 1048576, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
77 { "start": 1048576, "length": 1048576, "depth": 0, "zero": false, "data": false},
78 { "start": 2097152, "length": 8388608, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
79 [{ "start": 0, "length": 2097152, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
80 { "start": 2097152, "length": 1048576, "depth": 0, "zero": false, "data": false},
81 { "start": 3145728, "length": 7340032, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
82 *** done