Lines Matching full:model
3 # Basic validation of x86 versioned CPU models and CPU model aliases
30 Validation of PC CPU model versions and CPU model aliases
35 # all aliases must point to a valid CPU model name:
37 … '%s.alias-of (%s) is not a valid CPU model name' % (c['name'], c['alias-of']))
77 Check if pc-*-4.0 unversioned CPU model won't be reported as aliases
82 # with older QEMU versions that didn't have the versioned CPU model
89 'unversioned Cascadelake-Server CPU model must not be static')
96 'unversioned qemu64 CPU model must not be static')
104 # On pc-*-4.0, no CPU model should be reported as an alias:
110 Check if unversioned CPU model is an alias pointing to right version
120 'unversioned Cascadelake-Server CPU model must not be static')
128 'unversioned qemu64 CPU model must not be static')
216 Check if unversioned CPU model is an alias pointing to some version
226 'unversioned Cascadelake-Server CPU model must not be static')
228 'Cascadelake-Server must be an alias of versioned CPU model')
233 'unversioned qemu64 CPU model must not be static')
235 'qemu64 must be an alias of versioned CPU model')
273 # command line must override machine-type if CPU model is not versioned:
294 # versioned CPU model overrides machine-type:
315 # command line must override machine-type and versioned CPU model: