Home
last modified time | relevance | path

Searched refs:clusters (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/qemu/hw/core/
H A Dmachine-smp.c51 g_string_append_printf(s, " * clusters (%u)", ms->smp.clusters); in cpu_hierarchy_to_string()
94 unsigned clusters = config->has_clusters ? config->clusters : 0; in machine_parse_smp_config() local
110 (config->has_clusters && config->clusters == 0) || in machine_parse_smp_config()
133 config->has_clusters && config->clusters > 1) { in machine_parse_smp_config()
138 clusters = clusters > 0 ? clusters : 1; in machine_parse_smp_config()
178 (drawers * books * dies * clusters * in machine_parse_smp_config()
184 clusters * modules * threads); in machine_parse_smp_config()
193 clusters * modules * threads); in machine_parse_smp_config()
197 (drawers * books * dies * clusters * in machine_parse_smp_config()
206 clusters * modules * cores); in machine_parse_smp_config()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D260.out6 initial bitmap: name=bitmap0 dirty-clusters=1
16 check bitmap after commit: name=bitmap0 dirty-clusters=2
17 check updated bitmap: name=bitmap0 dirty-clusters=3
23 initial bitmap: name=bitmap0 dirty-clusters=1
33 check bitmap after commit: name=bitmap0 dirty-clusters=2
34 check updated bitmap: name=bitmap0 dirty-clusters=3
40 initial bitmap: name=bitmap0 dirty-clusters=1
51 check bitmap after commit: name=bitmap0 dirty-clusters=2
52 check updated bitmap: name=bitmap0 dirty-clusters=3
H A D290.out7 # Fill all clusters with data and then discard them
12 # Read the data from the discarded clusters
19 # Fill all clusters with data and then discard them
24 # Read the data from the discarded clusters
38 # Fill all clusters with data and then discard them
43 # Read the data from the discarded clusters
51 # Fill all clusters with data and then discard them
56 # Read the data from the discarded clusters
H A D108.out15 0 leaked clusters
39 0 leaked clusters
56 0 leaked clusters
73 0 leaked clusters
89 0 leaked clusters
105 0 leaked clusters
123 0 leaked clusters
145 0 leaked clusters
186 0 leaked clusters
H A D154161 echo == spanning two clusters, non-zero before request ==
191 echo == spanning two clusters, non-zero after request ==
221 echo == spanning two clusters, partially overwriting backing file ==
240 echo == spanning multiple clusters, non-zero in first cluster ==
256 echo == spanning multiple clusters, non-zero in intermediate cluster ==
271 echo == spanning multiple clusters, non-zero in final cluster ==
287 echo == spanning multiple clusters, partially overwriting backing file ==
H A D305.out7 ### Discard two of the last data clusters, leave one in the middle
13 ### Try to allocate the discarded clusters again
H A D214.out26 0 leaked clusters
36 === Write compressed data of multiple clusters ===
48 "compressed-clusters": 8
H A D217.out21 4 leaked clusters were found on the image.
37 4 leaked clusters
H A D044.out2 7292415/33554432 = 21.73% allocated, 0.00% fragmented, 0.00% compressed clusters
H A D314.out21 768/768 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters
37 768/768 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters
58 512/768 = 66.67% allocated, 100.00% fragmented, 100.00% compressed clusters
72 1/1 = 100.00% allocated, 100.00% fragmented, 100.00% compressed clusters
H A D115.out7 100.00% allocated clusters
H A D060.out49 0 leaked clusters
72 1 leaked clusters were found on the image.
85 1 leaked clusters
135 qemu-img: Failed to turn zero into data clusters: Input/output error
151 qemu-img: Failed to turn zero into data clusters: Input/output error
200 0 leaked clusters
222 0 leaked clusters
242 0 leaked clusters
264 0 leaked clusters
279 0 leaked clusters
[all …]
H A D289.out3 === Avoid freeing external data clusters on failure ===
H A D066.out19 === Writing to preallocated zero clusters ===
35 Successfully reused original clusters.
62 Successfully reused original clusters.
H A D112.out38 1 leaked clusters were found on the image.
50 1 leaked clusters were found on the image.
53 === Compressed clusters with refcount_bits=1 ===
82 2 leaked clusters were found on the image.
137 0 leaked clusters
H A D062.out3 === Testing snapshotting an image with zero clusters ===
H A D272.out8 2044 leaked clusters were found on the image.
H A D28950 echo === Avoid freeing external data clusters on failure ===
/openbmc/qemu/docs/interop/
H A Dqed_spec.rst12 about where regular clusters start; this allows the header to be extensible and
15 of one or more contiguous clusters.
33 uint32_t table_size; /* for L1 and L2 tables, in clusters */
34 uint32_t header_size; /* in clusters */
53 - ``header_size`` is the number of clusters used by the header and any additional
54 information stored before regular clusters.
73 The string must be stored within the first ``header_size`` clusters. The backing filename
120 A table is made up of one or more contiguous clusters. The ``table_size`` header
125 clusters rooted by the L1 table:
150 Unallocated L2 tables and data clusters
[all …]
H A Dqcow2.rst6 (host) clusters. A cluster is the unit in which all allocations are done,
10 clusters of the same size.
41 Must not be less than 9 (i.e. 512 byte clusters).
48 must be at least 14 (i.e. 16384 byte clusters).
60 (56 bits) of populated clusters, and an image may
81 Number of clusters that the refcount table occupies
110 external data file is used. Guest clusters are
112 images, clusters in the external data file are
115 guest offset and neither compressed clusters
123 clusters. The compression_type field must be
[all …]
H A Dparallels.rst60 Disk size, in clusters (BAT size).
119 corresponding cluster. The offset set in clusters for ``WithouFreSpacExt``
139 contiguous array of clusters. Most of them are allocated by the BAT, some may
141 allocated by extensions. All clusters allocated by ``ext_off`` and extensions
142 should meet the same requirements as clusters specified by BAT entries.
222 clusters inside the Parallels image file. The offsets of these clusters are
/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c74 .has_clusters = hc, .clusters = c, \
108 .has_clusters = true, .clusters = f, \
724 config->has_clusters ? "true" : "false", config->clusters, in smp_config_to_string()
775 topo->sockets, topo->dies, topo->clusters, in cpu_topology_to_string()
819 (ms->smp.clusters == expect_topo->clusters) && in check_parse()
912 data->expect_prefer_sockets.clusters = 1; in unsupported_params_init()
913 data->expect_prefer_cores.clusters = 1; in unsupported_params_init()
1225 data.expect_prefer_sockets.clusters = 1; in test_with_clusters()
1226 data.expect_prefer_cores.clusters = 1; in test_with_clusters()
1232 data.config.clusters = num_clusters; in test_with_clusters()
[all …]
/openbmc/u-boot/doc/
H A DREADME.Heterogeneous-SoCs34 Added top level CONFIG to identify presence of HETEROGENUOUS clusters
50 DSP/SC3900 core clusters
60 CONFIG_PPC_CLUSTER_START - Start index of ppc clusters
61 CONFIG_DSP_CLUSTER_START - Start index of dsp clusters
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dparallels-read-bitmap.out2 dirty clusters (cluster size is 64K):
H A Dparallels-checks.out25 1 leaked clusters
53 0 leaked clusters
64 == write another pattern to the first clusters ==
95 == write another pattern to the first clusters ==
124 0 leaked clusters

1234