docs: rstfy vfio-ap documentation
[qemu/ar7.git] / tests / qemu-iotests / 075.out
blob4f3871d33717dac8ce6afa7e01407090048fe234
1 QA output created by 075
3 == check that the first sector can be read ==
4 read 512/512 bytes at offset 0
5 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
7 == check that the last sector can be read ==
8 read 512/512 bytes at offset 1048064
9 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
11 == block_size must be a multiple of 512 ==
12 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 513 must be a multiple of 512
14 == block_size cannot be zero ==
15 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size cannot be zero
17 == huge block_size ===
18 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: block_size 4294966784 must be 64 MB or less
20 == offsets_size overflow ===
21 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: n_blocks 4294967295 must be 536870911 or less
23 == refuse images that require too many offsets ===
24 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: image requires too many offsets, try increasing block size
26 == refuse images with non-monotonically increasing offsets ==
27 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: offsets not monotonically increasing at index 1, image file is corrupt
29 == refuse images with invalid compressed block size ==
30 qemu-io: can't open device TEST_DIR/simple-pattern.cloop: invalid compressed block size at index 1, image file is corrupt
31 *** done