| 1 | QA output created by 036 |
| 2 | |
| 3 | === Image with unknown incompatible feature bit === |
| 4 | |
| 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 |
| 11 | |
| 12 | === Image with multiple incompatible feature bits === |
| 13 | |
| 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 === |
| 22 | |
| 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> |
| 31 | |
| 32 | |
| 33 | === Repair image === |
| 34 | |
| 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> |
| 43 | |
| 44 | *** done |