docs: rstfy vfio-ap documentation
[qemu/ar7.git] / tests / qemu-iotests / 186.out
blob5b3504042af8d3572e9b16c60c5c0dbf670b70d4
1 QA output created by 186
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
4 === Empty drives ===
6 Testing: -device floppy
7 QEMU X.Y.Z monitor - type 'help' for more information
8 (qemu) info block
9 /machine/peripheral-anon/device[1]: [not inserted]
10     Attached to:      PATH
11     Removable device: not locked, tray closed
12 (qemu) quit
14 Testing: -device floppy,id=qdev_id
15 QEMU X.Y.Z monitor - type 'help' for more information
16 (qemu) info block
17 qdev_id: [not inserted]
18     Attached to:      qdev_id
19     Removable device: not locked, tray closed
20 (qemu) quit
22 Testing: -device ide-cd
23 QEMU X.Y.Z monitor - type 'help' for more information
24 (qemu) info block
25 /machine/peripheral-anon/device[1]: [not inserted]
26     Attached to:      PATH
27     Removable device: not locked, tray closed
28 (qemu) quit
30 Testing: -device ide-cd,id=qdev_id
31 QEMU X.Y.Z monitor - type 'help' for more information
32 (qemu) info block
33 qdev_id: [not inserted]
34     Attached to:      qdev_id
35     Removable device: not locked, tray closed
36 (qemu) quit
38 Testing: -device scsi-cd
39 QEMU X.Y.Z monitor - type 'help' for more information
40 (qemu) info block
41 /machine/peripheral-anon/device[1]: [not inserted]
42     Attached to:      PATH
43     Removable device: not locked, tray closed
44 (qemu) quit
46 Testing: -device scsi-cd,id=qdev_id
47 QEMU X.Y.Z monitor - type 'help' for more information
48 (qemu) info block
49 qdev_id: [not inserted]
50     Attached to:      qdev_id
51     Removable device: not locked, tray closed
52 (qemu) quit
55 === -blockdev/-device=<node-name> ===
57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null
58 QEMU X.Y.Z monitor - type 'help' for more information
59 (qemu) info block
60 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
61     Attached to:      PATH
62     Cache mode:       writeback
63 (qemu) quit
65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id
66 QEMU X.Y.Z monitor - type 'help' for more information
67 (qemu) info block
68 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
69     Attached to:      qdev_id
70     Cache mode:       writeback
71 (qemu) quit
73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null
74 QEMU X.Y.Z monitor - type 'help' for more information
75 (qemu) info block
76 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
77     Attached to:      PATH
78     Cache mode:       writeback
79 (qemu) quit
81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_id
82 QEMU X.Y.Z monitor - type 'help' for more information
83 (qemu) info block
84 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
85     Attached to:      qdev_id
86     Cache mode:       writeback
87 (qemu) quit
89 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null
90 QEMU X.Y.Z monitor - type 'help' for more information
91 (qemu) info block
92 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
93     Attached to:      PATH
94     Cache mode:       writeback
95 (qemu) quit
97 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null,id=qdev_id
98 QEMU X.Y.Z monitor - type 'help' for more information
99 (qemu) info block
100 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
101     Attached to:      PATH
102     Cache mode:       writeback
103 (qemu) quit
105 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null
106 QEMU X.Y.Z monitor - type 'help' for more information
107 (qemu) info block
108 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
109     Attached to:      PATH
110     Removable device: not locked, tray closed
111     Cache mode:       writeback
112 (qemu) quit
114 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null,id=qdev_id
115 QEMU X.Y.Z monitor - type 'help' for more information
116 (qemu) info block
117 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
118     Attached to:      qdev_id
119     Removable device: not locked, tray closed
120     Cache mode:       writeback
121 (qemu) quit
123 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null
124 QEMU X.Y.Z monitor - type 'help' for more information
125 (qemu) info block
126 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
127     Attached to:      PATH
128     Removable device: not locked, tray closed
129     Cache mode:       writeback
130 (qemu) quit
132 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null,id=qdev_id
133 QEMU X.Y.Z monitor - type 'help' for more information
134 (qemu) info block
135 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
136     Attached to:      qdev_id
137     Removable device: not locked, tray closed
138     Cache mode:       writeback
139 (qemu) quit
141 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null
142 QEMU X.Y.Z monitor - type 'help' for more information
143 (qemu) info block
144 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
145     Attached to:      PATH
146     Removable device: not locked, tray closed
147     Cache mode:       writeback
148 (qemu) quit
150 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null,id=qdev_id
151 QEMU X.Y.Z monitor - type 'help' for more information
152 (qemu) info block
153 null: json:{"read-zeroes": true, "driver": "null-co"} (null-co)
154     Attached to:      qdev_id
155     Removable device: not locked, tray closed
156     Cache mode:       writeback
157 (qemu) quit
160 === -drive if=none/-device=<node-name> ===
162 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id
163 QEMU X.Y.Z monitor - type 'help' for more information
164 (qemu) info block
165 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
166     Removable device: not locked, tray closed
167     Cache mode:       writeback
169 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
170     Attached to:      qdev_id
171     Cache mode:       writeback
172 (qemu) quit
174 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_id
175 QEMU X.Y.Z monitor - type 'help' for more information
176 (qemu) info block
177 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
178     Removable device: not locked, tray closed
179     Cache mode:       writeback
181 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
182     Attached to:      qdev_id
183     Cache mode:       writeback
184 (qemu) quit
186 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null,id=qdev_id
187 QEMU X.Y.Z monitor - type 'help' for more information
188 (qemu) info block
189 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
190     Removable device: not locked, tray closed
191     Cache mode:       writeback
193 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
194     Attached to:      PATH
195     Cache mode:       writeback
196 (qemu) quit
198 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null,id=qdev_id
199 QEMU X.Y.Z monitor - type 'help' for more information
200 (qemu) info block
201 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
202     Removable device: not locked, tray closed
203     Cache mode:       writeback
205 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
206     Attached to:      qdev_id
207     Removable device: not locked, tray closed
208     Cache mode:       writeback
209 (qemu) quit
211 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null,id=qdev_id
212 QEMU X.Y.Z monitor - type 'help' for more information
213 (qemu) info block
214 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
215     Removable device: not locked, tray closed
216     Cache mode:       writeback
218 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
219     Attached to:      qdev_id
220     Removable device: not locked, tray closed
221     Cache mode:       writeback
222 (qemu) quit
224 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=null,id=qdev_id
225 QEMU X.Y.Z monitor - type 'help' for more information
226 (qemu) info block
227 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
228     Removable device: not locked, tray closed
229     Cache mode:       writeback
231 null: json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
232     Attached to:      qdev_id
233     Removable device: not locked, tray closed
234     Cache mode:       writeback
235 (qemu) quit
238 === -drive if=none/-device=<bb-name> (with medium) ===
240 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=none0
241 QEMU X.Y.Z monitor - type 'help' for more information
242 (qemu) info block
243 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
244     Attached to:      PATH
245     Cache mode:       writeback
246 (qemu) quit
248 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=none0,id=qdev_id
249 QEMU X.Y.Z monitor - type 'help' for more information
250 (qemu) info block
251 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
252     Attached to:      qdev_id
253     Cache mode:       writeback
254 (qemu) quit
256 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=none0
257 QEMU X.Y.Z monitor - type 'help' for more information
258 (qemu) info block
259 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
260     Attached to:      PATH
261     Cache mode:       writeback
262 (qemu) quit
264 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=none0,id=qdev_id
265 QEMU X.Y.Z monitor - type 'help' for more information
266 (qemu) info block
267 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
268     Attached to:      qdev_id
269     Cache mode:       writeback
270 (qemu) quit
272 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=none0
273 QEMU X.Y.Z monitor - type 'help' for more information
274 (qemu) info block
275 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
276     Attached to:      PATH
277     Cache mode:       writeback
278 (qemu) quit
280 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=none0,id=qdev_id
281 QEMU X.Y.Z monitor - type 'help' for more information
282 (qemu) info block
283 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
284     Attached to:      PATH
285     Cache mode:       writeback
286 (qemu) quit
288 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=none0
289 QEMU X.Y.Z monitor - type 'help' for more information
290 (qemu) info block
291 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
292     Attached to:      PATH
293     Removable device: not locked, tray closed
294     Cache mode:       writeback
295 (qemu) quit
297 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=none0,id=qdev_id
298 QEMU X.Y.Z monitor - type 'help' for more information
299 (qemu) info block
300 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
301     Attached to:      qdev_id
302     Removable device: not locked, tray closed
303     Cache mode:       writeback
304 (qemu) quit
306 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=none0
307 QEMU X.Y.Z monitor - type 'help' for more information
308 (qemu) info block
309 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
310     Attached to:      PATH
311     Removable device: not locked, tray closed
312     Cache mode:       writeback
313 (qemu) quit
315 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=none0,id=qdev_id
316 QEMU X.Y.Z monitor - type 'help' for more information
317 (qemu) info block
318 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
319     Attached to:      qdev_id
320     Removable device: not locked, tray closed
321     Cache mode:       writeback
322 (qemu) quit
324 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=none0
325 QEMU X.Y.Z monitor - type 'help' for more information
326 (qemu) info block
327 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
328     Attached to:      PATH
329     Removable device: not locked, tray closed
330     Cache mode:       writeback
331 (qemu) quit
333 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-cd,drive=none0,id=qdev_id
334 QEMU X.Y.Z monitor - type 'help' for more information
335 (qemu) info block
336 none0 (null): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
337     Attached to:      qdev_id
338     Removable device: not locked, tray closed
339     Cache mode:       writeback
340 (qemu) quit
343 === -drive if=none/-device=<bb-name> (without medium) ===
345 Testing: -drive if=none
346 QEMU X.Y.Z monitor - type 'help' for more information
347 (qemu) info block
348 none0: [not inserted]
349     Removable device: not locked, tray closed
350 (qemu) quit
352 Testing: -drive if=none -device floppy,drive=none0
353 QEMU X.Y.Z monitor - type 'help' for more information
354 (qemu) info block
355 none0: [not inserted]
356     Attached to:      PATH
357     Removable device: not locked, tray closed
358 (qemu) quit
360 Testing: -drive if=none -device floppy,drive=none0,id=qdev_id
361 QEMU X.Y.Z monitor - type 'help' for more information
362 (qemu) info block
363 none0: [not inserted]
364     Attached to:      qdev_id
365     Removable device: not locked, tray closed
366 (qemu) quit
368 Testing: -drive if=none -device ide-cd,drive=none0
369 QEMU X.Y.Z monitor - type 'help' for more information
370 (qemu) info block
371 none0: [not inserted]
372     Attached to:      PATH
373     Removable device: not locked, tray closed
374 (qemu) quit
376 Testing: -drive if=none -device ide-cd,drive=none0,id=qdev_id
377 QEMU X.Y.Z monitor - type 'help' for more information
378 (qemu) info block
379 none0: [not inserted]
380     Attached to:      qdev_id
381     Removable device: not locked, tray closed
382 (qemu) quit
384 Testing: -drive if=none -device scsi-cd,drive=none0
385 QEMU X.Y.Z monitor - type 'help' for more information
386 (qemu) info block
387 none0: [not inserted]
388     Attached to:      PATH
389     Removable device: not locked, tray closed
390 (qemu) quit
392 Testing: -drive if=none -device scsi-cd,drive=none0,id=qdev_id
393 QEMU X.Y.Z monitor - type 'help' for more information
394 (qemu) info block
395 none0: [not inserted]
396     Attached to:      qdev_id
397     Removable device: not locked, tray closed
398 (qemu) quit
401 === -drive if=... ===
403 Testing: -drive if=floppy
404 QEMU X.Y.Z monitor - type 'help' for more information
405 (qemu) info block
406 floppy0: [not inserted]
407     Attached to:      PATH
408     Removable device: not locked, tray closed
409 (qemu) quit
411 Testing: -drive if=floppy,driver=null-co,read-zeroes=on
412 QEMU X.Y.Z monitor - type 'help' for more information
413 (qemu) info block
414 floppy0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
415     Attached to:      PATH
416     Removable device: not locked, tray closed
417     Cache mode:       writeback
418 (qemu) quit
420 Testing: -drive if=ide,driver=null-co,read-zeroes=on
421 QEMU X.Y.Z monitor - type 'help' for more information
422 (qemu) info block
423 ide0-hd0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
424     Attached to:      PATH
425     Cache mode:       writeback
426 (qemu) quit
428 Testing: -drive if=ide,media=cdrom
429 QEMU X.Y.Z monitor - type 'help' for more information
430 (qemu) info block
431 ide0-cd0: [not inserted]
432     Attached to:      PATH
433     Removable device: not locked, tray closed
434 (qemu) quit
436 Testing: -drive if=ide,driver=null-co,read-zeroes=on,media=cdrom
437 QEMU X.Y.Z monitor - type 'help' for more information
438 (qemu) info block
439 ide0-cd0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co"} (null-co, read-only)
440     Attached to:      PATH
441     Removable device: not locked, tray closed
442     Cache mode:       writeback
443 (qemu) quit
445 Testing: -drive if=virtio,driver=null-co,read-zeroes=on
446 QEMU X.Y.Z monitor - type 'help' for more information
447 (qemu) info block
448 virtio0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co"} (null-co)
449     Attached to:      PATH
450     Cache mode:       writeback
451 (qemu) quit
453 Testing: -drive if=pflash,driver=null-co,read-zeroes=on,size=1M
454 QEMU X.Y.Z monitor - type 'help' for more information
455 (qemu) info block
456 pflash0 (NODE_NAME): json:{"read-zeroes": "on", "driver": "null-co", "size": "1M"} (null-co)
457     Attached to:      PATH
458     Cache mode:       writeback
459 (qemu) quit
461 *** done