libvirt/src/cpu
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
..
cpu.c cpu: Remove unused includes 2022-06-16 06:43:56 +02:00
cpu.h cpu: Remove unused includes 2022-06-16 06:43:56 +02:00
cpu_arm.c cpu: Remove unused includes 2022-06-16 06:43:56 +02:00
cpu_arm.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_arm_data.h cpu: Introduce virCPUarmData and related struts 2020-05-15 12:04:24 +02:00
cpu_map.c cpu: Remove unused includes 2022-06-16 06:43:56 +02:00
cpu_map.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_ppc64.c cpu: Remove unused includes 2022-06-16 06:43:56 +02:00
cpu_ppc64.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_ppc64_data.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_s390.c cpu: Remove unused includes 2022-06-16 06:43:56 +02:00
cpu_s390.h src/cpu: use #pragma once in headers 2019-06-13 17:05:09 +02:00
cpu_x86.c conf: cpu: Add <signature family=X model=X stepping=X/> 2022-06-16 12:12:45 -04:00
cpu_x86.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
cpu_x86_data.h lib: Drop internal virXXXPtr typedefs 2021-04-13 17:00:38 +02:00
meson.build meson: src: build libvirt.so library 2020-08-03 09:27:04 +02:00