Add qemu 2.4.0
[kvmfornfv.git] / qemu / tests / qemu-iotests / 134.out
1 QA output created by 134
2 qemu-img: Encrypted images are deprecated
3 Support for them will be removed in a future release.
4 You can use 'qemu-img convert' to convert your image to an unencrypted one.
5 qemu-img: Encrypted images are deprecated
6 Support for them will be removed in a future release.
7 You can use 'qemu-img convert' to convert your image to an unencrypted one.
8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 encryption=on
9
10 == reading whole image ==
11 Encrypted images are deprecated
12 Support for them will be removed in a future release.
13 You can use 'qemu-img convert' to convert your image to an unencrypted one.
14 Disk image 'TEST_DIR/t.qcow2' is encrypted.
15 password:
16 read 134217728/134217728 bytes at offset 0
17 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18
19 == rewriting whole image ==
20 Encrypted images are deprecated
21 Support for them will be removed in a future release.
22 You can use 'qemu-img convert' to convert your image to an unencrypted one.
23 Disk image 'TEST_DIR/t.qcow2' is encrypted.
24 password:
25 wrote 134217728/134217728 bytes at offset 0
26 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
27
28 == verify pattern ==
29 Encrypted images are deprecated
30 Support for them will be removed in a future release.
31 You can use 'qemu-img convert' to convert your image to an unencrypted one.
32 Disk image 'TEST_DIR/t.qcow2' is encrypted.
33 password:
34 read 134217728/134217728 bytes at offset 0
35 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
36
37 == verify pattern failure with wrong password ==
38 Encrypted images are deprecated
39 Support for them will be removed in a future release.
40 You can use 'qemu-img convert' to convert your image to an unencrypted one.
41 Disk image 'TEST_DIR/t.qcow2' is encrypted.
42 password:
43 Pattern verification failed at offset 0, 134217728 bytes
44 read 134217728/134217728 bytes at offset 0
45 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
46 *** done