Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into staging
[qemu/ar7.git] / tests / qemu-iotests / 036.out
blob0b52b934e1157ebf99f44d14dbace8b3cc6ad9b3
1 QA output created by 036
3 === Image with unknown incompatible feature bit ===
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
6 incompatible_features     [63]
7 compatible_features       []
8 autoclear_features        []
9 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: 8000000000000000
10 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature
12 === Image with multiple incompatible feature bits ===
14 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
15 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: e000000000000000
16 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible feature: 6000000000000000
17 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible feature: c000000000000000
18 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, Unknown incompatible feature: 8000000000000000
19 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, test3
20 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test2, Unknown incompatible feature: a000000000000000
21 === Create image with unknown autoclear feature bit ===
23 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
24 incompatible_features     []
25 compatible_features       []
26 autoclear_features        [63]
27 Header extension:
28 magic                     0x6803f857
29 length                    192
30 data                      <binary>
33 === Repair image ===
35 No errors were found on the image.
36 incompatible_features     []
37 compatible_features       []
38 autoclear_features        []
39 Header extension:
40 magic                     0x6803f857
41 length                    192
42 data                      <binary>
44 *** done