xref: /qemu/tests/qemu-iotests/051.out (revision 1759386b7cfdd36f11cb4228d2237468814b0989)
147e5df21SKevin WolfQA output created by 051
247e5df21SKevin WolfFormatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
3fe646693SKővágó, ZoltánFormatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base
447e5df21SKevin Wolf
547e5df21SKevin Wolf=== Unknown option ===
647e5df21SKevin Wolf
7dd87de06SBo TuTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0
8d0e46a55SMax ReitzQEMU_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'
947e5df21SKevin Wolf
10dd87de06SBo TuTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0
11d0e46a55SMax ReitzQEMU_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'
1247e5df21SKevin Wolf
13dd87de06SBo TuTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0
14d0e46a55SMax ReitzQEMU_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'
1547e5df21SKevin Wolf
16dd87de06SBo TuTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0
17d0e46a55SMax ReitzQEMU_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'
1847e5df21SKevin Wolf
1947e5df21SKevin Wolf
20eb909c7fSKevin Wolf=== Unknown protocol option ===
21eb909c7fSKevin Wolf
22eb909c7fSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=
23e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=: Block protocol 'file' doesn't support the option 'unknown_opt'
24eb909c7fSKevin Wolf
25eb909c7fSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=on
26e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=on: Block protocol 'file' doesn't support the option 'unknown_opt'
27eb909c7fSKevin Wolf
28eb909c7fSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=1234
29e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=1234: Block protocol 'file' doesn't support the option 'unknown_opt'
30eb909c7fSKevin Wolf
31eb909c7fSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=foo
32e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=foo: Block protocol 'file' doesn't support the option 'unknown_opt'
33eb909c7fSKevin Wolf
34eb909c7fSKevin Wolf
3506d22aa3SKevin Wolf=== Invalid format ===
3606d22aa3SKevin Wolf
3706d22aa3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=foo
38e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=foo: Unknown driver 'foo'
3906d22aa3SKevin Wolf
4006d22aa3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,driver=foo
41e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=foo: Unknown driver 'foo'
4217b005f1SKevin Wolf
4317b005f1SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,driver=raw,format=qcow2
44e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,format=qcow2: Cannot specify both 'driver' and 'format'
4506d22aa3SKevin Wolf
4680495fdfSMax ReitzTesting: -drive file=TEST_DIR/t.qcow2,driver=qcow2,format=qcow2
47e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=qcow2,format=qcow2: Cannot specify both 'driver' and 'format'
4880495fdfSMax Reitz
4906d22aa3SKevin Wolf
50354483e5SChristian Borntraeger=== Device without drive ===
51354483e5SChristian Borntraeger
52354483e5SChristian BorntraegerTesting: -device virtio-scsi-pci -device scsi-hd
53354483e5SChristian BorntraegerQEMU X.Y.Z monitor - type 'help' for more information
54354483e5SChristian Borntraeger(qemu) QEMU_PROG: -device scsi-hd: drive property not set
55354483e5SChristian Borntraeger
56354483e5SChristian Borntraeger
574db9c980SFam Zheng=== Overriding backing file ===
584db9c980SFam Zheng
59dd87de06SBo TuTesting: -drive file=TEST_DIR/t.qcow2,driver=qcow2,backing.file.filename=TEST_DIR/t.qcow2.orig,if=none,id=drive0 -nodefaults
604db9c980SFam ZhengQEMU X.Y.Z monitor - type 'help' for more information
614db9c980SFam Zheng(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo block
62dd87de06SBo Tudrive0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
63dd87de06SBo Tu    Removable device: not locked, tray closed
649e193c5aSKevin Wolf    Cache mode:       writeback
654db9c980SFam Zheng    Backing file:     TEST_DIR/t.qcow2.orig (chain depth: 1)
66a7cf03d4SKevin Wolf(qemu) qququiquit
674db9c980SFam Zheng
688ee79e70SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig
69e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,driver=raw,backing.file.filename=TEST_DIR/t.qcow2.orig: Driver doesn't support backing files
708ee79e70SKevin Wolf
718ee79e70SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,file.backing.driver=file,file.backing.filename=TEST_DIR/t.qcow2.orig
72e4342ce5SMax ReitzQEMU_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
738ee79e70SKevin Wolf
748ee79e70SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,file.backing.driver=qcow2,file.backing.file.filename=TEST_DIR/t.qcow2.orig
75e4342ce5SMax ReitzQEMU_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
768ee79e70SKevin Wolf
774db9c980SFam Zheng
7847e5df21SKevin Wolf=== Enable and disable lazy refcounting on the command line, plus some invalid values ===
7947e5df21SKevin Wolf
8064aa99d3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
819580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
827a370406SKevin Wolf(qemu) qququiquit
8347e5df21SKevin Wolf
8464aa99d3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
859580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
867a370406SKevin Wolf(qemu) qququiquit
8747e5df21SKevin Wolf
8864aa99d3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=
89e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=: Parameter 'lazy-refcounts' expects 'on' or 'off'
9047e5df21SKevin Wolf
9164aa99d3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=42
92e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=42: Parameter 'lazy-refcounts' expects 'on' or 'off'
9347e5df21SKevin Wolf
9464aa99d3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=foo
95e4342ce5SMax ReitzQEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=foo: Parameter 'lazy-refcounts' expects 'on' or 'off'
9647e5df21SKevin Wolf
9747e5df21SKevin Wolf
9847e5df21SKevin Wolf=== With version 2 images enabling lazy refcounts must fail ===
9947e5df21SKevin Wolf
10047e5df21SKevin WolfFormatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728
10164aa99d3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=on
102e4342ce5SMax ReitzQEMU_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
10347e5df21SKevin Wolf
10464aa99d3SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,format=qcow2,lazy-refcounts=off
1059580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
1067a370406SKevin Wolf(qemu) qququiquit
10747e5df21SKevin Wolf
10847e5df21SKevin Wolf
10947e5df21SKevin Wolf=== No medium ===
11047e5df21SKevin Wolf
11147e5df21SKevin WolfTesting: -drive if=virtio
1129580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
1137a370406SKevin Wolf(qemu) QEMU_PROG: -drive if=virtio: Device needs media, but drive is empty
11447e5df21SKevin Wolf
11547e5df21SKevin Wolf
11647e5df21SKevin Wolf=== Read-only ===
11747e5df21SKevin Wolf
11847e5df21SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,if=virtio,readonly=on
1199580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
1207a370406SKevin Wolf(qemu) qququiquit
12147e5df21SKevin Wolf
12247e5df21SKevin Wolf
12347e5df21SKevin Wolf=== Cache modes ===
12447e5df21SKevin Wolf
125fc17c259SKevin WolfTesting: -drive driver=null-co,cache=none
1269580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
1277a370406SKevin Wolf(qemu) qququiquit
12847e5df21SKevin Wolf
129fc17c259SKevin WolfTesting: -drive driver=null-co,cache=directsync
1309580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
1317a370406SKevin Wolf(qemu) qququiquit
13247e5df21SKevin Wolf
133fc17c259SKevin WolfTesting: -drive driver=null-co,cache=writeback
1349580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
1357a370406SKevin Wolf(qemu) qququiquit
13647e5df21SKevin Wolf
137fc17c259SKevin WolfTesting: -drive driver=null-co,cache=writethrough
1389580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
1397a370406SKevin Wolf(qemu) qququiquit
14047e5df21SKevin Wolf
141fc17c259SKevin WolfTesting: -drive driver=null-co,cache=unsafe
1429580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
1437a370406SKevin Wolf(qemu) qququiquit
14447e5df21SKevin Wolf
145fc17c259SKevin WolfTesting: -drive driver=null-co,cache=invalid_value
146fc17c259SKevin WolfQEMU_PROG: -drive driver=null-co,cache=invalid_value: invalid cache option
14747e5df21SKevin Wolf
148*1759386bSSascha SilbeTesting: -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
149768ee459SKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
150768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo block
151dd87de06SBo Tudrive0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
152dd87de06SBo Tu    Removable device: not locked, tray closed
153768ee459SKevin Wolf    Cache mode:       writeback
154768ee459SKevin Wolf    Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
155768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block finfo block fiinfo block filinfo block file
156768ee459SKevin Wolf
157768ee459SKevin Wolffile: TEST_DIR/t.qcow2 (file)
158768ee459SKevin Wolf    Cache mode:       writeback
159768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backing
160768ee459SKevin Wolfbacking: TEST_DIR/t.qcow2.base (qcow2, read-only)
161768ee459SKevin Wolf    Cache mode:       writeback, ignore flushes
162768ee459SKevin Wolf(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
163768ee459SKevin Wolf
164768ee459SKevin Wolfbacking-file: TEST_DIR/t.qcow2.base (file, read-only)
165768ee459SKevin Wolf    Cache mode:       writeback, ignore flushes
166768ee459SKevin Wolf(qemu) qququiquit
167768ee459SKevin Wolf
168*1759386bSSascha SilbeTesting: -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
169768ee459SKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
170768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo block
171dd87de06SBo Tudrive0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
172dd87de06SBo Tu    Removable device: not locked, tray closed
173768ee459SKevin Wolf    Cache mode:       writethrough
174768ee459SKevin Wolf    Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
175768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block finfo block fiinfo block filinfo block file
176768ee459SKevin Wolf
177768ee459SKevin Wolffile: TEST_DIR/t.qcow2 (file)
178768ee459SKevin Wolf    Cache mode:       writeback
179768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backing
180768ee459SKevin Wolfbacking: TEST_DIR/t.qcow2.base (qcow2, read-only)
181768ee459SKevin Wolf    Cache mode:       writeback, ignore flushes
182768ee459SKevin Wolf(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
183768ee459SKevin Wolf
184768ee459SKevin Wolfbacking-file: TEST_DIR/t.qcow2.base (file, read-only)
185768ee459SKevin Wolf    Cache mode:       writeback, ignore flushes
186768ee459SKevin Wolf(qemu) qququiquit
187768ee459SKevin Wolf
188*1759386bSSascha SilbeTesting: -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
189768ee459SKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
190768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo block
191dd87de06SBo Tudrive0 (NODE_NAME): TEST_DIR/t.qcow2 (qcow2)
192dd87de06SBo Tu    Removable device: not locked, tray closed
193768ee459SKevin Wolf    Cache mode:       writeback, ignore flushes
194768ee459SKevin Wolf    Backing file:     TEST_DIR/t.qcow2.base (chain depth: 1)
195768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block finfo block fiinfo block filinfo block file
196768ee459SKevin Wolf
197768ee459SKevin Wolffile: TEST_DIR/t.qcow2 (file)
198768ee459SKevin Wolf    Cache mode:       writeback, ignore flushes
199768ee459SKevin Wolf(qemu) iininfinfoinfo info binfo blinfo bloinfo blocinfo blockinfo block info block binfo block bainfo block bacinfo block backinfo block backiinfo block backininfo block backing
200768ee459SKevin Wolfbacking: TEST_DIR/t.qcow2.base (qcow2, read-only)
201768ee459SKevin Wolf    Cache mode:       writeback, ignore flushes
202768ee459SKevin Wolf(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
203768ee459SKevin Wolf
204768ee459SKevin Wolfbacking-file: TEST_DIR/t.qcow2.base (file, read-only)
205768ee459SKevin Wolf    Cache mode:       writeback, ignore flushes
206768ee459SKevin Wolf(qemu) qququiquit
207768ee459SKevin Wolf
208*1759386bSSascha SilbeTesting: -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
209*1759386bSSascha SilbeQEMU_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
210768ee459SKevin Wolf
2112af5ef70SKevin Wolf
2122af5ef70SKevin Wolf=== Specifying the protocol layer ===
2132af5ef70SKevin Wolf
2142af5ef70SKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,file.driver=file
2159580498bSStefan HajnocziQEMU X.Y.Z monitor - type 'help' for more information
2167a370406SKevin Wolf(qemu) qququiquit
2172af5ef70SKevin Wolf
21898289620SKevin Wolf
219765003dbSKevin Wolf=== Leaving out required options ===
220765003dbSKevin Wolf
221765003dbSKevin WolfTesting: -drive driver=file
222e4342ce5SMax ReitzQEMU_PROG: -drive driver=file: The 'file' block driver requires a file name
223765003dbSKevin Wolf
224765003dbSKevin WolfTesting: -drive driver=nbd
225e4342ce5SMax ReitzQEMU_PROG: -drive driver=nbd: one of path and host must be specified.
226765003dbSKevin Wolf
227765003dbSKevin WolfTesting: -drive driver=raw
228e4342ce5SMax ReitzQEMU_PROG: -drive driver=raw: Can't use 'raw' as a block driver for the protocol level
229765003dbSKevin Wolf
230765003dbSKevin WolfTesting: -drive file.driver=file
231e4342ce5SMax ReitzQEMU_PROG: -drive file.driver=file: The 'file' block driver requires a file name
232765003dbSKevin Wolf
233765003dbSKevin WolfTesting: -drive file.driver=nbd
234e4342ce5SMax ReitzQEMU_PROG: -drive file.driver=nbd: one of path and host must be specified.
235765003dbSKevin Wolf
236765003dbSKevin WolfTesting: -drive file.driver=raw
237e4342ce5SMax ReitzQEMU_PROG: -drive file.driver=raw: Can't use 'raw' as a block driver for the protocol level
238765003dbSKevin Wolf
239765003dbSKevin WolfTesting: -drive foo=bar
240e4342ce5SMax ReitzQEMU_PROG: -drive foo=bar: Must specify either driver or file
241765003dbSKevin Wolf
242765003dbSKevin Wolf
2435abbf0eeSKevin Wolf=== Specifying both an option and its legacy alias ===
2445abbf0eeSKevin Wolf
2455abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,iops=1234,throttling.iops-total=5678
2465abbf0eeSKevin WolfQEMU_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
2475abbf0eeSKevin Wolf
2485abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,iops_rd=1234,throttling.iops-read=5678
2495abbf0eeSKevin WolfQEMU_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
2505abbf0eeSKevin Wolf
2515abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,iops_wr=1234,throttling.iops-write=5678
2525abbf0eeSKevin WolfQEMU_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
2535abbf0eeSKevin Wolf
2545abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,bps=1234,throttling.bps-total=5678
2555abbf0eeSKevin WolfQEMU_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
2565abbf0eeSKevin Wolf
2575abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,bps_rd=1234,throttling.bps-read=5678
2585abbf0eeSKevin WolfQEMU_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
2595abbf0eeSKevin Wolf
2605abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,bps_wr=1234,throttling.bps-write=5678
2615abbf0eeSKevin WolfQEMU_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
2625abbf0eeSKevin Wolf
2635abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,iops_max=1234,throttling.iops-total-max=5678
2645abbf0eeSKevin WolfQEMU_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
2655abbf0eeSKevin Wolf
2665abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,iops_rd_max=1234,throttling.iops-read-max=5678
2675abbf0eeSKevin WolfQEMU_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
2685abbf0eeSKevin Wolf
2695abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,iops_wr_max=1234,throttling.iops-write-max=5678
2705abbf0eeSKevin WolfQEMU_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
2715abbf0eeSKevin Wolf
2725abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,bps_max=1234,throttling.bps-total-max=5678
2735abbf0eeSKevin WolfQEMU_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
2745abbf0eeSKevin Wolf
2755abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,bps_rd_max=1234,throttling.bps-read-max=5678
2765abbf0eeSKevin WolfQEMU_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
2775abbf0eeSKevin Wolf
2785abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,bps_wr_max=1234,throttling.bps-write-max=5678
2795abbf0eeSKevin WolfQEMU_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
2805abbf0eeSKevin Wolf
2815abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,iops_size=1234,throttling.iops-size=5678
2825abbf0eeSKevin WolfQEMU_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
2835abbf0eeSKevin Wolf
2845abbf0eeSKevin WolfTesting: -drive file=TEST_DIR/t.qcow2,readonly=on,read-only=off
2855abbf0eeSKevin WolfQEMU_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
2865abbf0eeSKevin Wolf
2875abbf0eeSKevin Wolf
288e9b15550SFam Zheng=== Catching negative/large throttling values ===
289e9b15550SFam Zheng
290e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,iops=-1
291e9b15550SFam ZhengQEMU_PROG: -drive file=TEST_DIR/t.qcow2,iops=-1: bps/iops/max values must be within [0, 1000000000000000]
292e9b15550SFam Zheng
293e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,bps=-2
294e9b15550SFam ZhengQEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=-2: bps/iops/max values must be within [0, 1000000000000000]
295e9b15550SFam Zheng
296e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,bps_rd=-3
297e9b15550SFam ZhengQEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd=-3: bps/iops/max values must be within [0, 1000000000000000]
298e9b15550SFam Zheng
299e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,bps_rd_max=-3
300e9b15550SFam ZhengQEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps_rd_max=-3: bps/iops/max values must be within [0, 1000000000000000]
301e9b15550SFam Zheng
302e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,throttling.iops-total=-4
303e9b15550SFam ZhengQEMU_PROG: -drive file=TEST_DIR/t.qcow2,throttling.iops-total=-4: bps/iops/max values must be within [0, 1000000000000000]
304e9b15550SFam Zheng
305e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,throttling.bps-total=-5
306e9b15550SFam ZhengQEMU_PROG: -drive file=TEST_DIR/t.qcow2,throttling.bps-total=-5: bps/iops/max values must be within [0, 1000000000000000]
307e9b15550SFam Zheng
308e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,bps=0
309e9b15550SFam ZhengQEMU X.Y.Z monitor - type 'help' for more information
310e9b15550SFam Zheng(qemu) qququiquit
311e9b15550SFam Zheng
312e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,bps=1
313e9b15550SFam ZhengQEMU X.Y.Z monitor - type 'help' for more information
314e9b15550SFam Zheng(qemu) qququiquit
315e9b15550SFam Zheng
316e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,bps=1000000000000000
317e9b15550SFam ZhengQEMU X.Y.Z monitor - type 'help' for more information
318e9b15550SFam Zheng(qemu) qququiquit
319e9b15550SFam Zheng
320e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,bps=1000000000000001
321e9b15550SFam ZhengQEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=1000000000000001: bps/iops/max values must be within [0, 1000000000000000]
322e9b15550SFam Zheng
323e9b15550SFam ZhengTesting: -drive file=TEST_DIR/t.qcow2,bps=9999999999999999
324e9b15550SFam ZhengQEMU_PROG: -drive file=TEST_DIR/t.qcow2,bps=9999999999999999: bps/iops/max values must be within [0, 1000000000000000]
325e9b15550SFam Zheng
326e9b15550SFam Zheng
32798289620SKevin Wolf=== Parsing protocol from file name ===
32898289620SKevin Wolf
32998289620SKevin WolfTesting: -hda foo:bar
330e4342ce5SMax ReitzQEMU_PROG: -hda foo:bar: Unknown protocol 'foo'
33198289620SKevin Wolf
33298289620SKevin WolfTesting: -drive file=foo:bar
333e4342ce5SMax ReitzQEMU_PROG: -drive file=foo:bar: Unknown protocol 'foo'
33498289620SKevin Wolf
33598289620SKevin WolfTesting: -drive file.filename=foo:bar
336e4342ce5SMax ReitzQEMU_PROG: -drive file.filename=foo:bar: Could not open 'foo:bar': No such file or directory
33798289620SKevin Wolf
338e3fa4bfaSKevin WolfTesting: -hda file:TEST_DIR/t.qcow2
339e3fa4bfaSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
340e3fa4bfaSKevin Wolf(qemu) qququiquit
341e3fa4bfaSKevin Wolf
342e3fa4bfaSKevin WolfTesting: -drive file=file:TEST_DIR/t.qcow2
343e3fa4bfaSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
344e3fa4bfaSKevin Wolf(qemu) qququiquit
345e3fa4bfaSKevin Wolf
346e3fa4bfaSKevin WolfTesting: -drive file.filename=file:TEST_DIR/t.qcow2
347e4342ce5SMax ReitzQEMU_PROG: -drive file.filename=file:TEST_DIR/t.qcow2: Could not open 'file:TEST_DIR/t.qcow2': No such file or directory
348e3fa4bfaSKevin Wolf
349f32f988cSKevin Wolf
350f32f988cSKevin Wolf=== Snapshot mode ===
351f32f988cSKevin Wolf
352f32f988cSKevin Wolfwrote 4096/4096 bytes at offset 0
353f32f988cSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
354289f3ebaSBo TuTesting: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
355f32f988cSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
356289f3ebaSBo Tu(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"
357f32f988cSKevin Wolfwrote 4096/4096 bytes at offset 0
358f32f988cSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
359f32f988cSKevin Wolf(qemu) qququiquit
360f32f988cSKevin Wolf
361289f3ebaSBo TuTesting: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
362f32f988cSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
363289f3ebaSBo Tu(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"
364f32f988cSKevin Wolfwrote 4096/4096 bytes at offset 0
365f32f988cSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
366f32f988cSKevin Wolf(qemu) qququiquit
367f32f988cSKevin Wolf
368289f3ebaSBo TuTesting: -drive file.filename=TEST_DIR/t.qcow2,driver=qcow2,snapshot=on,if=none,id=drive0
369f32f988cSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
370289f3ebaSBo Tu(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"
371f32f988cSKevin Wolfwrote 4096/4096 bytes at offset 0
372f32f988cSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
373f32f988cSKevin Wolf(qemu) qququiquit
374f32f988cSKevin Wolf
375289f3ebaSBo TuTesting: -drive file.filename=TEST_DIR/t.qcow2,driver=qcow2,if=none,id=drive0 -snapshot
376f32f988cSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
377289f3ebaSBo Tu(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"
378f32f988cSKevin Wolfwrote 4096/4096 bytes at offset 0
379f32f988cSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
380f32f988cSKevin Wolf(qemu) qququiquit
381f32f988cSKevin Wolf
382289f3ebaSBo TuTesting: -drive file=file:TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
383b998875dSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
384289f3ebaSBo Tu(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"
385b998875dSKevin Wolfwrote 4096/4096 bytes at offset 0
386b998875dSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
387b998875dSKevin Wolf(qemu) qququiquit
388b998875dSKevin Wolf
389289f3ebaSBo TuTesting: -drive file=file:TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
390b998875dSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
391289f3ebaSBo Tu(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"
392b998875dSKevin Wolfwrote 4096/4096 bytes at offset 0
393b998875dSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
394b998875dSKevin Wolf(qemu) qququiquit
395b998875dSKevin Wolf
396289f3ebaSBo TuTesting: -drive file=TEST_DIR/t.qcow2,if=none,id=drive0 -snapshot
397b998875dSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
398289f3ebaSBo Tu(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"
399b998875dSKevin Wolfwrote 4096/4096 bytes at offset 0
400b998875dSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
401b998875dSKevin Wolf(qemu) qququiquit
402b998875dSKevin Wolf
403289f3ebaSBo TuTesting: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
404b998875dSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
405289f3ebaSBo Tu(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"
406b998875dSKevin Wolfwrote 4096/4096 bytes at offset 0
407b998875dSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
408b998875dSKevin Wolf(qemu) qququiquit
409b998875dSKevin Wolf
410f32f988cSKevin Wolfread 4096/4096 bytes at offset 0
411f32f988cSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
412289f3ebaSBo TuTesting: -drive file=TEST_DIR/t.qcow2,snapshot=off,if=none,id=drive0
413f32f988cSKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
414289f3ebaSBo Tu(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"
415f32f988cSKevin Wolfwrote 4096/4096 bytes at offset 0
416f32f988cSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
417f32f988cSKevin Wolf(qemu) qququiquit
418f32f988cSKevin Wolf
419f32f988cSKevin Wolfread 4096/4096 bytes at offset 0
420f32f988cSKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
421289f3ebaSBo TuTesting: -drive file=TEST_DIR/t.qcow2,snapshot=on,if=none,id=drive0
422b1e6fc08SKevin WolfQEMU X.Y.Z monitor - type 'help' for more information
423289f3ebaSBo Tu(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"
424b1e6fc08SKevin Wolfwrote 4096/4096 bytes at offset 0
425b1e6fc08SKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
426289f3ebaSBo Tu(qemu) ccocomcommcommicommitcommit commit dcommit drcommit dricommit drivcommit drivecommit drive0
427b1e6fc08SKevin Wolf(qemu) qququiquit
428b1e6fc08SKevin Wolf
429b1e6fc08SKevin Wolfread 4096/4096 bytes at offset 0
430b1e6fc08SKevin Wolf4 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
43147e5df21SKevin Wolf*** done
432