tcg/ppc: Allow a 32-bit offset to the constant pool
[qemu/kevin.git] / tests / qemu-iotests / 198.out
blob2db565e16b15fcab5ffce7fb5c0ff1379b610a69
1 QA output created by 198
2 == create base ==
3 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=16777216 encrypt.format=luks encrypt.key-secret=sec0 encrypt.iter-time=10
5 == writing whole image base ==
6 wrote 16777216/16777216 bytes at offset 0
7 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8 == create overlay ==
9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=16777216 backing_file=TEST_DIR/t.IMGFMT.base encrypt.format=luks encrypt.key-secret=sec1 encrypt.iter-time=10
11 == writing whole image layer ==
12 wrote 16777216/16777216 bytes at offset 0
13 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15 == verify pattern base ==
16 read 16777216/16777216 bytes at offset 0
17 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 == verify pattern layer ==
20 read 16777216/16777216 bytes at offset 0
21 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
23 == committing layer into base ==
24 Image committed.
26 == verify pattern base ==
27 read 16777216/16777216 bytes at offset 0
28 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
30 == verify pattern layer ==
31 read 16777216/16777216 bytes at offset 0
32 16 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
34 == checking image base ==
35 image: json:{"encrypt.key-secret": "sec0", "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT.base"}}
36 file format: IMGFMT
37 virtual size: 16M (16777216 bytes)
38 Format specific information:
39     compat: 1.1
40     lazy refcounts: false
41     refcount bits: 16
42     encrypt:
43         ivgen alg: plain64
44         hash alg: sha256
45         cipher alg: aes-256
46         uuid: 00000000-0000-0000-0000-000000000000
47         format: luks
48         cipher mode: xts
49         slots:
50             [0]:
51                 active: true
52                 iters: 1024
53                 key offset: 4096
54                 stripes: 4000
55             [1]:
56                 active: false
57                 key offset: 262144
58             [2]:
59                 active: false
60                 key offset: 520192
61             [3]:
62                 active: false
63                 key offset: 778240
64             [4]:
65                 active: false
66                 key offset: 1036288
67             [5]:
68                 active: false
69                 key offset: 1294336
70             [6]:
71                 active: false
72                 key offset: 1552384
73             [7]:
74                 active: false
75                 key offset: 1810432
76         payload offset: 2068480
77         master key iters: 1024
78     corrupt: false
80 == checking image layer ==
81 image: json:{"encrypt.key-secret": "sec1", "driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}}
82 file format: IMGFMT
83 virtual size: 16M (16777216 bytes)
84 backing file: TEST_DIR/t.IMGFMT.base
85 Format specific information:
86     compat: 1.1
87     lazy refcounts: false
88     refcount bits: 16
89     encrypt:
90         ivgen alg: plain64
91         hash alg: sha256
92         cipher alg: aes-256
93         uuid: 00000000-0000-0000-0000-000000000000
94         format: luks
95         cipher mode: xts
96         slots:
97             [0]:
98                 active: true
99                 iters: 1024
100                 key offset: 4096
101                 stripes: 4000
102             [1]:
103                 active: false
104                 key offset: 262144
105             [2]:
106                 active: false
107                 key offset: 520192
108             [3]:
109                 active: false
110                 key offset: 778240
111             [4]:
112                 active: false
113                 key offset: 1036288
114             [5]:
115                 active: false
116                 key offset: 1294336
117             [6]:
118                 active: false
119                 key offset: 1552384
120             [7]:
121                 active: false
122                 key offset: 1810432
123         payload offset: 2068480
124         master key iters: 1024
125     corrupt: false
126 *** done