Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qemu-iotests / 082.out
1 QA output created by 082
2
3 === create: Options specified more than once ===
4
5 Testing: create -f foo -f qcow2 TEST_DIR/t.qcow2 128M
6 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
7 image: TEST_DIR/t.IMGFMT
8 file format: IMGFMT
9 virtual size: 128M (134217728 bytes)
10 cluster_size: 65536
11
12 Testing: create -f qcow2 -o cluster_size=4k -o lazy_refcounts=on TEST_DIR/t.qcow2 128M
13 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=4096 lazy_refcounts=on refcount_bits=16
14 image: TEST_DIR/t.IMGFMT
15 file format: IMGFMT
16 virtual size: 128M (134217728 bytes)
17 cluster_size: 4096
18 Format specific information:
19     compat: 1.1
20     lazy refcounts: true
21     refcount bits: 16
22     corrupt: false
23
24 Testing: create -f qcow2 -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k TEST_DIR/t.qcow2 128M
25 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=8192 lazy_refcounts=on refcount_bits=16
26 image: TEST_DIR/t.IMGFMT
27 file format: IMGFMT
28 virtual size: 128M (134217728 bytes)
29 cluster_size: 8192
30 Format specific information:
31     compat: 1.1
32     lazy refcounts: true
33     refcount bits: 16
34     corrupt: false
35
36 Testing: create -f qcow2 -o cluster_size=4k,cluster_size=8k TEST_DIR/t.qcow2 128M
37 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=8192 lazy_refcounts=off refcount_bits=16
38 image: TEST_DIR/t.IMGFMT
39 file format: IMGFMT
40 virtual size: 128M (134217728 bytes)
41 cluster_size: 8192
42
43 === create: help for -o ===
44
45 Testing: create -f qcow2 -o help TEST_DIR/t.qcow2 128M
46 Supported options:
47 size             Virtual disk size
48 compat           Compatibility level (0.10 or 1.1)
49 backing_file     File name of a base image
50 backing_fmt      Image format of the base image
51 encryption       Encrypt the image
52 cluster_size     qcow2 cluster size
53 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
54 lazy_refcounts   Postpone refcount updates
55 refcount_bits    Width of a reference count entry in bits
56 nocow            Turn off copy-on-write (valid only on btrfs)
57
58 Testing: create -f qcow2 -o ? TEST_DIR/t.qcow2 128M
59 Supported options:
60 size             Virtual disk size
61 compat           Compatibility level (0.10 or 1.1)
62 backing_file     File name of a base image
63 backing_fmt      Image format of the base image
64 encryption       Encrypt the image
65 cluster_size     qcow2 cluster size
66 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
67 lazy_refcounts   Postpone refcount updates
68 refcount_bits    Width of a reference count entry in bits
69 nocow            Turn off copy-on-write (valid only on btrfs)
70
71 Testing: create -f qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2 128M
72 Supported options:
73 size             Virtual disk size
74 compat           Compatibility level (0.10 or 1.1)
75 backing_file     File name of a base image
76 backing_fmt      Image format of the base image
77 encryption       Encrypt the image
78 cluster_size     qcow2 cluster size
79 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
80 lazy_refcounts   Postpone refcount updates
81 refcount_bits    Width of a reference count entry in bits
82 nocow            Turn off copy-on-write (valid only on btrfs)
83
84 Testing: create -f qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2 128M
85 Supported options:
86 size             Virtual disk size
87 compat           Compatibility level (0.10 or 1.1)
88 backing_file     File name of a base image
89 backing_fmt      Image format of the base image
90 encryption       Encrypt the image
91 cluster_size     qcow2 cluster size
92 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
93 lazy_refcounts   Postpone refcount updates
94 refcount_bits    Width of a reference count entry in bits
95 nocow            Turn off copy-on-write (valid only on btrfs)
96
97 Testing: create -f qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2 128M
98 Supported options:
99 size             Virtual disk size
100 compat           Compatibility level (0.10 or 1.1)
101 backing_file     File name of a base image
102 backing_fmt      Image format of the base image
103 encryption       Encrypt the image
104 cluster_size     qcow2 cluster size
105 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
106 lazy_refcounts   Postpone refcount updates
107 refcount_bits    Width of a reference count entry in bits
108 nocow            Turn off copy-on-write (valid only on btrfs)
109
110 Testing: create -f qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2 128M
111 Supported options:
112 size             Virtual disk size
113 compat           Compatibility level (0.10 or 1.1)
114 backing_file     File name of a base image
115 backing_fmt      Image format of the base image
116 encryption       Encrypt the image
117 cluster_size     qcow2 cluster size
118 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
119 lazy_refcounts   Postpone refcount updates
120 refcount_bits    Width of a reference count entry in bits
121 nocow            Turn off copy-on-write (valid only on btrfs)
122
123 Testing: create -f qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2 128M
124 Supported options:
125 size             Virtual disk size
126 compat           Compatibility level (0.10 or 1.1)
127 backing_file     File name of a base image
128 backing_fmt      Image format of the base image
129 encryption       Encrypt the image
130 cluster_size     qcow2 cluster size
131 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
132 lazy_refcounts   Postpone refcount updates
133 refcount_bits    Width of a reference count entry in bits
134 nocow            Turn off copy-on-write (valid only on btrfs)
135
136 Testing: create -f qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2 128M
137 Supported options:
138 size             Virtual disk size
139 compat           Compatibility level (0.10 or 1.1)
140 backing_file     File name of a base image
141 backing_fmt      Image format of the base image
142 encryption       Encrypt the image
143 cluster_size     qcow2 cluster size
144 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
145 lazy_refcounts   Postpone refcount updates
146 refcount_bits    Width of a reference count entry in bits
147 nocow            Turn off copy-on-write (valid only on btrfs)
148
149 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2 128M
150 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 backing_file='TEST_DIR/t.qcow2,help' encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
151
152 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2 128M
153 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 backing_file='TEST_DIR/t.qcow2,?' encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
154
155 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2 128M
156 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
157
158 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2 128M
159 qemu-img: Invalid option list: ,help
160
161 Testing: create -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2 128M
162 qemu-img: Invalid option list: ,,
163
164 Testing: create -f qcow2 -o help
165 Supported options:
166 size             Virtual disk size
167 compat           Compatibility level (0.10 or 1.1)
168 backing_file     File name of a base image
169 backing_fmt      Image format of the base image
170 encryption       Encrypt the image
171 cluster_size     qcow2 cluster size
172 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
173 lazy_refcounts   Postpone refcount updates
174 refcount_bits    Width of a reference count entry in bits
175
176 Testing: create -o help
177 Supported options:
178 size             Virtual disk size
179
180 === convert: Options specified more than once ===
181
182 Testing: create -f qcow2 TEST_DIR/t.qcow2 128M
183 Formatting 'TEST_DIR/t.qcow2', fmt=qcow2 size=134217728 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16
184
185 Testing: convert -f foo -f qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
186 image: TEST_DIR/t.IMGFMT.base
187 file format: raw
188 virtual size: 128M (134217728 bytes)
189
190 Testing: convert -O foo -O qcow2 TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
191 image: TEST_DIR/t.IMGFMT.base
192 file format: IMGFMT
193 virtual size: 128M (134217728 bytes)
194 cluster_size: 65536
195
196 Testing: convert -O qcow2 -o cluster_size=4k -o lazy_refcounts=on TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
197 image: TEST_DIR/t.IMGFMT.base
198 file format: IMGFMT
199 virtual size: 128M (134217728 bytes)
200 cluster_size: 4096
201 Format specific information:
202     compat: 1.1
203     lazy refcounts: true
204     refcount bits: 16
205     corrupt: false
206
207 Testing: convert -O qcow2 -o cluster_size=4k -o lazy_refcounts=on -o cluster_size=8k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
208 image: TEST_DIR/t.IMGFMT.base
209 file format: IMGFMT
210 virtual size: 128M (134217728 bytes)
211 cluster_size: 8192
212 Format specific information:
213     compat: 1.1
214     lazy refcounts: true
215     refcount bits: 16
216     corrupt: false
217
218 Testing: convert -O qcow2 -o cluster_size=4k,cluster_size=8k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
219 image: TEST_DIR/t.IMGFMT.base
220 file format: IMGFMT
221 virtual size: 128M (134217728 bytes)
222 cluster_size: 8192
223
224 === convert: help for -o ===
225
226 Testing: convert -O qcow2 -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
227 Supported options:
228 size             Virtual disk size
229 compat           Compatibility level (0.10 or 1.1)
230 backing_file     File name of a base image
231 backing_fmt      Image format of the base image
232 encryption       Encrypt the image
233 cluster_size     qcow2 cluster size
234 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
235 lazy_refcounts   Postpone refcount updates
236 refcount_bits    Width of a reference count entry in bits
237 nocow            Turn off copy-on-write (valid only on btrfs)
238
239 Testing: convert -O qcow2 -o ? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
240 Supported options:
241 size             Virtual disk size
242 compat           Compatibility level (0.10 or 1.1)
243 backing_file     File name of a base image
244 backing_fmt      Image format of the base image
245 encryption       Encrypt the image
246 cluster_size     qcow2 cluster size
247 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
248 lazy_refcounts   Postpone refcount updates
249 refcount_bits    Width of a reference count entry in bits
250 nocow            Turn off copy-on-write (valid only on btrfs)
251
252 Testing: convert -O qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
253 Supported options:
254 size             Virtual disk size
255 compat           Compatibility level (0.10 or 1.1)
256 backing_file     File name of a base image
257 backing_fmt      Image format of the base image
258 encryption       Encrypt the image
259 cluster_size     qcow2 cluster size
260 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
261 lazy_refcounts   Postpone refcount updates
262 refcount_bits    Width of a reference count entry in bits
263 nocow            Turn off copy-on-write (valid only on btrfs)
264
265 Testing: convert -O qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
266 Supported options:
267 size             Virtual disk size
268 compat           Compatibility level (0.10 or 1.1)
269 backing_file     File name of a base image
270 backing_fmt      Image format of the base image
271 encryption       Encrypt the image
272 cluster_size     qcow2 cluster size
273 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
274 lazy_refcounts   Postpone refcount updates
275 refcount_bits    Width of a reference count entry in bits
276 nocow            Turn off copy-on-write (valid only on btrfs)
277
278 Testing: convert -O qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
279 Supported options:
280 size             Virtual disk size
281 compat           Compatibility level (0.10 or 1.1)
282 backing_file     File name of a base image
283 backing_fmt      Image format of the base image
284 encryption       Encrypt the image
285 cluster_size     qcow2 cluster size
286 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
287 lazy_refcounts   Postpone refcount updates
288 refcount_bits    Width of a reference count entry in bits
289 nocow            Turn off copy-on-write (valid only on btrfs)
290
291 Testing: convert -O qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
292 Supported options:
293 size             Virtual disk size
294 compat           Compatibility level (0.10 or 1.1)
295 backing_file     File name of a base image
296 backing_fmt      Image format of the base image
297 encryption       Encrypt the image
298 cluster_size     qcow2 cluster size
299 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
300 lazy_refcounts   Postpone refcount updates
301 refcount_bits    Width of a reference count entry in bits
302 nocow            Turn off copy-on-write (valid only on btrfs)
303
304 Testing: convert -O qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
305 Supported options:
306 size             Virtual disk size
307 compat           Compatibility level (0.10 or 1.1)
308 backing_file     File name of a base image
309 backing_fmt      Image format of the base image
310 encryption       Encrypt the image
311 cluster_size     qcow2 cluster size
312 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
313 lazy_refcounts   Postpone refcount updates
314 refcount_bits    Width of a reference count entry in bits
315 nocow            Turn off copy-on-write (valid only on btrfs)
316
317 Testing: convert -O qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
318 Supported options:
319 size             Virtual disk size
320 compat           Compatibility level (0.10 or 1.1)
321 backing_file     File name of a base image
322 backing_fmt      Image format of the base image
323 encryption       Encrypt the image
324 cluster_size     qcow2 cluster size
325 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
326 lazy_refcounts   Postpone refcount updates
327 refcount_bits    Width of a reference count entry in bits
328 nocow            Turn off copy-on-write (valid only on btrfs)
329
330 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
331 qemu-img: Could not open 'TEST_DIR/t.qcow2.base': Could not open backing file: Could not open 'TEST_DIR/t.qcow2,help': No such file or directory
332
333 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
334 qemu-img: Could not open 'TEST_DIR/t.qcow2.base': Could not open backing file: Could not open 'TEST_DIR/t.qcow2,?': No such file or directory
335
336 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
337 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
338
339 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
340 qemu-img: Invalid option list: ,help
341
342 Testing: convert -O qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2 TEST_DIR/t.qcow2.base
343 qemu-img: Invalid option list: ,,
344
345 Testing: convert -O qcow2 -o help
346 Supported options:
347 size             Virtual disk size
348 compat           Compatibility level (0.10 or 1.1)
349 backing_file     File name of a base image
350 backing_fmt      Image format of the base image
351 encryption       Encrypt the image
352 cluster_size     qcow2 cluster size
353 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
354 lazy_refcounts   Postpone refcount updates
355 refcount_bits    Width of a reference count entry in bits
356
357 Testing: convert -o help
358 Supported options:
359 size             Virtual disk size
360
361 === amend: Options specified more than once ===
362
363 Testing: amend -f foo -f qcow2 -o lazy_refcounts=on TEST_DIR/t.qcow2
364 image: TEST_DIR/t.IMGFMT
365 file format: IMGFMT
366 virtual size: 128M (134217728 bytes)
367 cluster_size: 65536
368 Format specific information:
369     compat: 1.1
370     lazy refcounts: true
371     refcount bits: 16
372     corrupt: false
373
374 Testing: amend -f qcow2 -o size=130M -o lazy_refcounts=off TEST_DIR/t.qcow2
375 image: TEST_DIR/t.IMGFMT
376 file format: IMGFMT
377 virtual size: 130M (136314880 bytes)
378 cluster_size: 65536
379 Format specific information:
380     compat: 1.1
381     lazy refcounts: false
382     refcount bits: 16
383     corrupt: false
384
385 Testing: amend -f qcow2 -o size=8M -o lazy_refcounts=on -o size=132M TEST_DIR/t.qcow2
386 image: TEST_DIR/t.IMGFMT
387 file format: IMGFMT
388 virtual size: 132M (138412032 bytes)
389 cluster_size: 65536
390 Format specific information:
391     compat: 1.1
392     lazy refcounts: true
393     refcount bits: 16
394     corrupt: false
395
396 Testing: amend -f qcow2 -o size=4M,size=148M TEST_DIR/t.qcow2
397 image: TEST_DIR/t.IMGFMT
398 file format: IMGFMT
399 virtual size: 148M (155189248 bytes)
400 cluster_size: 65536
401
402 === amend: help for -o ===
403
404 Testing: amend -f qcow2 -o help TEST_DIR/t.qcow2
405 Supported options:
406 size             Virtual disk size
407 compat           Compatibility level (0.10 or 1.1)
408 backing_file     File name of a base image
409 backing_fmt      Image format of the base image
410 encryption       Encrypt the image
411 cluster_size     qcow2 cluster size
412 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
413 lazy_refcounts   Postpone refcount updates
414 refcount_bits    Width of a reference count entry in bits
415 nocow            Turn off copy-on-write (valid only on btrfs)
416
417 Testing: amend -f qcow2 -o ? TEST_DIR/t.qcow2
418 Supported options:
419 size             Virtual disk size
420 compat           Compatibility level (0.10 or 1.1)
421 backing_file     File name of a base image
422 backing_fmt      Image format of the base image
423 encryption       Encrypt the image
424 cluster_size     qcow2 cluster size
425 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
426 lazy_refcounts   Postpone refcount updates
427 refcount_bits    Width of a reference count entry in bits
428 nocow            Turn off copy-on-write (valid only on btrfs)
429
430 Testing: amend -f qcow2 -o cluster_size=4k,help TEST_DIR/t.qcow2
431 Supported options:
432 size             Virtual disk size
433 compat           Compatibility level (0.10 or 1.1)
434 backing_file     File name of a base image
435 backing_fmt      Image format of the base image
436 encryption       Encrypt the image
437 cluster_size     qcow2 cluster size
438 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
439 lazy_refcounts   Postpone refcount updates
440 refcount_bits    Width of a reference count entry in bits
441 nocow            Turn off copy-on-write (valid only on btrfs)
442
443 Testing: amend -f qcow2 -o cluster_size=4k,? TEST_DIR/t.qcow2
444 Supported options:
445 size             Virtual disk size
446 compat           Compatibility level (0.10 or 1.1)
447 backing_file     File name of a base image
448 backing_fmt      Image format of the base image
449 encryption       Encrypt the image
450 cluster_size     qcow2 cluster size
451 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
452 lazy_refcounts   Postpone refcount updates
453 refcount_bits    Width of a reference count entry in bits
454 nocow            Turn off copy-on-write (valid only on btrfs)
455
456 Testing: amend -f qcow2 -o help,cluster_size=4k TEST_DIR/t.qcow2
457 Supported options:
458 size             Virtual disk size
459 compat           Compatibility level (0.10 or 1.1)
460 backing_file     File name of a base image
461 backing_fmt      Image format of the base image
462 encryption       Encrypt the image
463 cluster_size     qcow2 cluster size
464 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
465 lazy_refcounts   Postpone refcount updates
466 refcount_bits    Width of a reference count entry in bits
467 nocow            Turn off copy-on-write (valid only on btrfs)
468
469 Testing: amend -f qcow2 -o ?,cluster_size=4k TEST_DIR/t.qcow2
470 Supported options:
471 size             Virtual disk size
472 compat           Compatibility level (0.10 or 1.1)
473 backing_file     File name of a base image
474 backing_fmt      Image format of the base image
475 encryption       Encrypt the image
476 cluster_size     qcow2 cluster size
477 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
478 lazy_refcounts   Postpone refcount updates
479 refcount_bits    Width of a reference count entry in bits
480 nocow            Turn off copy-on-write (valid only on btrfs)
481
482 Testing: amend -f qcow2 -o cluster_size=4k -o help TEST_DIR/t.qcow2
483 Supported options:
484 size             Virtual disk size
485 compat           Compatibility level (0.10 or 1.1)
486 backing_file     File name of a base image
487 backing_fmt      Image format of the base image
488 encryption       Encrypt the image
489 cluster_size     qcow2 cluster size
490 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
491 lazy_refcounts   Postpone refcount updates
492 refcount_bits    Width of a reference count entry in bits
493 nocow            Turn off copy-on-write (valid only on btrfs)
494
495 Testing: amend -f qcow2 -o cluster_size=4k -o ? TEST_DIR/t.qcow2
496 Supported options:
497 size             Virtual disk size
498 compat           Compatibility level (0.10 or 1.1)
499 backing_file     File name of a base image
500 backing_fmt      Image format of the base image
501 encryption       Encrypt the image
502 cluster_size     qcow2 cluster size
503 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
504 lazy_refcounts   Postpone refcount updates
505 refcount_bits    Width of a reference count entry in bits
506 nocow            Turn off copy-on-write (valid only on btrfs)
507
508 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,help TEST_DIR/t.qcow2
509
510 Testing: rebase -u -b  -f qcow2 TEST_DIR/t.qcow2
511
512 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2,,? TEST_DIR/t.qcow2
513
514 Testing: rebase -u -b  -f qcow2 TEST_DIR/t.qcow2
515
516 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2, -o help TEST_DIR/t.qcow2
517 qemu-img: Invalid option list: backing_file=TEST_DIR/t.qcow2,
518
519 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,help TEST_DIR/t.qcow2
520 qemu-img: Invalid option list: ,help
521
522 Testing: amend -f qcow2 -o backing_file=TEST_DIR/t.qcow2 -o ,, -o help TEST_DIR/t.qcow2
523 qemu-img: Invalid option list: ,,
524
525 Testing: amend -f qcow2 -o help
526 Supported options:
527 size             Virtual disk size
528 compat           Compatibility level (0.10 or 1.1)
529 backing_file     File name of a base image
530 backing_fmt      Image format of the base image
531 encryption       Encrypt the image
532 cluster_size     qcow2 cluster size
533 preallocation    Preallocation mode (allowed values: off, metadata, falloc, full)
534 lazy_refcounts   Postpone refcount updates
535 refcount_bits    Width of a reference count entry in bits
536
537 Testing: convert -o help
538 Supported options:
539 size             Virtual disk size
540 *** done