]>
Commit | Line | Data |
---|---|---|
d551cd50 | 1 | QA output created by 036 |
12ac6d3d KW |
2 | |
3 | === Image with unknown incompatible feature bit === | |
4 | ||
7486458c | 5 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
12ac6d3d KW |
6 | magic 0x514649fb |
7 | version 3 | |
8 | backing_file_offset 0x0 | |
9 | backing_file_size 0x0 | |
10 | cluster_bits 16 | |
11 | size 67108864 | |
12 | crypt_method 0 | |
13 | l1_size 1 | |
14 | l1_table_offset 0x30000 | |
15 | refcount_table_offset 0x10000 | |
16 | refcount_table_clusters 1 | |
17 | nb_snapshots 0 | |
18 | snapshot_offset 0x0 | |
19 | incompatible_features 0x8000000000000000 | |
20 | compatible_features 0x0 | |
21 | autoclear_features 0x0 | |
22 | refcount_order 4 | |
23 | header_length 104 | |
24 | ||
25 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: Unknown incompatible feature: 8000000000000000 | |
26 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: Test feature | |
27 | ||
28 | === Image with multiple incompatible feature bits === | |
29 | ||
7486458c | 30 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
12ac6d3d KW |
31 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: Unknown incompatible feature: e000000000000000 |
32 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: Test feature, Unknown incompatible feature: 6000000000000000 | |
33 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: Test feature, Unknown incompatible feature: c000000000000000 | |
34 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: test1, test2, Unknown incompatible feature: 8000000000000000 | |
35 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: test1, test2, test3 | |
36 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: test2, Unknown incompatible feature: a000000000000000 | |
d551cd50 SH |
37 | === Create image with unknown autoclear feature bit === |
38 | ||
7486458c | 39 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
d551cd50 SH |
40 | magic 0x514649fb |
41 | version 3 | |
42 | backing_file_offset 0x0 | |
43 | backing_file_size 0x0 | |
44 | cluster_bits 16 | |
45 | size 67108864 | |
46 | crypt_method 0 | |
47 | l1_size 1 | |
48 | l1_table_offset 0x30000 | |
49 | refcount_table_offset 0x10000 | |
50 | refcount_table_clusters 1 | |
51 | nb_snapshots 0 | |
52 | snapshot_offset 0x0 | |
53 | incompatible_features 0x0 | |
54 | compatible_features 0x0 | |
55 | autoclear_features 0x8000000000000000 | |
56 | refcount_order 4 | |
57 | header_length 104 | |
58 | ||
59 | ||
60 | === Repair image === | |
61 | ||
62 | No errors were found on the image. | |
63 | magic 0x514649fb | |
64 | version 3 | |
65 | backing_file_offset 0x0 | |
66 | backing_file_size 0x0 | |
67 | cluster_bits 16 | |
68 | size 67108864 | |
69 | crypt_method 0 | |
70 | l1_size 1 | |
71 | l1_table_offset 0x30000 | |
72 | refcount_table_offset 0x10000 | |
73 | refcount_table_clusters 1 | |
74 | nb_snapshots 0 | |
75 | snapshot_offset 0x0 | |
76 | incompatible_features 0x0 | |
77 | compatible_features 0x0 | |
78 | autoclear_features 0x0 | |
79 | refcount_order 4 | |
80 | header_length 104 | |
81 | ||
82 | Header extension: | |
83 | magic 0x6803f857 | |
69c98726 | 84 | length 144 |
c61d0004 | 85 | data <binary> |
d551cd50 SH |
86 | |
87 | *** done |