]> Git Repo - qemu.git/blob - tests/qemu-iotests/175.out
Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging
[qemu.git] / tests / qemu-iotests / 175.out
1 QA output created by 175
2
3 == creating image with default preallocation ==
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
5 size=1048576, blocks=0
6
7 == creating image with preallocation off ==
8 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 preallocation=off
9 size=1048576, blocks=0
10
11 == creating image with preallocation full ==
12 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 preallocation=full
13 size=1048576, blocks=2048
14
15 == creating image with preallocation falloc ==
16 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 preallocation=falloc
17 size=1048576, blocks=2048
18  *** done
This page took 0.026094 seconds and 4 git commands to generate.