Lines Matching +full:mode +full:- +full:xxx

7 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0
8 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0: Block format '…
10 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0
11 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0: Block format…
13 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0
14 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0: Block form…
16 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0
17 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0: Block forma…
22 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=
23 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=: Block protocol 'file' doesn…
25 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=on
26 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=on: Block protocol 'file' doe…
28 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=1234
29 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=1234: Block protocol 'file' d…
31 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=foo
32 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=foo: Block protocol 'file' do…
37 Testing: -drive file=TEST_DIR/t.qcow2,format=foo
38 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=foo: Unknown driver 'foo'
40 Testing: -drive file=TEST_DIR/t.qcow2,driver=foo
41 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=foo: Unknown driver 'foo'
43 Testing: -drive file=TEST_DIR/t.qcow2,driver=raw,format=qcow2
44 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,format=qcow2: Cannot specify both 'driver' and '…
46 Testing: -drive file=TEST_DIR/t.qcow2,driver=qcow2,format=qcow2
47 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=qcow2,format=qcow2: Cannot specify both 'driver' and…
52 Testing: -drive file=TEST_DIR/t.qcow2,node-name=x123456789012345678901234567890
53 QEMU X.Y.Z monitor - type 'help' for more information
56 Testing: -drive file=TEST_DIR/t.qcow2,node-name=x1234567890123456789012345678901
57 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=x1234567890123456789012345678901: Node name too l…
59 Testing: -drive file=TEST_DIR/t.qcow2,node-name=All-Types.of_all0wed_chars
60 QEMU X.Y.Z monitor - type 'help' for more information
63 Testing: -drive file=TEST_DIR/t.qcow2,node-name=123foo
64 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=123foo: Invalid node-name: '123foo'
66 Testing: -drive file=TEST_DIR/t.qcow2,node-name=_foo
67 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=_foo: Invalid node-name: '_foo'
69 Testing: -drive file=TEST_DIR/t.qcow2,node-name=foo#12
70 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,node-name=foo#12: Invalid node-name: 'foo#12'
75 Testing: -device virtio-scsi -device scsi-hd
76 QEMU X.Y.Z monitor - type 'help' for more information
77 QEMU_PROG: -device scsi-hd: drive property not set
82 Testing: -drive file=TEST_DIR/t.qcow2,driver=qcow2,backing.file.filename=TEST_DIR/t.qcow2.orig,if=n…
83 QEMU X.Y.Z monitor - type 'help' for more information
87 Cache mode: writeback
91 Testing: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig
92 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig: Dri…
94 Testing: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qco…
95 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.q…
97 Testing: -drive file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR…
98 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_D…
104 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
105 QEMU X.Y.Z monitor - type 'help' for more information
108 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
109 QEMU X.Y.Z monitor - type 'help' for more information
112 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=
113 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=: Parameter 'lazy-refcounts' ex…
115 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=42
116 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=42: Parameter 'lazy-refcounts' …
118 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=foo
119 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=foo: Parameter 'lazy-refcounts'…
125 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
126 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on: Lazy refcounts require a qc…
128 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
129 QEMU X.Y.Z monitor - type 'help' for more information
135 Testing: -drive if=virtio
136 QEMU X.Y.Z monitor - type 'help' for more information
137 QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
140 === Attach to node in non-default iothread ===
143 === Read-only ===
145 Testing: -drive file=TEST_DIR/t.qcow2,if=virtio,readonly=on
146 QEMU X.Y.Z monitor - type 'help' for more information
152 Testing: -drive driver=null-co,read-zeroes=on,cache=none
153 QEMU X.Y.Z monitor - type 'help' for more information
156 Testing: -drive driver=null-co,read-zeroes=on,cache=directsync
157 QEMU X.Y.Z monitor - type 'help' for more information
160 Testing: -drive driver=null-co,read-zeroes=on,cache=writeback
161 QEMU X.Y.Z monitor - type 'help' for more information
164 Testing: -drive driver=null-co,read-zeroes=on,cache=writethrough
165 QEMU X.Y.Z monitor - type 'help' for more information
168 Testing: -drive driver=null-co,read-zeroes=on,cache=unsafe
169 QEMU X.Y.Z monitor - type 'help' for more information
172 Testing: -drive driver=null-co,cache=invalid_value
173 QEMU_PROG: -drive driver=null-co,cache=invalid_value: invalid cache option
175-drive file=TEST_DIR/t.qcow2,cache=writeback,backing.file.filename=TEST_DIR/t.qcow2.base,backing.c…
176 QEMU X.Y.Z monitor - type 'help' for more information
180 Cache mode: writeback
185 Cache mode: writeback
187 backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
188 Cache mode: writeback, ignore flushes
189 (qemu) info block backing-file
191 backing-file: TEST_DIR/t.qcow2.base (file, read-only)
192 Cache mode: writeback, ignore flushes
195-drive file=TEST_DIR/t.qcow2,cache=writethrough,backing.file.filename=TEST_DIR/t.qcow2.base,backin…
196 QEMU X.Y.Z monitor - type 'help' for more information
200 Cache mode: writethrough
205 Cache mode: writeback
207 backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
208 Cache mode: writeback, ignore flushes
209 (qemu) info block backing-file
211 backing-file: TEST_DIR/t.qcow2.base (file, read-only)
212 Cache mode: writeback, ignore flushes
215-drive file=TEST_DIR/t.qcow2,cache=unsafe,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cach…
216 QEMU X.Y.Z monitor - type 'help' for more information
220 Cache mode: writeback, ignore flushes
225 Cache mode: writeback, ignore flushes
227 backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
228 Cache mode: writeback, ignore flushes
229 (qemu) info block backing-file
231 backing-file: TEST_DIR/t.qcow2.base (file, read-only)
232 Cache mode: writeback, ignore flushes
235-drive file=TEST_DIR/t.qcow2,cache=invalid_value,backing.file.filename=TEST_DIR/t.qcow2.base,backi…
236-drive file=TEST_DIR/t.qcow2,cache=invalid_value,backing.file.filename=TEST_DIR/t.qcow2.base,backi…
241 Testing: -drive file=TEST_DIR/t.qcow2,file.driver=file
242 QEMU X.Y.Z monitor - type 'help' for more information
248 Testing: -drive driver=file
249 QEMU_PROG: -drive driver=file: The 'file' block driver requires a file name
251 Testing: -drive driver=file,filename=
252 QEMU_PROG: -drive driver=file,filename=: The 'file' block driver requires a file name
254 Testing: -drive driver=nbd
255 QEMU_PROG: -drive driver=nbd: NBD server address missing
257 Testing: -drive driver=raw
258 QEMU_PROG: -drive driver=raw: A block device must be specified for "file"
260 Testing: -drive file.driver=file
261 QEMU_PROG: -drive file.driver=file: The 'file' block driver requires a file name
263 Testing: -drive file.driver=nbd
264 QEMU_PROG: -drive file.driver=nbd: NBD server address missing
266 Testing: -drive file.driver=raw
267 QEMU_PROG: -drive file.driver=raw: A block device must be specified for "file"
269 Testing: -drive foo=bar
270 QEMU_PROG: -drive foo=bar: Must specify either driver or file
275 Testing: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678
276 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678: 'throttling.iops-tota…
278 Testing: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678
279 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678: 'throttling.iops-re…
281 Testing: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678
282 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678: 'throttling.iops-w…
284 Testing: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678
285 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678: 'throttling.bps-total' …
287 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678
288 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678: 'throttling.bps-read'…
290 Testing: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678
291 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678: 'throttling.bps-writ…
293 Testing: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678
294 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678: 'throttling.i…
296 Testing: -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678
297 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678: 'throttling…
299 Testing: -drive file=TEST_DIR/t.qcow2,iops_wr_max=1234,throttling.iops-write-max=5678
300 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_wr_max=1234,throttling.iops-write-max=5678: 'throttlin…
302 Testing: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678
303 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678: 'throttling.bps
305 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678
306 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678: 'throttling.b…
308 Testing: -drive file=TEST_DIR/t.qcow2,bps_wr_max=1234,throttling.bps-write-max=5678
309 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_wr_max=1234,throttling.bps-write-max=5678: 'throttling.…
311 Testing: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678
312 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678: 'throttling.iops-
314 Testing: -drive file=TEST_DIR/t.qcow2,readonly=on,read-only=off
315 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,readonly=on,read-only=off: 'read-only' and its alias 'reado…
320 Testing: -drive file=TEST_DIR/t.qcow2,iops=-1
321 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops=-1: bps/iops/max values must be within [0, 10000000000…
323 Testing: -drive file=TEST_DIR/t.qcow2,bps=-2
324 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=-2: bps/iops/max values must be within [0, 100000000000…
326 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=-3
327 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=-3: bps/iops/max values must be within [0, 100000000…
329 Testing: -drive file=TEST_DIR/t.qcow2,bps_rd_max=-3
330 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd_max=-3: bps/iops/max values must be within [0, 10000…
332 Testing: -drive file=TEST_DIR/t.qcow2,throttling.iops-total=-4
333 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,throttling.iops-total=-4: bps/iops/max values must be withi…
335 Testing: -drive file=TEST_DIR/t.qcow2,throttling.bps-total=-5
336 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,throttling.bps-total=-5: bps/iops/max values must be within…
338 Testing: -drive file=TEST_DIR/t.qcow2,bps=0
339 QEMU X.Y.Z monitor - type 'help' for more information
342 Testing: -drive file=TEST_DIR/t.qcow2,bps=1
343 QEMU X.Y.Z monitor - type 'help' for more information
346 Testing: -drive file=TEST_DIR/t.qcow2,bps=1000000000000000
347 QEMU X.Y.Z monitor - type 'help' for more information
350 Testing: -drive file=TEST_DIR/t.qcow2,bps=1000000000000001
351 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1000000000000001: bps/iops/max values must be within [0…
353 Testing: -drive file=TEST_DIR/t.qcow2,bps=9999999999999999
354 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=9999999999999999: bps/iops/max values must be within [0…
359 Testing: -hda foo:bar
360 QEMU_PROG: -hda foo:bar: Unknown protocol 'foo'
362 Testing: -drive file=foo:bar
363 QEMU_PROG: -drive file=foo:bar: Unknown protocol 'foo'
365 Testing: -drive file.filename=foo:bar
366 QEMU_PROG: -drive file.filename=foo:bar: Could not open 'foo:bar': No such file or directory
368 Testing: -hda file:TEST_DIR/t.qcow2
369 QEMU X.Y.Z monitor - type 'help' for more information
372 Testing: -drive file=file:TEST_DIR/t.qcow2
373 QEMU X.Y.Z monitor - type 'help' for more information
376 Testing: -drive file.filename=file:TEST_DIR/t.qcow2
377 QEMU_PROG: -drive file.filename=file:TEST_DIR/t.qcow2: Could not open 'file:TEST_DIR/t.qcow2': No s…
380 === Snapshot mode ===
383 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
384 Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
385 QEMU X.Y.Z monitor - type 'help' for more information
386 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
388 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
391 Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
392 QEMU X.Y.Z monitor - type 'help' for more information
393 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
395 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
398 Testing: -drive file.filename=TEST_DIR/t.qcow2,driver=qcow2,snapshot=on,if=none,id=drive0
399 QEMU X.Y.Z monitor - type 'help' for more information
400 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
402 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
405 Testing: -drive file.filename=TEST_DIR/t.qcow2,driver=qcow2,if=none,id=drive0 -snapshot
406 QEMU X.Y.Z monitor - type 'help' for more information
407 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
409 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
412 Testing: -drive file=file:TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
413 QEMU X.Y.Z monitor - type 'help' for more information
414 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
416 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
419 Testing: -drive file=file:TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
420 QEMU X.Y.Z monitor - type 'help' for more information
421 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
423 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
426 Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
427 QEMU X.Y.Z monitor - type 'help' for more information
428 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
430 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
433 Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
434 QEMU X.Y.Z monitor - type 'help' for more information
435 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
437 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
441 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
442 Testing: -drive file=TEST_DIR/t.qcow2,snapshot=off,if=none,id=drive0
443 QEMU X.Y.Z monitor - type 'help' for more information
444 (qemu) qemu-io drive0 "write -P 0x22 0 4k"
446 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
450 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
451 Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
452 QEMU X.Y.Z monitor - type 'help' for more information
453 (qemu) qemu-io drive0 "write -P 0x33 0 4k"
455 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
460 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
461 Testing: -drive driver=null-co,snapshot=on
462 QEMU_PROG: -drive driver=null-co,snapshot=on: Could not open temporary file SNAPSHOT_PATH: No such …
464 Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,read-only=on,if=none,id=drive0
465 QEMU X.Y.Z monitor - type 'help' for more information
467 …w2"}}, "driver": "qcow2", "file": {"driver": "file", "filename": SNAPSHOT_PATH}} (qcow2, read-only)
469 Cache mode: writeback, ignore flushes