xref: /qemu/tests/qemu-iotests/303.out (revision e3a6e0da)
1Add bitmap 1
2wrote 1048576/1048576 bytes at offset 0
31 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
4
5wrote 1048576/1048576 bytes at offset 1048576
61 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7
8wrote 1048576/1048576 bytes at offset 2097152
91 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10
11wrote 1048576/1048576 bytes at offset 3145728
121 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
13
14wrote 1048576/1048576 bytes at offset 4194304
151 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
16
17wrote 1048576/1048576 bytes at offset 5242880
181 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19
20
21Add bitmap 2
22wrote 1048576/1048576 bytes at offset 6291456
231 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
24
25wrote 1048576/1048576 bytes at offset 7340032
261 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27
28
29magic                     0x514649fb
30version                   3
31backing_file_offset       0x0
32backing_file_size         0x0
33cluster_bits              16
34size                      10485760
35crypt_method              0
36l1_size                   1
37l1_table_offset           0x30000
38refcount_table_offset     0x10000
39refcount_table_clusters   1
40nb_snapshots              0
41snapshot_offset           0x0
42incompatible_features     []
43compatible_features       []
44autoclear_features        [0]
45refcount_order            4
46header_length             112
47
48Header extension:
49magic                     0x6803f857 (Feature table)
50length                    384
51data                      <binary>
52
53Header extension:
54magic                     0x23852875 (Bitmaps)
55length                    24
56nb_bitmaps                2
57reserved32                0
58bitmap_directory_size     0x40
59bitmap_directory_offset   0x9d0000
60
61Bitmap name               bitmap-1
62bitmap_table_offset       0x9b0000
63bitmap_table_size         1
64flags                     0x2 (['auto'])
65type                      1
66granularity_bits          15
67name_size                 8
68extra_data_size           0
69Bitmap table   type            size         offset
700              serialized      65536        10092544
71
72Bitmap name               bitmap-2
73bitmap_table_offset       0x9c0000
74bitmap_table_size         1
75flags                     0x0 ([])
76type                      1
77granularity_bits          16
78name_size                 8
79extra_data_size           0
80Bitmap table   type            size         offset
810              all-zeroes      0            0
82
83{
84    "magic": 1363560955,
85    "version": 3,
86    "backing_file_offset": 0,
87    "backing_file_size": 0,
88    "cluster_bits": 16,
89    "size": 10485760,
90    "crypt_method": 0,
91    "l1_size": 1,
92    "l1_table_offset": 196608,
93    "refcount_table_offset": 65536,
94    "refcount_table_clusters": 1,
95    "nb_snapshots": 0,
96    "snapshot_offset": 0,
97    "incompatible_features": 0,
98    "compatible_features": 0,
99    "autoclear_features": 1,
100    "refcount_order": 4,
101    "header_length": 112
102}
103
104[
105    {
106        "name": "Feature table",
107        "magic": 1745090647,
108        "length": 384,
109        "data_str": "<binary>"
110    },
111    {
112        "name": "Bitmaps",
113        "magic": 595929205,
114        "length": 24,
115        "data": {
116            "nb_bitmaps": 2,
117            "reserved32": 0,
118            "bitmap_directory_size": 64,
119            "bitmap_directory_offset": 10289152,
120            "bitmap_directory": [
121                {
122                    "name": "bitmap-1",
123                    "bitmap_table_offset": 10158080,
124                    "bitmap_table_size": 1,
125                    "flags": 2,
126                    "type": 1,
127                    "granularity_bits": 15,
128                    "name_size": 8,
129                    "extra_data_size": 0,
130                    "bitmap_table": [
131                        {
132                            "type": "serialized",
133                            "offset": 10092544,
134                            "reserved": 0
135                        }
136                    ]
137                },
138                {
139                    "name": "bitmap-2",
140                    "bitmap_table_offset": 10223616,
141                    "bitmap_table_size": 1,
142                    "flags": 0,
143                    "type": 1,
144                    "granularity_bits": 16,
145                    "name_size": 8,
146                    "extra_data_size": 0,
147                    "bitmap_table": [
148                        {
149                            "type": "all-zeroes",
150                            "offset": 0,
151                            "reserved": 0
152                        }
153                    ]
154                }
155            ]
156        }
157    }
158]
159