Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qemu-iotests / 078.out
1 QA output created by 078
2
3 == Read from a valid image ==
4 read 512/512 bytes at offset 0
5 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
6
7 == Negative catalog size ==
8 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large
9 no file open, try 'help open'
10
11 == Overflow for catalog size * sizeof(uint32_t) ==
12 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too large
13 no file open, try 'help open'
14
15 == Too small catalog bitmap for image size ==
16 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size
17 no file open, try 'help open'
18 qemu-io: can't open device TEST_DIR/empty.bochs: Catalog size is too small for this disk size
19 no file open, try 'help open'
20
21 == Negative extent size ==
22 qemu-io: can't open device TEST_DIR/empty.bochs: Extent size 2147483648 is too large
23 no file open, try 'help open'
24
25 == Zero extent size ==
26 qemu-io: can't open device TEST_DIR/empty.bochs: Extent size must be at least 512
27 no file open, try 'help open'
28 *** done