]> git.proxmox.com Git - mirror_qemu.git/blame - tests/qemu-iotests/075.out
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into staging
[mirror_qemu.git] / tests / qemu-iotests / 075.out
CommitLineData
05560fce
SH
1QA output created by 075
2
3== check that the first sector can be read ==
4read 512/512 bytes at offset 0
5512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
d65f97a8 6
42d43d35
SH
7== check that the last sector can be read ==
8read 512/512 bytes at offset 1048064
9512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10
d65f97a8
SH
11== block_size must be a multiple of 512 ==
12qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 513 must be a multiple of 512
13no file open, try 'help open'
14
15== block_size cannot be zero ==
16qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size cannot be zero
17no file open, try 'help open'
18
19== huge block_size ===
20qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 4294966784 must be 64 MB or less
21no file open, try 'help open'
509a41ba
SH
22
23== offsets_size overflow ===
24qemu-io: can't open device TEST_DIR/simple-pattern.cloop: n_blocks 4294967295 must be 536870911 or less
25no file open, try 'help open'
7b103b36
SH
26
27== refuse images that require too many offsets ===
28qemu-io: can't open device TEST_DIR/simple-pattern.cloop: image requires too many offsets, try increasing block size
29no file open, try 'help open'
f56b9bc3
SH
30
31== refuse images with non-monotonically increasing offsets ==
32qemu-io: can't open device TEST_DIR/simple-pattern.cloop: offsets not monotonically increasing at index 1, image file is corrupt
33no file open, try 'help open'
34
35== refuse images with invalid compressed block size ==
36qemu-io: can't open device TEST_DIR/simple-pattern.cloop: invalid compressed block size at index 1, image file is corrupt
37no file open, try 'help open'
05560fce 38*** done