osdep: protect qemu/osdep.h with extern "C"
[qemu/ar7.git] / tests / qemu-iotests / 080.out
blob45ab01db8ed80e9695a16f7e83cf667018cb7374
1 QA output created by 080
3 == Huge header size ==
4 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
5 qemu-io: can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size
6 qemu-io: can't open device TEST_DIR/t.qcow2: qcow2 header exceeds cluster size
8 == Huge unknown header extension ==
9 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
10 qemu-io: can't open device TEST_DIR/t.qcow2: Invalid backing file offset
11 qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large
12 qemu-io: can't open device TEST_DIR/t.qcow2: Header extension too large
14 == Huge refcount table size ==
15 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
16 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large
17 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table too large
19 == Misaligned refcount table ==
20 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
21 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid
23 == Huge refcount offset ==
24 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
25 qemu-io: can't open device TEST_DIR/t.qcow2: Reference count table offset invalid
27 == Invalid snapshot table ==
28 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
29 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table too large
30 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table too large
31 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table offset invalid
32 qemu-io: can't open device TEST_DIR/t.qcow2: Snapshot table offset invalid
34 == Hitting snapshot table size limit ==
35 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
36 qemu-img: Could not create snapshot 'test': -27 (File too large)
37 read 512/512 bytes at offset 0
38 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
40 == Invalid L1 table ==
41 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
42 qemu-io: can't open device TEST_DIR/t.qcow2: Active L1 table too large
43 qemu-io: can't open device TEST_DIR/t.qcow2: Active L1 table too large
44 qemu-io: can't open device TEST_DIR/t.qcow2: Active L1 table offset invalid
45 qemu-io: can't open device TEST_DIR/t.qcow2: Active L1 table offset invalid
47 == Invalid L1 table (with internal snapshot in the image) ==
48 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
49 qemu-img: Could not open 'TEST_DIR/t.IMGFMT': L1 table is too small
51 == Invalid backing file size ==
52 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
53 qemu-io: can't open device TEST_DIR/t.qcow2: Backing file name too long
55 == Invalid L2 entry (huge physical offset) ==
56 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
57 wrote 512/512 bytes at offset 0
58 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
59 qemu-img: Could not create snapshot 'test': -27 (File too large)
60 qemu-img: Could not create snapshot 'test': -11 (Resource temporarily unavailable)
62 == Invalid snapshot L1 table offset ==
63 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
64 wrote 512/512 bytes at offset 0
65 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
66 qemu-img: Failed to load snapshot: Snapshot L1 table offset invalid
67 qemu-img: Snapshot L1 table offset invalid
68 qemu-img: Failed to turn zero into data clusters: Invalid argument
69 qemu-io: Failed to flush the refcount block cache: Invalid argument
70 write failed: Invalid argument
71 qemu-img: Snapshot L1 table offset invalid
72 qemu-img: Could not apply snapshot 'test': Failed to load snapshot: Invalid argument
73 qemu-img: Could not delete snapshot 'test': Snapshot L1 table offset invalid
74 ERROR snapshot 1 (test) l1_offset=0x400200: L1 table is not cluster aligned; snapshot table entry corrupted
75 Leaked cluster 4 refcount=2 reference=1
76 Leaked cluster 5 refcount=2 reference=1
77 Leaked cluster 6 refcount=1 reference=0
79 1 errors were found on the image.
80 Data may be corrupted, or further writes to the image may corrupt it.
82 3 leaked clusters were found on the image.
83 This means waste of disk space, but no harm to data.
85 == Invalid snapshot L1 table size ==
86 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
87 wrote 512/512 bytes at offset 0
88 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
89 qemu-img: Failed to load snapshot: Snapshot L1 table too large
90 qemu-img: Snapshot L1 table too large
91 qemu-img: Failed to turn zero into data clusters: File too large
92 qemu-io: Failed to flush the refcount block cache: File too large
93 write failed: File too large
94 qemu-img: Snapshot L1 table too large
95 qemu-img: Could not apply snapshot 'test': Failed to load snapshot: File too large
96 qemu-img: Could not delete snapshot 'test': Snapshot L1 table too large
97 ERROR snapshot 1 (test) l1_size=0x10000000: L1 table is too large; snapshot table entry corrupted
98 Leaked cluster 4 refcount=2 reference=1
99 Leaked cluster 5 refcount=2 reference=1
100 Leaked cluster 6 refcount=1 reference=0
102 1 errors were found on the image.
103 Data may be corrupted, or further writes to the image may corrupt it.
105 3 leaked clusters were found on the image.
106 This means waste of disk space, but no harm to data.
107 *** done