hw/arm/boot: If booting a kernel in EL2, set SCR_EL3.HCE
[qemu/ar7.git] / tests / qemu-iotests / 210.out
blob8fcab65909dbe8d2cbc56908be4bf067de727599
1 QA output created by 210
3 === Successful image creation (defaults) ===
5 Testing: -object secret,id=keysec0,data=foo
6 QMP_VERSION
7 {"return": {}}
8 {"return": {}}
9 {"return": {}}
10 {"return": {}}
11 {"return": {}}
12 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false}}
14 image: json:{"driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}, "key-secret": "keysec0"}
15 file format: IMGFMT
16 virtual size: 128M (134217728 bytes)
17 Format specific information:
18     ivgen alg: plain64
19     hash alg: sha256
20     cipher alg: aes-256
21     uuid: 00000000-0000-0000-0000-000000000000
22     cipher mode: xts
23     slots:
24         [0]:
25             active: true
26             iters: 1024
27             key offset: 4096
28             stripes: 4000
29         [1]:
30             active: false
31             key offset: 262144
32         [2]:
33             active: false
34             key offset: 520192
35         [3]:
36             active: false
37             key offset: 778240
38         [4]:
39             active: false
40             key offset: 1036288
41         [5]:
42             active: false
43             key offset: 1294336
44         [6]:
45             active: false
46             key offset: 1552384
47         [7]:
48             active: false
49             key offset: 1810432
50     payload offset: 2068480
51     master key iters: 1024
53 === Successful image creation (with non-default options) ===
55 Testing: -object secret,id=keysec0,data=foo
56 QMP_VERSION
57 {"return": {}}
58 {"return": {}}
59 {"return": {}}
60 {"return": {}}
61 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false}}
63 image: json:{"driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}, "key-secret": "keysec0"}
64 file format: IMGFMT
65 virtual size: 64M (67108864 bytes)
66 Format specific information:
67     ivgen alg: plain64
68     hash alg: sha1
69     cipher alg: twofish-128
70     uuid: 00000000-0000-0000-0000-000000000000
71     cipher mode: ctr
72     slots:
73         [0]:
74             active: true
75             iters: 1024
76             key offset: 4096
77             stripes: 4000
78         [1]:
79             active: false
80             key offset: 69632
81         [2]:
82             active: false
83             key offset: 135168
84         [3]:
85             active: false
86             key offset: 200704
87         [4]:
88             active: false
89             key offset: 266240
90         [5]:
91             active: false
92             key offset: 331776
93         [6]:
94             active: false
95             key offset: 397312
96         [7]:
97             active: false
98             key offset: 462848
99     payload offset: 528384
100     master key iters: 1024
102 === Invalid BlockdevRef ===
104 Testing:
105 QMP_VERSION
106 {"return": {}}
107 {"error": {"class": "GenericError", "desc": "Cannot find device=this doesn't exist nor node_name=this doesn't exist"}}
108 {"return": {}}
109 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false}}
112 === Zero size ===
114 Testing: -blockdev driver=file,filename=TEST_DIR/t.IMGFMT,node-name=node0 -object secret,id=keysec0,data=foo
115 QMP_VERSION
116 {"return": {}}
117 {"return": {}}
118 {"return": {}}
119 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false}}
121 image: json:{"driver": "IMGFMT", "file": {"driver": "file", "filename": "TEST_DIR/t.IMGFMT"}, "key-secret": "keysec0"}
122 file format: IMGFMT
123 virtual size: 0 (0 bytes)
125 === Invalid sizes ===
127 Testing: -blockdev driver=file,filename=TEST_DIR/t.IMGFMT,node-name=node0 -object secret,id=keysec0,data=foo
128 QMP_VERSION
129 {"return": {}}
130 {"error": {"class": "GenericError", "desc": "The requested file size is too large"}}
131 {"error": {"class": "GenericError", "desc": "The requested file size is too large"}}
132 {"error": {"class": "GenericError", "desc": "The requested file size is too large"}}
133 {"return": {}}
134 {"timestamp": {"seconds":  TIMESTAMP, "microseconds":  TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false}}
136 *** done