mirror of https://gitee.com/openkylin/libvirt.git
cpu: Add AMD Opteron G5 cpu model
This commit is contained in:
parent
bafffe7a10
commit
d38b934c49
|
@ -560,6 +560,13 @@
|
||||||
<feature name='xop'/>
|
<feature name='xop'/>
|
||||||
<feature name='fma4'/>
|
<feature name='fma4'/>
|
||||||
</model>
|
</model>
|
||||||
|
|
||||||
|
<model name='Opteron_G5'>
|
||||||
|
<model name='Opteron_G4'/>
|
||||||
|
<feature name='f16c'/>
|
||||||
|
<feature name='fma'/>
|
||||||
|
<feature name='tbm'/>
|
||||||
|
</model>
|
||||||
</arch>
|
</arch>
|
||||||
<arch name='ppc64'>
|
<arch name='ppc64'>
|
||||||
<!-- vendor definitions -->
|
<!-- vendor definitions -->
|
||||||
|
|
Loading…
Reference in New Issue