xref: /qemu/tests/qemu-iotests/051.out (revision 289f3eba)
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
7Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=
8QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=: Block format 'qcow2' used by device 'virtio0' doesn't support the option 'unknown_opt'
9
10Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on
11QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on: Block format 'qcow2' used by device 'virtio0' doesn't support the option 'unknown_opt'
12
13Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234
14QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234: Block format 'qcow2' used by device 'virtio0' doesn't support the option 'unknown_opt'
15
16Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo
17QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo: Block format 'qcow2' used by device 'virtio0' doesn't support the option 'unknown_opt'
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
59Testing: -drive file=TEST_DIR/t.qcow2,driver=qcow2,backing.file.filename=TEST_DIR/t.qcow2.orig -nodefaults
60QEMU X.Y.Z monitor - type 'help' for more information
61(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo block
62virtio0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
63    Cache mode:       writeback
64    Backing file:     TEST_DIR/t.qcow2.orig (chain depth: 1)
65(qemu) qququiquit
66
67Testing: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig
68QEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig: Driver doesn't support backing files
69
70Testing: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig
71QEMU_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
72
73Testing: -drive file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig
74QEMU_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
75
76
77=== Enable and disable lazy refcounting on the command line, plus some invalid values ===
78
79Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
80QEMU X.Y.Z monitor - type 'help' for more information
81(qemu) qququiquit
82
83Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
84QEMU X.Y.Z monitor - type 'help' for more information
85(qemu) qququiquit
86
87Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=
88QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=: Parameter 'lazy-refcounts' expects 'on' or 'off'
89
90Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=42
91QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=42: Parameter 'lazy-refcounts' expects 'on' or 'off'
92
93Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=foo
94QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=foo: Parameter 'lazy-refcounts' expects 'on' or 'off'
95
96
97=== With version 2 images enabling lazy refcounts must fail ===
98
99Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
100Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
101QEMU_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
102
103Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
104QEMU X.Y.Z monitor - type 'help' for more information
105(qemu) qququiquit
106
107
108=== No medium ===
109
110Testing: -drive if=floppy
111QEMU X.Y.Z monitor - type 'help' for more information
112(qemu) Warning: Orphaned drive without device: id=floppy0,file=,if=floppy,bus=0,unit=0
113qququiquit
114
115Testing: -drive if=ide,media=cdrom
116QEMU X.Y.Z monitor - type 'help' for more information
117(qemu) Warning: Orphaned drive without device: id=ide0-cd0,file=,if=ide,bus=0,unit=0
118qququiquit
119
120Testing: -drive if=scsi,media=cdrom
121QEMU X.Y.Z monitor - type 'help' for more information
122(qemu) Warning: Orphaned drive without device: id=scsi0-cd0,file=,if=scsi,bus=0,unit=0
123qququiquit
124
125Testing: -drive if=ide
126QEMU X.Y.Z monitor - type 'help' for more information
127(qemu) Warning: Orphaned drive without device: id=ide0-hd0,file=,if=ide,bus=0,unit=0
128qququiquit
129
130Testing: -drive if=virtio
131QEMU X.Y.Z monitor - type 'help' for more information
132(qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
133
134Testing: -drive if=scsi
135QEMU X.Y.Z monitor - type 'help' for more information
136(qemu) Warning: Orphaned drive without device: id=scsi0-hd0,file=,if=scsi,bus=0,unit=0
137qququiquit
138
139
140=== Read-only ===
141
142Testing: -drive file=TEST_DIR/t.qcow2,if=virtio,readonly=on
143QEMU X.Y.Z monitor - type 'help' for more information
144(qemu) qququiquit
145
146Testing: -drive file=TEST_DIR/t.qcow2,if=scsi,readonly=on
147QEMU X.Y.Z monitor - type 'help' for more information
148(qemu) Warning: Orphaned drive without device: id=scsi0-hd0,file=TEST_DIR/t.qcow2,if=scsi,bus=0,unit=0
149qququiquit
150
151
152=== Cache modes ===
153
154Testing: -drive driver=null-co,cache=none
155QEMU X.Y.Z monitor - type 'help' for more information
156(qemu) qququiquit
157
158Testing: -drive driver=null-co,cache=directsync
159QEMU X.Y.Z monitor - type 'help' for more information
160(qemu) qququiquit
161
162Testing: -drive driver=null-co,cache=writeback
163QEMU X.Y.Z monitor - type 'help' for more information
164(qemu) qququiquit
165
166Testing: -drive driver=null-co,cache=writethrough
167QEMU X.Y.Z monitor - type 'help' for more information
168(qemu) qququiquit
169
170Testing: -drive driver=null-co,cache=unsafe
171QEMU X.Y.Z monitor - type 'help' for more information
172(qemu) qququiquit
173
174Testing: -drive driver=null-co,cache=invalid_value
175QEMU_PROG: -drive driver=null-co,cache=invalid_value: invalid cache option
176
177Testing: -drive file=TEST_DIR/t.qcow2,cache=writeback,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.cache.writeback=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file -nodefaults
178QEMU X.Y.Z monitor - type 'help' for more information
179(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo block
180ide0-hd0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
181    Cache mode:       writeback
182    Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
183(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block finfo block fiinfo block filinfo block file
184
185file: TEST_DIR/t.qcow2 (file)
186    Cache mode:       writeback
187(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backing
188backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
189    Cache mode:       writeback, ignore flushes
190(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backinginfo block backing-info block backing-finfo block backing-fiinfo block backing-filinfo block backing-file
191
192backing-file: TEST_DIR/t.qcow2.base (file, read-only)
193    Cache mode:       writeback, ignore flushes
194(qemu) qququiquit
195
196Testing: -drive file=TEST_DIR/t.qcow2,cache=writethrough,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.cache.writeback=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file -nodefaults
197QEMU X.Y.Z monitor - type 'help' for more information
198(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo block
199ide0-hd0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
200    Cache mode:       writethrough
201    Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
202(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block finfo block fiinfo block filinfo block file
203
204file: TEST_DIR/t.qcow2 (file)
205    Cache mode:       writeback
206(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backing
207backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
208    Cache mode:       writeback, ignore flushes
209(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backinginfo block backing-info block backing-finfo block backing-fiinfo block backing-filinfo block backing-file
210
211backing-file: TEST_DIR/t.qcow2.base (file, read-only)
212    Cache mode:       writeback, ignore flushes
213(qemu) qququiquit
214
215Testing: -drive file=TEST_DIR/t.qcow2,cache=unsafe,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.cache.writeback=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file -nodefaults
216QEMU X.Y.Z monitor - type 'help' for more information
217(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo block
218ide0-hd0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
219    Cache mode:       writeback, ignore flushes
220    Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
221(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block finfo block fiinfo block filinfo block file
222
223file: TEST_DIR/t.qcow2 (file)
224    Cache mode:       writeback, ignore flushes
225(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backing
226backing: TEST_DIR/t.qcow2.base (qcow2, read-only)
227    Cache mode:       writeback, ignore flushes
228(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backinginfo block backing-info block backing-finfo block backing-fiinfo block backing-filinfo block backing-file
229
230backing-file: TEST_DIR/t.qcow2.base (file, read-only)
231    Cache mode:       writeback, ignore flushes
232(qemu) qququiquit
233
234Testing: -drive file=TEST_DIR/t.qcow2,cache=invalid_value,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.cache.writeback=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file -nodefaults
235QEMU_PROG: -drive file=TEST_DIR/t.qcow2,cache=invalid_value,backing.file.filename=TEST_DIR/t.qcow2.base,backing.cache.no-flush=on,backing.cache.writeback=on,backing.node-name=backing,backing.file.node-name=backing-file,file.node-name=file: invalid cache option
236
237
238=== Specifying the protocol layer ===
239
240Testing: -drive file=TEST_DIR/t.qcow2,file.driver=file
241QEMU X.Y.Z monitor - type 'help' for more information
242(qemu) qququiquit
243
244
245=== Leaving out required options ===
246
247Testing: -drive driver=file
248QEMU_PROG: -drive driver=file: The 'file' block driver requires a file name
249
250Testing: -drive driver=nbd
251QEMU_PROG: -drive driver=nbd: one of path and host must be specified.
252
253Testing: -drive driver=raw
254QEMU_PROG: -drive driver=raw: Can't use 'raw' as a block driver for the protocol level
255
256Testing: -drive file.driver=file
257QEMU_PROG: -drive file.driver=file: The 'file' block driver requires a file name
258
259Testing: -drive file.driver=nbd
260QEMU_PROG: -drive file.driver=nbd: one of path and host must be specified.
261
262Testing: -drive file.driver=raw
263QEMU_PROG: -drive file.driver=raw: Can't use 'raw' as a block driver for the protocol level
264
265Testing: -drive foo=bar
266QEMU_PROG: -drive foo=bar: Must specify either driver or file
267
268
269=== Specifying both an option and its legacy alias ===
270
271Testing: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678
272QEMU_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
273
274Testing: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678
275QEMU_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
276
277Testing: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678
278QEMU_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
279
280Testing: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678
281QEMU_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
282
283Testing: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678
284QEMU_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
285
286Testing: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678
287QEMU_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
288
289Testing: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678
290QEMU_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
291
292Testing: -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678
293QEMU_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
294
295Testing: -drive file=TEST_DIR/t.qcow2,iops_wr_max=1234,throttling.iops-write-max=5678
296QEMU_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
297
298Testing: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678
299QEMU_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
300
301Testing: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678
302QEMU_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
303
304Testing: -drive file=TEST_DIR/t.qcow2,bps_wr_max=1234,throttling.bps-write-max=5678
305QEMU_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
306
307Testing: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678
308QEMU_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
309
310Testing: -drive file=TEST_DIR/t.qcow2,readonly=on,read-only=off
311QEMU_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
312
313
314=== Parsing protocol from file name ===
315
316Testing: -hda foo:bar
317QEMU_PROG: -hda foo:bar: Unknown protocol 'foo'
318
319Testing: -drive file=foo:bar
320QEMU_PROG: -drive file=foo:bar: Unknown protocol 'foo'
321
322Testing: -drive file.filename=foo:bar
323QEMU_PROG: -drive file.filename=foo:bar: Could not open 'foo:bar': No such file or directory
324
325Testing: -hda file:TEST_DIR/t.qcow2
326QEMU X.Y.Z monitor - type 'help' for more information
327(qemu) qququiquit
328
329Testing: -drive file=file:TEST_DIR/t.qcow2
330QEMU X.Y.Z monitor - type 'help' for more information
331(qemu) qququiquit
332
333Testing: -drive file.filename=file:TEST_DIR/t.qcow2
334QEMU_PROG: -drive file.filename=file:TEST_DIR/t.qcow2: Could not open 'file:TEST_DIR/t.qcow2': No such file or directory
335
336
337=== Snapshot mode ===
338
339wrote 4096/4096 bytes at offset 0
3404 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
341Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
342QEMU X.Y.Z monitor - type 'help' for more information
343(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
344wrote 4096/4096 bytes at offset 0
3454 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
346(qemu) qququiquit
347
348Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
349QEMU X.Y.Z monitor - type 'help' for more information
350(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
351wrote 4096/4096 bytes at offset 0
3524 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
353(qemu) qququiquit
354
355Testing: -drive file.filename=TEST_DIR/t.qcow2,driver=qcow2,snapshot=on,if=none,id=drive0
356QEMU X.Y.Z monitor - type 'help' for more information
357(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
358wrote 4096/4096 bytes at offset 0
3594 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
360(qemu) qququiquit
361
362Testing: -drive file.filename=TEST_DIR/t.qcow2,driver=qcow2,if=none,id=drive0 -snapshot
363QEMU X.Y.Z monitor - type 'help' for more information
364(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
365wrote 4096/4096 bytes at offset 0
3664 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
367(qemu) qququiquit
368
369Testing: -drive file=file:TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
370QEMU X.Y.Z monitor - type 'help' for more information
371(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
372wrote 4096/4096 bytes at offset 0
3734 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
374(qemu) qququiquit
375
376Testing: -drive file=file:TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
377QEMU X.Y.Z monitor - type 'help' for more information
378(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
379wrote 4096/4096 bytes at offset 0
3804 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
381(qemu) qququiquit
382
383Testing: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
384QEMU X.Y.Z monitor - type 'help' for more information
385(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
386wrote 4096/4096 bytes at offset 0
3874 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
388(qemu) qququiquit
389
390Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
391QEMU X.Y.Z monitor - type 'help' for more information
392(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
393wrote 4096/4096 bytes at offset 0
3944 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
395(qemu) qququiquit
396
397read 4096/4096 bytes at offset 0
3984 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
399Testing: -drive file=TEST_DIR/t.qcow2,snapshot=off,if=none,id=drive0
400QEMU X.Y.Z monitor - type 'help' for more information
401(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x2qemu-io drive0 "write -P 0x22qemu-io drive0 "write -P 0x22 qemu-io drive0 "write -P 0x22 0qemu-io drive0 "write -P 0x22 0 qemu-io drive0 "write -P 0x22 0 4qemu-io drive0 "write -P 0x22 0 4kqemu-io drive0 "write -P 0x22 0 4k"
402wrote 4096/4096 bytes at offset 0
4034 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
404(qemu) qququiquit
405
406read 4096/4096 bytes at offset 0
4074 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
408Testing: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
409QEMU X.Y.Z monitor - type 'help' for more information
410(qemu) qqeqemqemuqemu-qemu-iqemu-ioqemu-io qemu-io dqemu-io drqemu-io driqemu-io drivqemu-io driveqemu-io drive0qemu-io drive0 qemu-io drive0 "qemu-io drive0 "wqemu-io drive0 "wrqemu-io drive0 "wriqemu-io drive0 "writqemu-io drive0 "writeqemu-io drive0 "write qemu-io drive0 "write -qemu-io drive0 "write -Pqemu-io drive0 "write -P qemu-io drive0 "write -P 0qemu-io drive0 "write -P 0xqemu-io drive0 "write -P 0x3qemu-io drive0 "write -P 0x33qemu-io drive0 "write -P 0x33 qemu-io drive0 "write -P 0x33 0qemu-io drive0 "write -P 0x33 0 qemu-io drive0 "write -P 0x33 0 4qemu-io drive0 "write -P 0x33 0 4kqemu-io drive0 "write -P 0x33 0 4k"
411wrote 4096/4096 bytes at offset 0
4124 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
413(qemu) ccocomcommcommicommitcommit commit dcommit drcommit dricommit drivcommit drivecommit drive0
414(qemu) qququiquit
415
416read 4096/4096 bytes at offset 0
4174 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
418*** done
419