mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
812edc95a3
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>
37 lines
911 B
XML
37 lines
911 B
XML
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>Broadwell</model>
|
|
<vendor>Intel</vendor>
|
|
<signature family='6' model='79' stepping='1'/>
|
|
<feature name='vme'/>
|
|
<feature name='ds'/>
|
|
<feature name='acpi'/>
|
|
<feature name='ss'/>
|
|
<feature name='ht'/>
|
|
<feature name='tm'/>
|
|
<feature name='pbe'/>
|
|
<feature name='dtes64'/>
|
|
<feature name='monitor'/>
|
|
<feature name='ds_cpl'/>
|
|
<feature name='vmx'/>
|
|
<feature name='smx'/>
|
|
<feature name='est'/>
|
|
<feature name='tm2'/>
|
|
<feature name='xtpr'/>
|
|
<feature name='pdcm'/>
|
|
<feature name='dca'/>
|
|
<feature name='osxsave'/>
|
|
<feature name='f16c'/>
|
|
<feature name='rdrand'/>
|
|
<feature name='arat'/>
|
|
<feature name='tsc_adjust'/>
|
|
<feature name='cmt'/>
|
|
<feature name='intel-pt'/>
|
|
<feature name='xsaveopt'/>
|
|
<feature name='mbm_total'/>
|
|
<feature name='mbm_local'/>
|
|
<feature name='pdpe1gb'/>
|
|
<feature name='abm'/>
|
|
<feature name='invtsc'/>
|
|
</cpu>
|