hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler
[qemu/ar7.git] / tests / qemu-iotests / 291.out
blob3990f7aacc7bfa5a06a1ca01ac53e1b9b217f2fe
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 === Merge from top layer into backing image ===
73 image: TEST_DIR/t.IMGFMT
74 file format: IMGFMT
75 virtual size: 10 MiB (10485760 bytes)
76 cluster_size: 65536
77 backing file: TEST_DIR/t.IMGFMT.base
78 backing file format: IMGFMT
79 Format specific information:
80     compat: 1.1
81     compression type: zlib
82     lazy refcounts: false
83     bitmaps:
84         [0]:
85             flags:
86             name: b1
87             granularity: 524288
88         [1]:
89             flags:
90                 [0]: auto
91             name: b2
92             granularity: 65536
93         [2]:
94             flags:
95             name: b0
96             granularity: 65536
97     refcount bits: 16
98     corrupt: false
99     extended l2: false
101 image: TEST_DIR/t.IMGFMT.base
102 file format: IMGFMT
103 virtual size: 10 MiB (10485760 bytes)
104 cluster_size: 65536
105 Format specific information:
106     compat: 1.1
107     compression type: zlib
108     lazy refcounts: false
109     bitmaps:
110         [0]:
111             flags:
112                 [0]: auto
113             name: b0
114             granularity: 65536
115         [1]:
116             flags:
117                 [0]: auto
118             name: b3
119             granularity: 65536
120     refcount bits: 16
121     corrupt: false
122     extended l2: false
124 === Check bitmap contents ===
126 [{ "start": 0, "length": 3145728, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
127 { "start": 3145728, "length": 1048576, "depth": 0, "zero": false, "data": false},
128 { "start": 4194304, "length": 6291456, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
129 [{ "start": 0, "length": 1048576, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
130 { "start": 1048576, "length": 1048576, "depth": 0, "zero": false, "data": false},
131 { "start": 2097152, "length": 8388608, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
132 [{ "start": 0, "length": 2097152, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
133 { "start": 2097152, "length": 1048576, "depth": 0, "zero": false, "data": false},
134 { "start": 3145728, "length": 7340032, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
135 [{ "start": 0, "length": 2097152, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
136 { "start": 2097152, "length": 1048576, "depth": 0, "zero": false, "data": false},
137 { "start": 3145728, "length": 7340032, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
138 *** done