qemu/tests/qemu-iotests
Philippe Mathieu-Daudé 75ab574b4c tests/qemu-iotests: Update tests to recent desugarized -accel option
Commit 6f6e1698a6 desugarized "-machine accel=" to a list
of "-accel" options. Since now "-machine accel" and "-accel"
became incompatible, update the iotests to the new format.

Error reported here:
https://gitlab.com/qemu-project/qemu/-/jobs/385801004#L3400

Reported-by: GitLab CI
Fixes: 6f6e1698a6 (vl: configure accelerators from -accel options)
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200106130951.29873-1-philmd@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
2020-01-06 14:14:41 +01:00
..
001
002
003
004
008
009
010
011
012
013
017
018
021
022
023
025
027
032
033
034
035
2020-01-06 13:43:06 +01:00
037
038
040
042
044
045
047
052
054
055
056
057
063
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
064
065
070
072
075
076
077
078
079
2020-01-06 13:43:07 +01:00
082
083
084
085
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
086
087
089
091
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
093
096
097
101
102
104
105
106
2020-01-06 13:43:07 +01:00
107
110
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
111
2020-01-06 13:43:07 +01:00
113
115
2020-01-06 13:43:07 +01:00
116
117
118
119
120
124
125
2020-01-06 13:43:07 +01:00
126
127
128
129
130
131
132
133
134
135
136
137
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
139
140
143
145
146
147
148
149
150
151
152
154
155
157
158
162
163
165
171
174
2020-01-06 13:43:07 +01:00
175
2020-01-06 13:43:07 +01:00
177
179
181
184
186
188
189
192
194
196
198
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
199
202
203
204
205
208
209
216
218
219
221
222
223
224
226
227
228
231
233
234
236
238
239
240
241
242
245
246
248
251
253
254
255
2019-12-19 14:32:43 +01:00
256
257
258
260
262
263
264
265
2020-01-06 13:43:07 +01:00
268
270
272
277
2020-01-06 13:43:07 +01:00

=== This is the QEMU I/O test suite ===

* Intro

This package contains a simple test suite for the I/O layer of qemu.
It does not require a guest, but only the qemu, qemu-img and qemu-io
binaries.  This does limit it to exercise the low-level I/O path only
but no actual block drivers like ide, scsi or virtio.

* Usage

Just run ./check to run all tests for the raw image format, or ./check
-qcow2 to test the qcow2 image format.  The output of ./check -h explains
additional options to test further image formats or I/O methods.

* Feedback and patches

Please send improvements to the test suite, general feedback or just
reports of failing tests cases to qemu-devel@nongnu.org with a CC:
to qemu-block@nongnu.org.