Re: [PATCH] conf: cpu: Add

2022-06-14 Thread Daniel P . Berrangé
On Sat, Jun 11, 2022 at 12:46:26PM -0400, Cole Robinson wrote: > 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 > > > > > Users

Re: [PATCH] conf: cpu: Add

2022-06-14 Thread Jiri Denemark
On Sat, Jun 11, 2022 at 12:46:26 -0400, Cole Robinson wrote: > 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 > > > > > Users ne

[PATCH] conf: cpu: Add

2022-06-11 Thread Cole Robinson
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 Users need to know these values to calculate an expected. SEV-ES/SEV-SNP launch measureme