libvirt/tests/cputestdata/x86_64-cpuid-Phenom-B95-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

37 lines
938 B
XML

<cpu>
<arch>x86_64</arch>
<model>athlon</model>
<vendor>AMD</vendor>
<signature family='16' model='4' stepping='2'/>
<feature name='mca'/>
<feature name='clflush'/>
<feature name='ht'/>
<feature name='pni'/>
<feature name='monitor'/>
<feature name='cx16'/>
<feature name='popcnt'/>
<feature name='syscall'/>
<feature name='fxsr_opt'/>
<feature name='pdpe1gb'/>
<feature name='rdtscp'/>
<feature name='lm'/>
<feature name='lahf_lm'/>
<feature name='cmp_legacy'/>
<feature name='svm'/>
<feature name='extapic'/>
<feature name='cr8legacy'/>
<feature name='abm'/>
<feature name='sse4a'/>
<feature name='misalignsse'/>
<feature name='3dnowprefetch'/>
<feature name='osvw'/>
<feature name='ibs'/>
<feature name='skinit'/>
<feature name='wdt'/>
<feature name='invtsc'/>
<feature name='npt'/>
<feature name='lbrv'/>
<feature name='svm-lock'/>
<feature name='nrip-save'/>
</cpu>