]>
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 | ||
a55448b3 HR |
25 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: 8000000000000000 |
26 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature | |
12ac6d3d KW |
27 | |
28 | === Image with multiple incompatible feature bits === | |
29 | ||
7486458c | 30 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
a55448b3 HR |
31 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Unknown incompatible feature: e000000000000000 |
32 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible feature: 6000000000000000 | |
33 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): Test feature, Unknown incompatible feature: c000000000000000 | |
34 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, Unknown incompatible feature: 8000000000000000 | |
35 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): test1, test2, test3 | |
36 | qemu-img: Could not open 'TEST_DIR/t.IMGFMT': Unsupported IMGFMT feature(s): 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 | ||
b527c9b3 KW |
59 | Header extension: |
60 | magic 0x6803f857 | |
93c24936 | 61 | length 192 |
b527c9b3 KW |
62 | data <binary> |
63 | ||
d551cd50 SH |
64 | |
65 | === Repair image === | |
66 | ||
67 | No errors were found on the image. | |
68 | magic 0x514649fb | |
69 | version 3 | |
70 | backing_file_offset 0x0 | |
71 | backing_file_size 0x0 | |
72 | cluster_bits 16 | |
73 | size 67108864 | |
74 | crypt_method 0 | |
75 | l1_size 1 | |
76 | l1_table_offset 0x30000 | |
77 | refcount_table_offset 0x10000 | |
78 | refcount_table_clusters 1 | |
79 | nb_snapshots 0 | |
80 | snapshot_offset 0x0 | |
81 | incompatible_features 0x0 | |
82 | compatible_features 0x0 | |
83 | autoclear_features 0x0 | |
84 | refcount_order 4 | |
85 | header_length 104 | |
86 | ||
87 | Header extension: | |
88 | magic 0x6803f857 | |
93c24936 | 89 | length 192 |
c61d0004 | 90 | data <binary> |
d551cd50 SH |
91 | |
92 | *** done |