mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 07:36:19 +00:00
d2e4d66be3
These ancient RHEL-only CPU models should not really be used by any CPU definition created by libvirt. We keep them just for backwards compatibility with domains which might still be using them. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
33 lines
811 B
XML
33 lines
811 B
XML
<cpus>
|
|
<model name='cpu64-rhel6'>
|
|
<decode host='off' guest='off'/>
|
|
<feature name='apic'/>
|
|
<feature name='clflush'/>
|
|
<feature name='cmov'/>
|
|
<feature name='cx16'/>
|
|
<feature name='cx8'/>
|
|
<feature name='de'/>
|
|
<feature name='fpu'/>
|
|
<feature name='fxsr'/>
|
|
<feature name='lahf_lm'/>
|
|
<feature name='lm'/>
|
|
<feature name='mca'/>
|
|
<feature name='mce'/>
|
|
<feature name='mmx'/>
|
|
<feature name='msr'/>
|
|
<feature name='mtrr'/>
|
|
<feature name='nx'/>
|
|
<feature name='pae'/>
|
|
<feature name='pat'/>
|
|
<feature name='pge'/>
|
|
<feature name='pni'/>
|
|
<feature name='pse'/>
|
|
<feature name='pse36'/>
|
|
<feature name='sep'/>
|
|
<feature name='sse'/>
|
|
<feature name='sse2'/>
|
|
<feature name='syscall'/>
|
|
<feature name='tsc'/>
|
|
</model>
|
|
</cpus>
|