]> Git Repo - qemu.git/blame - tests/qemu-iotests/051.pc.out
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
[qemu.git] / tests / qemu-iotests / 051.pc.out
CommitLineData
289f3eba
BT
1QA output created by 051
2Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
3Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base
4
5=== Unknown option ===
6
dd87de06 7Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0
d0e46a55 8QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0: Block format 'qcow2' does not support the option 'unknown_opt'
289f3eba 9
dd87de06 10Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0
d0e46a55 11QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0: Block format 'qcow2' does not support the option 'unknown_opt'
289f3eba 12
dd87de06 13Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0
d0e46a55 14QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0: Block format 'qcow2' does not support the option 'unknown_opt'
289f3eba 15
dd87de06 16Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0
d0e46a55 17QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0: Block format 'qcow2' does not support the option 'unknown_opt'
289f3eba
BT
18
19
20=== Unknown protocol option ===
21
22Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=
23QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=: Block protocol 'file' doesn't support the option 'unknown_opt'
24
25Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=on
26QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=on: Block protocol 'file' doesn't support the option 'unknown_opt'
27
28Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=1234
29QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=1234: Block protocol 'file' doesn't support the option 'unknown_opt'
30
31Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=foo
32QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=foo: Block protocol 'file' doesn't support the option 'unknown_opt'
33
34
35=== Invalid format ===
36
37Testing: -drive file=TEST_DIR/t.qcow2,format=foo
38QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=foo: Unknown driver 'foo'
39
40Testing: -drive file=TEST_DIR/t.qcow2,driver=foo
41QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=foo: Unknown driver 'foo'
42
43Testing: -drive file=TEST_DIR/t.qcow2,driver=raw,format=qcow2
44QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,format=qcow2: Cannot specify both 'driver' and 'format'
45
46Testing: -drive file=TEST_DIR/t.qcow2,driver=qcow2,format=qcow2
47QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=qcow2,format=qcow2: Cannot specify both 'driver' and 'format'
48
49
50=== Device without drive ===
51
52Testing: -device virtio-scsi-pci -device scsi-hd
53QEMU X.Y.Z monitor - type 'help' for more information
54(qemu) QEMU_PROG: -device scsi-hd: drive property not set
55
56
57=== Overriding backing file ===
58
dd87de06 59Testing: -drive file=TEST_DIR/t.qcow2,driver=qcow2,backing.file.filename=TEST_DIR/t.qcow2.orig,if=none,id=drive0 -nodefaults
289f3eba 60QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 61(qemu) info block
dd87de06
BT
62drive0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
63 Removable device: not locked, tray closed
289f3eba
BT
64 Cache mode: writeback
65 Backing file: TEST_DIR/t.qcow2.orig (chain depth: 1)
69404d9e 66(qemu) quit
289f3eba
BT
67
68Testing: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig
69QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig: Driver doesn't support backing files
70
71Testing: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig
72QEMU_PROG: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig: Driver doesn't support backing files
73
74Testing: -drive file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig
75QEMU_PROG: -drive file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig: Driver doesn't support backing files
76
77
78=== Enable and disable lazy refcounting on the command line, plus some invalid values ===
79
80Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
81QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 82(qemu) quit
289f3eba
BT
83
84Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
85QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 86(qemu) quit
289f3eba
BT
87
88Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=
89QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=: Parameter 'lazy-refcounts' expects 'on' or 'off'
90
91Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=42
92QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=42: Parameter 'lazy-refcounts' expects 'on' or 'off'
93
94Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=foo
95QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=foo: Parameter 'lazy-refcounts' expects 'on' or 'off'
96
97
98=== With version 2 images enabling lazy refcounts must fail ===
99
100Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
101Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
102QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on: Lazy refcounts require a qcow2 image with at least qemu 1.1 compatibility level
103
104Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
105QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 106(qemu) quit
289f3eba
BT
107
108
109=== No medium ===
110
111Testing: -drive if=floppy
112QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 113(qemu) quit
289f3eba
BT
114
115Testing: -drive if=ide,media=cdrom
116QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 117(qemu) quit
289f3eba
BT
118
119Testing: -drive if=scsi,media=cdrom
120QEMU X.Y.Z monitor - type 'help' for more information
f778a82f 121(qemu) QEMU_PROG: -drive if=scsi,media=cdrom: warning: bus=0,unit=0 is deprecated with this machine type
69404d9e 122quit
289f3eba
BT
123
124Testing: -drive if=ide
125QEMU X.Y.Z monitor - type 'help' for more information
126(qemu) QEMU_PROG: Device needs media, but drive is empty
127QEMU_PROG: Initialization of device ide-hd failed: Device initialization failed.
128
289f3eba
BT
129Testing: -drive if=scsi
130QEMU X.Y.Z monitor - type 'help' for more information
f778a82f
MA
131(qemu) QEMU_PROG: -drive if=scsi: warning: bus=0,unit=0 is deprecated with this machine type
132QEMU_PROG: -drive if=scsi: Device needs media, but drive is empty
289f3eba 133
dd87de06
BT
134Testing: -drive if=virtio
135QEMU X.Y.Z monitor - type 'help' for more information
136(qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
137
289f3eba
BT
138Testing: -drive if=none,id=disk -device ide-cd,drive=disk
139QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 140(qemu) quit
289f3eba
BT
141
142Testing: -drive if=none,id=disk -device lsi53c895a -device scsi-cd,drive=disk
143QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 144(qemu) quit
289f3eba
BT
145
146Testing: -drive if=none,id=disk -device ide-drive,drive=disk
147QEMU X.Y.Z monitor - type 'help' for more information
148(qemu) QEMU_PROG: -device ide-drive,drive=disk: Device needs media, but drive is empty
149QEMU_PROG: -device ide-drive,drive=disk: Device initialization failed.
150
151Testing: -drive if=none,id=disk -device ide-hd,drive=disk
152QEMU X.Y.Z monitor - type 'help' for more information
153(qemu) QEMU_PROG: -device ide-hd,drive=disk: Device needs media, but drive is empty
154QEMU_PROG: -device ide-hd,drive=disk: Device initialization failed.
155
156Testing: -drive if=none,id=disk -device lsi53c895a -device scsi-disk,drive=disk
157QEMU X.Y.Z monitor - type 'help' for more information
158(qemu) QEMU_PROG: -device scsi-disk,drive=disk: Device needs media, but drive is empty
159
160Testing: -drive if=none,id=disk -device lsi53c895a -device scsi-hd,drive=disk
161QEMU X.Y.Z monitor - type 'help' for more information
162(qemu) QEMU_PROG: -device scsi-hd,drive=disk: Device needs media, but drive is empty
163
164
165=== Read-only ===
166
167Testing: -drive file=TEST_DIR/t.qcow2,if=floppy,readonly=on
168QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 169(qemu) quit
289f3eba
BT
170
171Testing: -drive file=TEST_DIR/t.qcow2,if=ide,media=cdrom,readonly=on
172QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 173(qemu) quit
289f3eba
BT
174
175Testing: -drive file=TEST_DIR/t.qcow2,if=scsi,media=cdrom,readonly=on
176QEMU X.Y.Z monitor - type 'help' for more information
f778a82f 177(qemu) QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=scsi,media=cdrom,readonly=on: warning: bus=0,unit=0 is deprecated with this machine type
69404d9e 178quit
289f3eba
BT
179
180Testing: -drive file=TEST_DIR/t.qcow2,if=ide,readonly=on
181QEMU X.Y.Z monitor - type 'help' for more information
a17c17a2 182(qemu) QEMU_PROG: Block node is read-only
289f3eba
BT
183QEMU_PROG: Initialization of device ide-hd failed: Device initialization failed.
184
dd87de06 185Testing: -drive file=TEST_DIR/t.qcow2,if=scsi,readonly=on
289f3eba 186QEMU X.Y.Z monitor - type 'help' for more information
f778a82f 187(qemu) QEMU_PROG: -drive file=TEST_DIR/t.qcow2,if=scsi,readonly=on: warning: bus=0,unit=0 is deprecated with this machine type
69404d9e 188quit
289f3eba 189
dd87de06 190Testing: -drive file=TEST_DIR/t.qcow2,if=virtio,readonly=on
289f3eba 191QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 192(qemu) quit
289f3eba
BT
193
194Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=disk,readonly=on -device ide-cd,drive=disk
195QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 196(qemu) quit
289f3eba
BT
197
198Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=disk,readonly=on -device lsi53c895a -device scsi-cd,drive=disk
199QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 200(qemu) quit
289f3eba
BT
201
202Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=disk,readonly=on -device ide-drive,drive=disk
203QEMU X.Y.Z monitor - type 'help' for more information
a17c17a2 204(qemu) QEMU_PROG: -device ide-drive,drive=disk: Block node is read-only
289f3eba
BT
205QEMU_PROG: -device ide-drive,drive=disk: Device initialization failed.
206
207Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=disk,readonly=on -device ide-hd,drive=disk
208QEMU X.Y.Z monitor - type 'help' for more information
a17c17a2 209(qemu) QEMU_PROG: -device ide-hd,drive=disk: Block node is read-only
289f3eba
BT
210QEMU_PROG: -device ide-hd,drive=disk: Device initialization failed.
211
212Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=disk,readonly=on -device lsi53c895a -device scsi-disk,drive=disk
213QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 214(qemu) quit
289f3eba
BT
215
216Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=disk,readonly=on -device lsi53c895a -device scsi-hd,drive=disk
217QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 218(qemu) quit
289f3eba
BT
219
220
221=== Cache modes ===
222
223Testing: -drive driver=null-co,cache=none
224QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 225(qemu) quit
289f3eba
BT
226
227Testing: -drive driver=null-co,cache=directsync
228QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 229(qemu) quit
289f3eba
BT
230
231Testing: -drive driver=null-co,cache=writeback
232QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 233(qemu) quit
289f3eba
BT
234
235Testing: -drive driver=null-co,cache=writethrough
236QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 237(qemu) quit
289f3eba
BT
238
239Testing: -drive driver=null-co,cache=unsafe
240QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 241(qemu) quit
289f3eba
BT
242
243Testing: -drive driver=null-co,cache=invalid_value
244QEMU_PROG: -drive driver=null-co,cache=invalid_value: invalid cache option
245
61de4c68 246Testing: -drive file=TEST_DIR/t.qcow2,cache=writeback,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file,if=none,id=drive0 -nodefaults
289f3eba 247QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 248(qemu) info block
dd87de06
BT
249drive0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
250 Removable device: not locked, tray closed
289f3eba
BT
251 Cache mode: writeback
252 Backing file: TEST_DIR/t.qcow2.base (chain depth: 1)
69404d9e 253(qemu) info block file
289f3eba
BT
254
255file: TEST_DIR/t.qcow2 (file)
256 Cache mode: writeback
69404d9e 257(qemu) info block backing
289f3eba
BT
258backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
259 Cache mode: writeback, ignore flushes
69404d9e 260(qemu) info block backing-file
289f3eba
BT
261
262backing-file: TEST_DIR/t.qcow2.base (file, read-only)
263 Cache mode: writeback, ignore flushes
69404d9e 264(qemu) quit
289f3eba 265
61de4c68 266Testing: -drive file=TEST_DIR/t.qcow2,cache=writethrough,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file,if=none,id=drive0 -nodefaults
289f3eba 267QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 268(qemu) info block
dd87de06
BT
269drive0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
270 Removable device: not locked, tray closed
289f3eba
BT
271 Cache mode: writethrough
272 Backing file: TEST_DIR/t.qcow2.base (chain depth: 1)
69404d9e 273(qemu) info block file
289f3eba
BT
274
275file: TEST_DIR/t.qcow2 (file)
276 Cache mode: writeback
69404d9e 277(qemu) info block backing
289f3eba
BT
278backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
279 Cache mode: writeback, ignore flushes
69404d9e 280(qemu) info block backing-file
289f3eba
BT
281
282backing-file: TEST_DIR/t.qcow2.base (file, read-only)
283 Cache mode: writeback, ignore flushes
69404d9e 284(qemu) quit
289f3eba 285
61de4c68 286Testing: -drive file=TEST_DIR/t.qcow2,cache=unsafe,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file,if=none,id=drive0 -nodefaults
289f3eba 287QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 288(qemu) info block
dd87de06
BT
289drive0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
290 Removable device: not locked, tray closed
289f3eba
BT
291 Cache mode: writeback, ignore flushes
292 Backing file: TEST_DIR/t.qcow2.base (chain depth: 1)
69404d9e 293(qemu) info block file
289f3eba
BT
294
295file: TEST_DIR/t.qcow2 (file)
296 Cache mode: writeback, ignore flushes
69404d9e 297(qemu) info block backing
289f3eba
BT
298backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
299 Cache mode: writeback, ignore flushes
69404d9e 300(qemu) info block backing-file
289f3eba
BT
301
302backing-file: TEST_DIR/t.qcow2.base (file, read-only)
303 Cache mode: writeback, ignore flushes
69404d9e 304(qemu) quit
289f3eba 305
61de4c68
KW
306Testing: -drive file=TEST_DIR/t.qcow2,cache=invalid_value,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file,if=none,id=drive0 -nodefaults
307QEMU_PROG: -drive file=TEST_DIR/t.qcow2,cache=invalid_value,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file,if=none,id=drive0: invalid cache option
289f3eba
BT
308
309
310=== Specifying the protocol layer ===
311
312Testing: -drive file=TEST_DIR/t.qcow2,file.driver=file
313QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 314(qemu) quit
289f3eba
BT
315
316
317=== Leaving out required options ===
318
319Testing: -drive driver=file
320QEMU_PROG: -drive driver=file: The 'file' block driver requires a file name
321
42dc10f1
HR
322Testing: -drive driver=file,filename=
323QEMU_PROG: -drive driver=file,filename=: The 'file' block driver requires a file name
324
289f3eba 325Testing: -drive driver=nbd
491d6c7c 326QEMU_PROG: -drive driver=nbd: NBD server address missing
289f3eba
BT
327
328Testing: -drive driver=raw
4e4bf5c4 329QEMU_PROG: -drive driver=raw: A block device must be specified for "file"
289f3eba
BT
330
331Testing: -drive file.driver=file
332QEMU_PROG: -drive file.driver=file: The 'file' block driver requires a file name
333
334Testing: -drive file.driver=nbd
491d6c7c 335QEMU_PROG: -drive file.driver=nbd: NBD server address missing
289f3eba
BT
336
337Testing: -drive file.driver=raw
4e4bf5c4 338QEMU_PROG: -drive file.driver=raw: A block device must be specified for "file"
289f3eba
BT
339
340Testing: -drive foo=bar
341QEMU_PROG: -drive foo=bar: Must specify either driver or file
342
343
344=== Specifying both an option and its legacy alias ===
345
346Testing: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678
347QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678: 'throttling.iops-total' and its alias 'iops' can't be used at the same time
348
349Testing: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678
350QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678: 'throttling.iops-read' and its alias 'iops_rd' can't be used at the same time
351
352Testing: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678
353QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678: 'throttling.iops-write' and its alias 'iops_wr' can't be used at the same time
354
355Testing: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678
356QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678: 'throttling.bps-total' and its alias 'bps' can't be used at the same time
357
358Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678
359QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678: 'throttling.bps-read' and its alias 'bps_rd' can't be used at the same time
360
361Testing: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678
362QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678: 'throttling.bps-write' and its alias 'bps_wr' can't be used at the same time
363
364Testing: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678
365QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678: 'throttling.iops-total-max' and its alias 'iops_max' can't be used at the same time
366
367Testing: -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678
368QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678: 'throttling.iops-read-max' and its alias 'iops_rd_max' can't be used at the same time
369
370Testing: -drive file=TEST_DIR/t.qcow2,iops_wr_max=1234,throttling.iops-write-max=5678
371QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_wr_max=1234,throttling.iops-write-max=5678: 'throttling.iops-write-max' and its alias 'iops_wr_max' can't be used at the same time
372
373Testing: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678
374QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678: 'throttling.bps-total-max' and its alias 'bps_max' can't be used at the same time
375
376Testing: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678
377QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678: 'throttling.bps-read-max' and its alias 'bps_rd_max' can't be used at the same time
378
379Testing: -drive file=TEST_DIR/t.qcow2,bps_wr_max=1234,throttling.bps-write-max=5678
380QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_wr_max=1234,throttling.bps-write-max=5678: 'throttling.bps-write-max' and its alias 'bps_wr_max' can't be used at the same time
381
382Testing: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678
383QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678: 'throttling.iops-size' and its alias 'iops_size' can't be used at the same time
384
385Testing: -drive file=TEST_DIR/t.qcow2,readonly=on,read-only=off
386QEMU_PROG: -drive file=TEST_DIR/t.qcow2,readonly=on,read-only=off: 'read-only' and its alias 'readonly' can't be used at the same time
387
388
e9b15550
FZ
389=== Catching negative/large throttling values ===
390
391Testing: -drive file=TEST_DIR/t.qcow2,iops=-1
392QEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops=-1: bps/iops/max values must be within [0, 1000000000000000]
393
394Testing: -drive file=TEST_DIR/t.qcow2,bps=-2
395QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=-2: bps/iops/max values must be within [0, 1000000000000000]
396
397Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=-3
398QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=-3: bps/iops/max values must be within [0, 1000000000000000]
399
400Testing: -drive file=TEST_DIR/t.qcow2,bps_rd_max=-3
401QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd_max=-3: bps/iops/max values must be within [0, 1000000000000000]
402
403Testing: -drive file=TEST_DIR/t.qcow2,throttling.iops-total=-4
404QEMU_PROG: -drive file=TEST_DIR/t.qcow2,throttling.iops-total=-4: bps/iops/max values must be within [0, 1000000000000000]
405
406Testing: -drive file=TEST_DIR/t.qcow2,throttling.bps-total=-5
407QEMU_PROG: -drive file=TEST_DIR/t.qcow2,throttling.bps-total=-5: bps/iops/max values must be within [0, 1000000000000000]
408
409Testing: -drive file=TEST_DIR/t.qcow2,bps=0
410QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 411(qemu) quit
e9b15550
FZ
412
413Testing: -drive file=TEST_DIR/t.qcow2,bps=1
414QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 415(qemu) quit
e9b15550
FZ
416
417Testing: -drive file=TEST_DIR/t.qcow2,bps=1000000000000000
418QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 419(qemu) quit
e9b15550
FZ
420
421Testing: -drive file=TEST_DIR/t.qcow2,bps=1000000000000001
422QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1000000000000001: bps/iops/max values must be within [0, 1000000000000000]
423
424Testing: -drive file=TEST_DIR/t.qcow2,bps=9999999999999999
425QEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=9999999999999999: bps/iops/max values must be within [0, 1000000000000000]
426
427
289f3eba
BT
428=== Parsing protocol from file name ===
429
430Testing: -hda foo:bar
431QEMU_PROG: -hda foo:bar: Unknown protocol 'foo'
432
433Testing: -drive file=foo:bar
434QEMU_PROG: -drive file=foo:bar: Unknown protocol 'foo'
435
436Testing: -drive file.filename=foo:bar
437QEMU_PROG: -drive file.filename=foo:bar: Could not open 'foo:bar': No such file or directory
438
439Testing: -hda file:TEST_DIR/t.qcow2
440QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 441(qemu) quit
289f3eba
BT
442
443Testing: -drive file=file:TEST_DIR/t.qcow2
444QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 445(qemu) quit
289f3eba
BT
446
447Testing: -drive file.filename=file:TEST_DIR/t.qcow2
448QEMU_PROG: -drive file.filename=file:TEST_DIR/t.qcow2: Could not open 'file:TEST_DIR/t.qcow2': No such file or directory
449
450
451=== Snapshot mode ===
452
453wrote 4096/4096 bytes at offset 0
4544 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
455Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
456QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 457(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
458wrote 4096/4096 bytes at offset 0
4594 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 460(qemu) quit
289f3eba
BT
461
462Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
463QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 464(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
465wrote 4096/4096 bytes at offset 0
4664 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 467(qemu) quit
289f3eba
BT
468
469Testing: -drive file.filename=TEST_DIR/t.qcow2,driver=qcow2,snapshot=on,if=none,id=drive0
470QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 471(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
472wrote 4096/4096 bytes at offset 0
4734 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 474(qemu) quit
289f3eba
BT
475
476Testing: -drive file.filename=TEST_DIR/t.qcow2,driver=qcow2,if=none,id=drive0 -snapshot
477QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 478(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
479wrote 4096/4096 bytes at offset 0
4804 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 481(qemu) quit
289f3eba
BT
482
483Testing: -drive file=file:TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
484QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 485(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
486wrote 4096/4096 bytes at offset 0
4874 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 488(qemu) quit
289f3eba
BT
489
490Testing: -drive file=file:TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
491QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 492(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
493wrote 4096/4096 bytes at offset 0
4944 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 495(qemu) quit
289f3eba
BT
496
497Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
498QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 499(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
500wrote 4096/4096 bytes at offset 0
5014 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 502(qemu) quit
289f3eba
BT
503
504Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
505QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 506(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
507wrote 4096/4096 bytes at offset 0
5084 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 509(qemu) quit
289f3eba
BT
510
511read 4096/4096 bytes at offset 0
5124 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
513Testing: -drive file=TEST_DIR/t.qcow2,snapshot=off,if=none,id=drive0
514QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 515(qemu) qemu-io drive0 "write -P 0x22 0 4k"
289f3eba
BT
516wrote 4096/4096 bytes at offset 0
5174 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e 518(qemu) quit
289f3eba
BT
519
520read 4096/4096 bytes at offset 0
5214 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
522Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
523QEMU X.Y.Z monitor - type 'help' for more information
69404d9e 524(qemu) qemu-io drive0 "write -P 0x33 0 4k"
289f3eba
BT
525wrote 4096/4096 bytes at offset 0
5264 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
69404d9e
KW
527(qemu) commit drive0
528(qemu) quit
289f3eba
BT
529
530read 4096/4096 bytes at offset 0
5314 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
532*** done
This page took 0.224918 seconds and 4 git commands to generate.