Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qemu-iotests / 036.out
blob1fa7cad28ddcf46d99a7e78eab8b1d11ff4b9f13
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 (Feature table)
29 length                    384
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 (Feature table)
41 length                    384
42 data                      <binary>
44 *** done