tests: fix a memory in test_socket_unix_abstract_good
[qemu/ar7.git] / tests / qemu-iotests / 291.out
blob9f661515b417adec9a5bfeb8dc23bc1200c2e2e2
1 QA output created by 291
3 === Initial image setup ===
5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=10485760
6 wrote 1048576/1048576 bytes at offset 3145728
7 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8 Formatting 'TEST_DIR/t.IMGFMT.orig', fmt=IMGFMT size=10485760 backing_file=TEST_DIR/t.IMGFMT.base backing_fmt=IMGFMT
9 wrote 1048576/1048576 bytes at offset 0
10 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
11 wrote 1048576/1048576 bytes at offset 3145728
12 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
13 wrote 1048576/1048576 bytes at offset 1048576
14 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
15 wrote 1048576/1048576 bytes at offset 2097152
16 1 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18 === Bitmap preservation not possible to non-qcow2 ===
20 qemu-img: Format driver 'raw' does not support bitmaps
22 === Convert with bitmap preservation ===
24 image: TEST_DIR/t.IMGFMT
25 file format: IMGFMT
26 virtual size: 10 MiB (10485760 bytes)
27 cluster_size: 65536
28 Format specific information:
29     compat: 1.1
30     compression type: zlib
31     lazy refcounts: false
32     bitmaps:
33         [0]:
34             flags:
35             name: b1
36             granularity: 524288
37         [1]:
38             flags:
39                 [0]: auto
40             name: b2
41             granularity: 65536
42     refcount bits: 16
43     corrupt: false
44 image: TEST_DIR/t.IMGFMT
45 file format: IMGFMT
46 virtual size: 10 MiB (10485760 bytes)
47 cluster_size: 65536
48 Format specific information:
49     compat: 1.1
50     compression type: zlib
51     lazy refcounts: false
52     bitmaps:
53         [0]:
54             flags:
55             name: b1
56             granularity: 524288
57         [1]:
58             flags:
59                 [0]: auto
60             name: b2
61             granularity: 65536
62         [2]:
63             flags:
64             name: b0
65             granularity: 65536
66     refcount bits: 16
67     corrupt: false
69 === Check bitmap contents ===
71 [{ "start": 0, "length": 3145728, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
72 { "start": 3145728, "length": 1048576, "depth": 0, "zero": false, "data": false},
73 { "start": 4194304, "length": 6291456, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
74 [{ "start": 0, "length": 1048576, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
75 { "start": 1048576, "length": 1048576, "depth": 0, "zero": false, "data": false},
76 { "start": 2097152, "length": 8388608, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
77 [{ "start": 0, "length": 2097152, "depth": 0, "zero": false, "data": true, "offset": OFFSET},
78 { "start": 2097152, "length": 1048576, "depth": 0, "zero": false, "data": false},
79 { "start": 3145728, "length": 7340032, "depth": 0, "zero": false, "data": true, "offset": OFFSET}]
80 *** done