]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/159.out
qemu-img: add the 'dd' subcommand
[mirror_qemu.git] / tests / qemu-iotests / 159.out
1 QA output created by 159
2
3 == Creating image ==
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
5 No errors were found on the image.
6 wrote 1048576/1048576 bytes at offset 0
7 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8
9 == Converting the image with dd with a block size of 5 ==
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 1048576/1048576 bytes at offset 0
19 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
20
21 == Converting the image with dd with a block size of 512 ==
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 1048576/1048576 bytes at offset 0
31 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
32
33 == Converting the image with dd with a block size of 1024 ==
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 1048576/1048576 bytes at offset 0
43 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
44
45 == Converting the image with dd with a block size of 1999 ==
46 No errors were found on the image.
47
48 == Compare the images with qemu-img compare ==
49 Images are identical.
50
51 == Creating image ==
52 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
53 No errors were found on the image.
54 wrote 1048576/1048576 bytes at offset 0
55 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
56
57 == Converting the image with dd with a block size of 1K ==
58 No errors were found on the image.
59
60 == Compare the images with qemu-img compare ==
61 Images are identical.
62
63 == Creating image ==
64 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
65 No errors were found on the image.
66 wrote 1048576/1048576 bytes at offset 0
67 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
68
69 == Converting the image with dd with a block size of 64K ==
70 No errors were found on the image.
71
72 == Compare the images with qemu-img compare ==
73 Images are identical.
74
75 == Creating image ==
76 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
77 No errors were found on the image.
78 wrote 1048576/1048576 bytes at offset 0
79 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
80
81 == Converting the image with dd with a block size of 1M ==
82 No errors were found on the image.
83
84 == Compare the images with qemu-img compare ==
85 Images are identical.
86
87 *** done