libvirt/tests/cputestdata/x86_64-cpuid-Opteron-2350-host.xml
Cole Robinson 812edc95a3 conf: cpu: Add <signature family=X model=X stepping=X/>
Internally we already collect x86 host family + model + stepping
numeric values. This exposed them in capabilities CPU output.
Example:

$ sudo virsh capabilities | grep -A1 -B1 signature
      <microcode version='240'/>
      <signature family='6' model='94' stepping='3'/>
      <counter name='tsc' frequency='3408010000' scaling='no'/>

Users need to know these values to calculate an expected.
SEV-ES/SEV-SNP launch measurement.

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-06-16 12:12:45 -04:00

25 lines
627 B
XML

<cpu>
<arch>x86_64</arch>
<model>Opteron_G3</model>
<vendor>AMD</vendor>
<signature family='16' model='2' stepping='3'/>
<feature name='vme'/>
<feature name='ht'/>
<feature name='monitor'/>
<feature name='mmxext'/>
<feature name='fxsr_opt'/>
<feature name='pdpe1gb'/>
<feature name='3dnowext'/>
<feature name='3dnow'/>
<feature name='cmp_legacy'/>
<feature name='extapic'/>
<feature name='cr8legacy'/>
<feature name='3dnowprefetch'/>
<feature name='osvw'/>
<feature name='ibs'/>
<feature name='invtsc'/>
<feature name='npt'/>
<feature name='lbrv'/>
<feature name='svm-lock'/>
</cpu>