mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 18:33:11 +00:00
f4914045c2
The element specifies whether a particular CPU model can be used when creating a CPU definition from raw CPUID/MSR data. The @host attribute determines whether the CPU model can be used (host='on') for creating CPU definition for host capabilities. Usability of the model for domain capabilities and host-model CPU definitions is controlled by the @guest attribute. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Christian Ehrhardt <christian.ehrhardt@canonical.com> Tested-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
33 lines
831 B
XML
33 lines
831 B
XML
<cpus>
|
|
<model name='Opteron_G1'>
|
|
<decode host='on' guest='on'/>
|
|
<signature family='15' model='6'/> <!-- 100e60 -->
|
|
<vendor name='AMD'/>
|
|
<feature name='apic'/>
|
|
<feature name='clflush'/>
|
|
<feature name='cmov'/>
|
|
<feature name='cx8'/>
|
|
<feature name='de'/>
|
|
<feature name='fpu'/>
|
|
<feature name='fxsr'/>
|
|
<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>
|