mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 08:35:15 +00:00
22b46ad765
QEMU 2.3 adds these new models to cover Haswell and Broadwell CPUs with updated microcode. Luckily, they also reverted former the machine type specific changes to existing models. And since these changes were never released, we don't need to hack around them in libvirt. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> (cherry picked from commit c563b50605ae9895b981d198e11dbe9f6e18027b)
29 lines
770 B
XML
29 lines
770 B
XML
<cpuTest>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>SandyBridge</model>
|
|
<vendor>Intel</vendor>
|
|
<topology sockets='1' cores='2' threads='2'/>
|
|
<feature name='invpcid'/>
|
|
<feature name='erms'/>
|
|
<feature name='bmi2'/>
|
|
<feature name='smep'/>
|
|
<feature name='avx2'/>
|
|
<feature name='bmi1'/>
|
|
<feature name='fsgsbase'/>
|
|
<feature name='movbe'/>
|
|
<feature name='pcid'/>
|
|
<feature name='fma'/>
|
|
<feature name='3dnowprefetch'/>
|
|
<feature name='rdseed'/>
|
|
<feature name='adx'/>
|
|
<feature name='smap'/>
|
|
</cpu>
|
|
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>Broadwell-noTSX</model>
|
|
<vendor>Intel</vendor>
|
|
<topology sockets='1' cores='2' threads='2'/>
|
|
</cpu>
|
|
</cpuTest>
|