提交 0ba86207 编写于 作者: M Martin Kletzander 提交者: Peter Krempa

Added support for AMD Bulldozer CPU

AMD Bulldozer (or Opteron_G4 as called in QEMU) was added to the list
of cpu models, flags were taken from upstream qemu cpu specifications
and should be sorted by bit values (or first occurence in the feature
specification part of cpu_map.xml).

Based on QEMU upstream commit 885bb0369a4f0abe2c0185178f3cb347cb02cdf1.
上级 2e4defdc
......@@ -692,5 +692,53 @@
<feature name='misalignsse'/>
<feature name='lahf_lm'/>
</model>
<model name='Opteron_G4'>
<vendor name='AMD'/>
<feature name='fpu'/>
<feature name='de'/>
<feature name='pse'/>
<feature name='tsc'/>
<feature name='msr'/>
<feature name='pae'/>
<feature name='mce'/>
<feature name='cx8'/>
<feature name='apic'/>
<feature name='sep'/>
<feature name='mtrr'/>
<feature name='pge'/>
<feature name='mca'/>
<feature name='cmov'/>
<feature name='pat'/>
<feature name='pse36'/>
<feature name='clflush'/>
<feature name='mmx'/>
<feature name='fxsr'/>
<feature name='sse'/>
<feature name='sse2'/>
<feature name='pni'/>
<feature name='pclmuldq'/>
<feature name='ssse3'/>
<feature name='cx16'/>
<feature name='sse4.1'/>
<feature name='sse4.2'/>
<feature name='popcnt'/>
<feature name='aes'/>
<feature name='xsave'/>
<feature name='avx'/>
<feature name='syscall'/>
<feature name='nx'/>
<feature name='pdpe1gb'/>
<feature name='rdtscp'/>
<feature name='lm'/>
<feature name='lahf_lm'/>
<feature name='svm'/>
<feature name='abm'/>
<feature name='sse4a'/>
<feature name='misalignsse'/>
<feature name='3dnowprefetch'/>
<feature name='xop'/>
<feature name='fma4'/>
</model>
</arch>
</cpus>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册