Merge remote-tracking branch 'remotes/nvme/tags/nvme-fixes-20210407-pull-request...
[qemu/ar7.git] / tests / qemu-iotests / 051.out
blob441f83e41ab7af9fb8556149da209a2bc849e816
1 QA output created by 051
2 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
3 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT
5 === Unknown option ===
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 'qcow2' does not support the option 'unknown_opt'
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 'qcow2' does not support the option 'unknown_opt'
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 format 'qcow2' does not support the option 'unknown_opt'
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 format 'qcow2' does not support the option 'unknown_opt'
20 === Unknown protocol option ===
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't support the option 'unknown_opt'
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' doesn't support the option 'unknown_opt'
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' doesn't support the option 'unknown_opt'
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' doesn't support the option 'unknown_opt'
35 === Invalid format ===
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 'format'
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 'format'
50 === Node names ===
52 Testing: -drive file=TEST_DIR/t.qcow2,node-name=x123456789012345678901234567890
53 QEMU X.Y.Z monitor - type 'help' for more information
54 (qemu) quit
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 long
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
61 (qemu) quit
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'
73 === Device without drive ===
75 Testing: -device virtio-scsi -device scsi-hd
76 QEMU X.Y.Z monitor - type 'help' for more information
77 (qemu) QEMU_PROG: -device scsi-hd: drive property not set
80 === Overriding backing file ===
82 Testing: -drive file=TEST_DIR/t.qcow2,driver=qcow2,backing.file.filename=TEST_DIR/t.qcow2.orig,if=none,id=drive0 -nodefaults
83 QEMU X.Y.Z monitor - type 'help' for more information
84 (qemu) info block
85 drive0 (NODE_NAME): json:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.orig"}}, "driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2"}} (qcow2)
86     Removable device: not locked, tray closed
87     Cache mode:       writeback
88     Backing file:     TEST_DIR/t.qcow2.orig (chain depth: 1)
89 (qemu) quit
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: Driver doesn't support backing files
94 Testing: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig
95 QEMU_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
97 Testing: -drive file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig
98 QEMU_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
101 === Enable and disable lazy refcounting on the command line, plus some invalid values ===
103 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
104 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
105 QEMU X.Y.Z monitor - type 'help' for more information
106 (qemu) quit
108 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
109 QEMU X.Y.Z monitor - type 'help' for more information
110 (qemu) quit
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' expects 'on' or 'off'
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' expects 'on' or 'off'
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' expects 'on' or 'off'
122 === With version 2 images enabling lazy refcounts must fail ===
124 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
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 qcow2 image with at least qemu 1.1 compatibility level
128 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
129 QEMU X.Y.Z monitor - type 'help' for more information
130 (qemu) quit
133 === No medium ===
135 Testing: -drive if=virtio
136 QEMU X.Y.Z monitor - type 'help' for more information
137 (qemu) 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
147 (qemu) quit
150 === Cache modes ===
152 Testing: -drive driver=null-co,read-zeroes=on,cache=none
153 QEMU X.Y.Z monitor - type 'help' for more information
154 (qemu) quit
156 Testing: -drive driver=null-co,read-zeroes=on,cache=directsync
157 QEMU X.Y.Z monitor - type 'help' for more information
158 (qemu) quit
160 Testing: -drive driver=null-co,read-zeroes=on,cache=writeback
161 QEMU X.Y.Z monitor - type 'help' for more information
162 (qemu) quit
164 Testing: -drive driver=null-co,read-zeroes=on,cache=writethrough
165 QEMU X.Y.Z monitor - type 'help' for more information
166 (qemu) quit
168 Testing: -drive driver=null-co,read-zeroes=on,cache=unsafe
169 QEMU X.Y.Z monitor - type 'help' for more information
170 (qemu) quit
172 Testing: -drive driver=null-co,cache=invalid_value
173 QEMU_PROG: -drive driver=null-co,cache=invalid_value: invalid cache option
175 Testing: -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
176 QEMU X.Y.Z monitor - type 'help' for more information
177 (qemu) info block
178 drive0 (NODE_NAME): json:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.base"}}, "driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2"}} (qcow2)
179     Removable device: not locked, tray closed
180     Cache mode:       writeback
181     Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
182 (qemu) info block file
184 file: TEST_DIR/t.qcow2 (file)
185     Cache mode:       writeback
186 (qemu) info block backing
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
193 (qemu) quit
195 Testing: -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
196 QEMU X.Y.Z monitor - type 'help' for more information
197 (qemu) info block
198 drive0 (NODE_NAME): json:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.base"}}, "driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2"}} (qcow2)
199     Removable device: not locked, tray closed
200     Cache mode:       writethrough
201     Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
202 (qemu) info block file
204 file: TEST_DIR/t.qcow2 (file)
205     Cache mode:       writeback
206 (qemu) info block backing
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
213 (qemu) quit
215 Testing: -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
216 QEMU X.Y.Z monitor - type 'help' for more information
217 (qemu) info block
218 drive0 (NODE_NAME): json:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2.base"}}, "driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2"}} (qcow2)
219     Removable device: not locked, tray closed
220     Cache mode:       writeback, ignore flushes
221     Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
222 (qemu) info block file
224 file: TEST_DIR/t.qcow2 (file)
225     Cache mode:       writeback, ignore flushes
226 (qemu) info block backing
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
233 (qemu) quit
235 Testing: -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
236 QEMU_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
239 === Specifying the protocol layer ===
241 Testing: -drive file=TEST_DIR/t.qcow2,file.driver=file
242 QEMU X.Y.Z monitor - type 'help' for more information
243 (qemu) quit
246 === Leaving out required options ===
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
273 === Specifying both an option and its legacy alias ===
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-total' and its alias 'iops' can't be used at the same time
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-read' and its alias 'iops_rd' can't be used at the same time
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-write' and its alias 'iops_wr' can't be used at the same time
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' and its alias 'bps' can't be used at the same time
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' and its alias 'bps_rd' can't be used at the same time
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-write' and its alias 'bps_wr' can't be used at the same time
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.iops-total-max' and its alias 'iops_max' can't be used at the same time
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.iops-read-max' and its alias 'iops_rd_max' can't be used at the same time
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: 'throttling.iops-write-max' and its alias 'iops_wr_max' can't be used at the same time
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-total-max' and its alias 'bps_max' can't be used at the same time
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.bps-read-max' and its alias 'bps_rd_max' can't be used at the same time
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.bps-write-max' and its alias 'bps_wr_max' can't be used at the same time
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-size' and its alias 'iops_size' can't be used at the same time
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 'readonly' can't be used at the same time
318 === Catching negative/large throttling values ===
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, 1000000000000000]
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, 1000000000000000]
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, 1000000000000000]
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, 1000000000000000]
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 within [0, 1000000000000000]
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 [0, 1000000000000000]
338 Testing: -drive file=TEST_DIR/t.qcow2,bps=0
339 QEMU X.Y.Z monitor - type 'help' for more information
340 (qemu) quit
342 Testing: -drive file=TEST_DIR/t.qcow2,bps=1
343 QEMU X.Y.Z monitor - type 'help' for more information
344 (qemu) quit
346 Testing: -drive file=TEST_DIR/t.qcow2,bps=1000000000000000
347 QEMU X.Y.Z monitor - type 'help' for more information
348 (qemu) quit
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, 1000000000000000]
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, 1000000000000000]
357 === Parsing protocol from file name ===
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
370 (qemu) quit
372 Testing: -drive file=file:TEST_DIR/t.qcow2
373 QEMU X.Y.Z monitor - type 'help' for more information
374 (qemu) quit
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 such file or directory
380 === Snapshot mode ===
382 wrote 4096/4096 bytes at offset 0
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"
387 wrote 4096/4096 bytes at offset 0
388 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
389 (qemu) quit
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"
394 wrote 4096/4096 bytes at offset 0
395 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
396 (qemu) quit
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"
401 wrote 4096/4096 bytes at offset 0
402 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
403 (qemu) quit
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"
408 wrote 4096/4096 bytes at offset 0
409 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
410 (qemu) quit
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"
415 wrote 4096/4096 bytes at offset 0
416 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
417 (qemu) quit
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"
422 wrote 4096/4096 bytes at offset 0
423 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
424 (qemu) quit
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"
429 wrote 4096/4096 bytes at offset 0
430 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
431 (qemu) quit
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"
436 wrote 4096/4096 bytes at offset 0
437 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
438 (qemu) quit
440 read 4096/4096 bytes at offset 0
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"
445 wrote 4096/4096 bytes at offset 0
446 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
447 (qemu) quit
449 read 4096/4096 bytes at offset 0
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"
454 wrote 4096/4096 bytes at offset 0
455 4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
456 (qemu) commit drive0
457 (qemu) quit
459 read 4096/4096 bytes at offset 0
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 get temporary filename: No such file or directory
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
466 (qemu) info block
467 drive0 (NODE_NAME): json:{"backing": {"driver": "qcow2", "file": {"driver": "file", "filename": "TEST_DIR/t.qcow2"}}, "driver": "qcow2", "file": {"driver": "file", "filename": SNAPSHOT_PATH}} (qcow2, read-only)
468     Removable device: not locked, tray closed
469     Cache mode:       writeback, ignore flushes
470     Backing file:     TEST_DIR/t.qcow2 (chain depth: 1)
471 (qemu) quit
473 *** done