]> git.proxmox.com Git - mirror_qemu.git/blob - tests/qemu-iotests/106.out
i386: Update new x86_apicid parsing rules with die_offset support
[mirror_qemu.git] / tests / qemu-iotests / 106.out
1 QA output created by 106
2 === Testing image growth ===
3
4 --- create_mode=off growth_mode=off ---
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
6 Image resized.
7
8 --- create_mode=off growth_mode=falloc ---
9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
10 Image resized.
11
12 --- create_mode=off growth_mode=full ---
13 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=off
14 Image resized.
15
16 --- create_mode=falloc growth_mode=off ---
17 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
18 Image resized.
19
20 --- create_mode=falloc growth_mode=falloc ---
21 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
22 Image resized.
23
24 --- create_mode=falloc growth_mode=full ---
25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=falloc
26 Image resized.
27
28 --- create_mode=full growth_mode=off ---
29 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
30 Image resized.
31
32 --- create_mode=full growth_mode=falloc ---
33 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
34 Image resized.
35
36 --- create_mode=full growth_mode=full ---
37 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=131072 preallocation=full
38 Image resized.
39
40 === Testing image shrinking ===
41
42 --- growth_mode=falloc ---
43 qemu-img: Preallocation can only be used for growing images
44
45 --- growth_mode=full ---
46 qemu-img: Preallocation can only be used for growing images
47
48 --- growth_mode=off ---
49 Image resized.
50
51 === Testing image growth on 2G empty image ===
52
53 --- growth_mode=falloc ---
54 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
55 Image resized.
56
57 --- growth_mode=full ---
58 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
59 Image resized.
60 *** done