Lines Matching full:models

42 #     The @static CPU models are migration-safe.
112 # both CPUs not being detected as identical. For identical models,
114 # there's no known way to make the CPU models identical. If the
115 # special property name "type" is included, the models are by
128 # Compares two CPU models, @modela and @modelb, returning how they
130 # both models compare regarding runnability. This result can be
142 # * QEMU version: CPU models may look different depending on the QEMU
143 # version. (Except for CPU models reported as "static" in
146 # machine-type. (Except for CPU models reported as "static" in
149 # CPU models may look different depending on machine and accelerator
150 # options. (Except for CPU models reported as "static" in
153 # option and global properties may affect expansion of CPU models.
156 # Some architectures may not support comparing CPU models. s390x
157 # supports comparing CPU models.
165 # Returns: a CpuModelCompareInfo describing how both CPU models
169 # - if comparing CPU models is not supported
187 # Baseline two CPU models, @modela and @modelb, creating a compatible
193 # model out two CPU models. The created CPU model will be identical
194 # to or a subset of both CPU models when comparing them. Therefore,
196 # models run.
200 # * QEMU version: CPU models may look different depending on the QEMU
201 # version. (Except for CPU models reported as "static" in
204 # machine-type. (Except for CPU models reported as "static" in
207 # CPU models may look different depending on machine and accelerator
208 # options. (Except for CPU models reported as "static" in
211 # option and global properties may affect expansion of CPU models.
214 # Some architectures may not support baselining CPU models. s390x
215 # supports baselining CPU models.
224 # - if baselining CPU models is not supported
251 # a set of properties that are deprecated across all models for
278 # * QEMU version: CPU models may look different depending on the QEMU
279 # version. (Except for CPU models reported as "static" in
282 # machine-type. (Except for CPU models reported as "static" in
285 # CPU models may look different depending on machine and accelerator
286 # options. (Except for CPU models reported as "static" in
289 # option and global properties may affect expansion of CPU models.
302 # - if expanding CPU models is not supported