hw/arm/virt: Add virt-3.1 machine type
[qemu/ar7.git] / tests / qemu-iotests / 178.out.qcow2
blobd42d4a45970457e294458d752a12de7c87487603
1 QA output created by 178
2 == Input validation ==
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
5 qemu-img: Either --size N or one filename must be specified.
6 qemu-img: --size N cannot be used together with a filename.
7 qemu-img: At most one filename argument is allowed.
8 qemu-img: --object, --image-opts, -f, and -l require a filename argument.
9 qemu-img: --object, --image-opts, -f, and -l require a filename argument.
10 qemu-img: --object, --image-opts, -f, and -l require a filename argument.
11 qemu-img: --object, --image-opts, -f, and -l require a filename argument.
12 qemu-img: Invalid option list: ,
13 qemu-img: Invalid parameter 'snapshot.foo'
14 qemu-img: Failed in parsing snapshot param 'snapshot.foo'
15 qemu-img: --output must be used with human or json as argument.
16 qemu-img: Image size must be less than 8 EiB!
17 qemu-img: Unknown file format 'foo'
19 == Size calculation for a new file (human) ==
21 required size: 196608
22 fully allocated size: 196608
23 required size: 589824
24 fully allocated size: 2148073472
25 required size: 10747904
26 fully allocated size: 68730224640
27 required size: 42205184
28 fully allocated size: 274920112128
29 required size: 168034304
30 fully allocated size: 1099679662080
31 required size: 343650009088
32 fully allocated size: 2252143463694336
33 qemu-img: The image size is too large (try using a larger cluster size)
35 == Empty qcow2 input image (human) ==
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
38 required size: 196608
39 fully allocated size: 196608
41 converted image file size in bytes: 196608
43 == qcow2 input image with data (human) ==
45 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
46 required size: 393216
47 fully allocated size: 1074135040
48 wrote 512/512 bytes at offset 512
49 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
50 wrote 65536/65536 bytes at offset 65536
51 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
52 wrote 64512/64512 bytes at offset 134217728
53 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
54 required size: 589824
55 fully allocated size: 1074135040
57 converted image file size in bytes: 524288
59 == qcow2 input image with internal snapshot (human) ==
61 required size: 524288
62 fully allocated size: 1074135040
64 converted image file size in bytes: 458752
66 == qcow2 input image and a backing file (human) ==
68 required size: 1074135040
69 fully allocated size: 1074135040
71 == qcow2 input image and preallocation (human) ==
73 required size: 1074135040
74 fully allocated size: 1074135040
76 converted image file size in bytes: 1074135040
78 == Fully-allocated qcow2 input image (human) ==
80 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
81 wrote 8388608/8388608 bytes at offset 0
82 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
83 required size: 8716288
84 fully allocated size: 8716288
86 converted image file size in bytes: 8716288
88 == Empty raw input image (human) ==
90 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
91 required size: 196608
92 fully allocated size: 196608
94 converted image file size in bytes: 196608
96 == raw input image with data (human) ==
98 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
99 required size: 393216
100 fully allocated size: 1074135040
101 wrote 512/512 bytes at offset 512
102 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
103 wrote 65536/65536 bytes at offset 65536
104 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
105 wrote 64512/64512 bytes at offset 134217728
106 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
107 required size: 589824
108 fully allocated size: 1074135040
110 converted image file size in bytes: 524288
112 == raw input image and a backing file (human) ==
114 required size: 1074135040
115 fully allocated size: 1074135040
117 == raw input image and preallocation (human) ==
119 required size: 1074135040
120 fully allocated size: 1074135040
122 converted image file size in bytes: 1074135040
124 == Fully-allocated raw input image (human) ==
126 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
127 wrote 8388608/8388608 bytes at offset 0
128 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
129 required size: 8716288
130 fully allocated size: 8716288
132 converted image file size in bytes: 8716288
134 == Size calculation for a new file (json) ==
137     "required": 196608,
138     "fully-allocated": 196608
141     "required": 589824,
142     "fully-allocated": 2148073472
145     "required": 10747904,
146     "fully-allocated": 68730224640
149     "required": 42205184,
150     "fully-allocated": 274920112128
153     "required": 168034304,
154     "fully-allocated": 1099679662080
157     "required": 343650009088,
158     "fully-allocated": 2252143463694336
160 qemu-img: The image size is too large (try using a larger cluster size)
162 == Empty qcow2 input image (json) ==
164 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=0
166     "required": 196608,
167     "fully-allocated": 196608
170 converted image file size in bytes: 196608
172 == qcow2 input image with data (json) ==
174 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
176     "required": 393216,
177     "fully-allocated": 1074135040
179 wrote 512/512 bytes at offset 512
180 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
181 wrote 65536/65536 bytes at offset 65536
182 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
183 wrote 64512/64512 bytes at offset 134217728
184 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
186     "required": 589824,
187     "fully-allocated": 1074135040
190 converted image file size in bytes: 524288
192 == qcow2 input image with internal snapshot (json) ==
195     "required": 524288,
196     "fully-allocated": 1074135040
199 converted image file size in bytes: 458752
201 == qcow2 input image and a backing file (json) ==
204     "required": 1074135040,
205     "fully-allocated": 1074135040
208 == qcow2 input image and preallocation (json) ==
211     "required": 1074135040,
212     "fully-allocated": 1074135040
215 converted image file size in bytes: 1074135040
217 == Fully-allocated qcow2 input image (json) ==
219 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=8388608
220 wrote 8388608/8388608 bytes at offset 0
221 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
223     "required": 8716288,
224     "fully-allocated": 8716288
227 converted image file size in bytes: 8716288
229 == Empty raw input image (json) ==
231 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=0
233     "required": 196608,
234     "fully-allocated": 196608
237 converted image file size in bytes: 196608
239 == raw input image with data (json) ==
241 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=1073741824
243     "required": 393216,
244     "fully-allocated": 1074135040
246 wrote 512/512 bytes at offset 512
247 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
248 wrote 65536/65536 bytes at offset 65536
249 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
250 wrote 64512/64512 bytes at offset 134217728
251 63 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
253     "required": 589824,
254     "fully-allocated": 1074135040
257 converted image file size in bytes: 524288
259 == raw input image and a backing file (json) ==
262     "required": 1074135040,
263     "fully-allocated": 1074135040
266 == raw input image and preallocation (json) ==
269     "required": 1074135040,
270     "fully-allocated": 1074135040
273 converted image file size in bytes: 1074135040
275 == Fully-allocated raw input image (json) ==
277 Formatting 'TEST_DIR/t.qcow2', fmt=IMGFMT size=8388608
278 wrote 8388608/8388608 bytes at offset 0
279 8 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
281     "required": 8716288,
282     "fully-allocated": 8716288
285 converted image file size in bytes: 8716288
286 *** done