]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/160.out
qemu-img: add skip option to dd
[mirror_qemu.git] / tests / qemu-iotests / 160.out
1 QA output created by 160
2
3 == Creating image ==
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
5 No errors were found on the image.
6 wrote 524288/524288 bytes at offset 24
7 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8
9 == Converting the image with dd with skip=1 ==
10 No errors were found on the image.
11
12 == Compare the images with qemu-img compare ==
13 Images are identical.
14
15 == Creating image ==
16 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
17 No errors were found on the image.
18 wrote 524288/524288 bytes at offset 24
19 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
20
21 == Converting the image with dd with skip=2 ==
22 No errors were found on the image.
23
24 == Compare the images with qemu-img compare ==
25 Images are identical.
26
27 == Creating image ==
28 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
29 No errors were found on the image.
30 wrote 524288/524288 bytes at offset 24
31 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
32
33 == Converting the image with dd with skip=30 ==
34 No errors were found on the image.
35
36 == Compare the images with qemu-img compare ==
37 Images are identical.
38
39 == Creating image ==
40 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
41 No errors were found on the image.
42 wrote 524288/524288 bytes at offset 24
43 512 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
44
45 == Converting the image with dd with skip=30K ==
46 No errors were found on the image.
47
48 == Compare the images with qemu-img compare ==
49 Images are identical.
50
51 *** done