1 QA output created by 301 2 3 == qcow backed by qcow == 4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=33554432 5 qemu-img: warning: Deprecated use of backing file without explicit backing format (detected format of IMGFMT) 6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT 7 image: TEST_DIR/t.IMGFMT 8 file format: IMGFMT 9 virtual size: 32 MiB (33554432 bytes) 10 cluster_size: 512 11 backing file: TEST_DIR/t.IMGFMT.base 12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT 13 image: TEST_DIR/t.IMGFMT 14 file format: IMGFMT 15 virtual size: 32 MiB (33554432 bytes) 16 cluster_size: 512 17 backing file: TEST_DIR/t.IMGFMT.base 18 19 == mismatched command line detection == 20 qemu-img: TEST_DIR/t.IMGFMT: invalid VMDK image descriptor 21 Could not open backing image. 22 qemu-img: TEST_DIR/t.IMGFMT: invalid VMDK image descriptor 23 Could not open backing image. 24 25 qemu-img: TEST_DIR/t.IMGFMT: Image creation needs a size parameter 26 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=vmdk 27 28 qemu-img: TEST_DIR/t.IMGFMT: Unknown driver 'garbage' 29 Could not open backing image. 30 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=garbage 31 qemu-img: TEST_DIR/t.IMGFMT: unrecognized backing format 'garbage' 32 image: TEST_DIR/t.IMGFMT 33 file format: IMGFMT 34 virtual size: 32 MiB (33554432 bytes) 35 cluster_size: 512 36 backing file: TEST_DIR/t.IMGFMT.base 37 38 == qcow backed by raw == 39 qemu-img: warning: Deprecated use of backing file without explicit backing format (detected format of raw) 40 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base 41 image: TEST_DIR/t.IMGFMT 42 file format: IMGFMT 43 virtual size: 32 MiB (33554432 bytes) 44 cluster_size: 512 45 backing file: TEST_DIR/t.IMGFMT.base 46 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=33554432 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=raw 47 image: TEST_DIR/t.IMGFMT 48 file format: IMGFMT 49 virtual size: 32 MiB (33554432 bytes) 50 cluster_size: 512 51 backing file: TEST_DIR/t.IMGFMT.base 52 53 == commit cannot change type of raw backing file == 54 Formatting 'TEST_DIR/t.qcow.IMGFMT', fmt=IMGFMT size=33554432 55 qemu-img: Block job failed: Operation not permitted 56 image: TEST_DIR/t.IMGFMT.base 57 file format: raw 58 virtual size: 32 MiB (33554432 bytes) 59 *** done 60