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>
24 lines
556 B
XML
24 lines
556 B
XML
<cpu>
|
|
<arch>x86_64</arch>
|
|
<model>n270</model>
|
|
<vendor>Intel</vendor>
|
|
<signature family='6' model='28' stepping='10'/>
|
|
<feature name='ds'/>
|
|
<feature name='acpi'/>
|
|
<feature name='ss'/>
|
|
<feature name='ht'/>
|
|
<feature name='tm'/>
|
|
<feature name='pbe'/>
|
|
<feature name='dtes64'/>
|
|
<feature name='ds_cpl'/>
|
|
<feature name='est'/>
|
|
<feature name='tm2'/>
|
|
<feature name='cx16'/>
|
|
<feature name='xtpr'/>
|
|
<feature name='pdcm'/>
|
|
<feature name='movbe'/>
|
|
<feature name='syscall'/>
|
|
<feature name='lm'/>
|
|
<feature name='lahf_lm'/>
|
|
</cpu>
|