s390x: Move diagnose 308 subcodes and rcs into ipl.h
[qemu/ar7.git] / tests / qemu-iotests / 263.out
blob0c982c55cbc2aab01b7acf88b1c9399c01add777
1 QA output created by 263
3 testing LUKS qcow2 encryption
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 encrypt.format=luks encrypt.key-secret=sec0 encrypt.iter-time=10
6 == reading the whole image ==
7 read 1048576/1048576 bytes at offset 0
8 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
10 == write two 512 byte sectors on a cluster boundary ==
11 wrote 1024/1024 bytes at offset 65024
12 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
14 == verify that the rest of the image is not changed ==
15 read 65024/65024 bytes at offset 0
16 63.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
17 read 1024/1024 bytes at offset 65024
18 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
19 read 982528/982528 bytes at offset 66048
20 959.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
22 testing legacy AES qcow2 encryption
24 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 encrypt.format=aes encrypt.key-secret=sec0
25 == reading the whole image ==
26 read 1048576/1048576 bytes at offset 0
27 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
29 == write two 512 byte sectors on a cluster boundary ==
30 wrote 1024/1024 bytes at offset 65024
31 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
33 == verify that the rest of the image is not changed ==
34 read 65024/65024 bytes at offset 0
35 63.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
36 read 1024/1024 bytes at offset 65024
37 1 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
38 read 982528/982528 bytes at offset 66048
39 959.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 *** done