Merge remote-tracking branch 'remotes/awilliam/tags/vfio-fixes-20190702.0' into staging
[qemu/ar7.git] / tests / qemu-iotests / 036.out
blobe489b443866c515b42be344a9b85d2428d8fbcc0
1 QA output created by 036
3 === Image with unknown incompatible feature bit ===
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
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
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
28 === Image with multiple incompatible feature bits ===
30 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
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
37 === Create image with unknown autoclear feature bit ===
39 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
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
59 Header extension:
60 magic                     0x6803f857
61 length                    192
62 data                      <binary>
65 === Repair image ===
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
87 Header extension:
88 magic                     0x6803f857
89 length                    192
90 data                      <binary>
92 *** done