]> Git Repo - qemu.git/blame_incremental - tests/qemu-iotests/036.out
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu.git] / tests / qemu-iotests / 036.out
... / ...
CommitLineData
1QA output created by 036
2
3=== Image with unknown incompatible feature bit ===
4
5Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
6magic 0x514649fb
7version 3
8backing_file_offset 0x0
9backing_file_size 0x0
10cluster_bits 16
11size 67108864
12crypt_method 0
13l1_size 1
14l1_table_offset 0x30000
15refcount_table_offset 0x10000
16refcount_table_clusters 1
17nb_snapshots 0
18snapshot_offset 0x0
19incompatible_features 0x8000000000000000
20compatible_features 0x0
21autoclear_features 0x0
22refcount_order 4
23header_length 104
24
25qemu-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
26qemu-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
30Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
31qemu-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
32qemu-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
33qemu-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
34qemu-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
35qemu-img: Could not open 'TEST_DIR/t.IMGFMT': 'image' uses a IMGFMT feature which is not supported by this qemu version: test1, test2, test3
36qemu-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
37=== Create image with unknown autoclear feature bit ===
38
39Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
40magic 0x514649fb
41version 3
42backing_file_offset 0x0
43backing_file_size 0x0
44cluster_bits 16
45size 67108864
46crypt_method 0
47l1_size 1
48l1_table_offset 0x30000
49refcount_table_offset 0x10000
50refcount_table_clusters 1
51nb_snapshots 0
52snapshot_offset 0x0
53incompatible_features 0x0
54compatible_features 0x0
55autoclear_features 0x8000000000000000
56refcount_order 4
57header_length 104
58
59
60=== Repair image ===
61
62No errors were found on the image.
63magic 0x514649fb
64version 3
65backing_file_offset 0x0
66backing_file_size 0x0
67cluster_bits 16
68size 67108864
69crypt_method 0
70l1_size 1
71l1_table_offset 0x30000
72refcount_table_offset 0x10000
73refcount_table_clusters 1
74nb_snapshots 0
75snapshot_offset 0x0
76incompatible_features 0x0
77compatible_features 0x0
78autoclear_features 0x0
79refcount_order 4
80header_length 104
81
82Header extension:
83magic 0x6803f857
84length 144
85data <binary>
86
87*** done
This page took 0.023265 seconds and 4 git commands to generate.