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
2019-11-19 10:01:34 +01:00
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
2019-10-28 11:22:31 +01:00
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
2019-10-28 11:22:30 +01:00
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
2019-10-28 11:22:30 +01:00
137
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
139
140
2019-10-28 11:22:31 +01:00
143
2019-10-28 11:22:31 +01:00
145
146
147
2019-10-28 11:22:31 +01:00
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
2019-10-28 11:22:31 +01:00
184
186
188
189
192
2019-10-28 11:22:31 +01:00
194
2019-10-28 11:22:31 +01:00
196
198
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
199
202
203
204
205
2019-10-28 11:22:31 +01:00
208
2019-10-28 11:22:31 +01:00
209
2019-10-28 11:22:31 +01:00
216
218
219
221
222
2019-10-28 11:22:31 +01:00
223
2019-11-18 20:34:37 -06:00
2019-11-18 20:34:37 -06:00
224
226
227
228
231
233
234
236
238
239
240
2019-10-28 11:22:31 +01:00
242
245
2019-10-28 11:22:30 +01:00
246
248
251
253
254
255
2019-12-19 14:32:43 +01:00
256
257
258
260
262
263
264
2019-10-28 13:09:43 +01:00
265
2020-01-06 13:43:07 +01:00
268
270
277
2019-11-18 16:01:31 -06:00
2019-11-18 16:01:31 -06:00
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.