Re: [PATCH] sev: allow capabilities to check for SEV-ES support

2021-11-16 Thread Tyler Fanelli
On 11/16/21 12:23 PM, Daniel P. Berrangé wrote: On Tue, Nov 16, 2021 at 11:58:12AM -0500, Tyler Fanelli wrote: On 11/16/21 10:53 AM, Daniel P. Berrangé wrote: On Tue, Nov 16, 2021 at 10:29:35AM -0500, Tyler Fanelli wrote: On 11/16/21 4:17 AM, Daniel P. Berrangé wrote: On Mon, Nov 15, 2021 at

Re: [PATCH] sev: allow capabilities to check for SEV-ES support

2021-11-16 Thread Daniel P . Berrangé
On Tue, Nov 16, 2021 at 11:58:12AM -0500, Tyler Fanelli wrote: > On 11/16/21 10:53 AM, Daniel P. Berrangé wrote: > > On Tue, Nov 16, 2021 at 10:29:35AM -0500, Tyler Fanelli wrote: > > > On 11/16/21 4:17 AM, Daniel P. Berrangé wrote: > > > > On Mon, Nov 15, 2021 at 02:38:04PM -0500, Tyler Fanelli

Re: [PATCH] sev: allow capabilities to check for SEV-ES support

2021-11-16 Thread Tyler Fanelli
On 11/16/21 10:53 AM, Daniel P. Berrangé wrote: On Tue, Nov 16, 2021 at 10:29:35AM -0500, Tyler Fanelli wrote: On 11/16/21 4:17 AM, Daniel P. Berrangé wrote: On Mon, Nov 15, 2021 at 02:38:04PM -0500, Tyler Fanelli wrote: Probe for SEV-ES and SEV-SNP capabilities to distinguish between Rome,

Re: [PATCH] sev: allow capabilities to check for SEV-ES support

2021-11-16 Thread Daniel P . Berrangé
On Tue, Nov 16, 2021 at 10:29:35AM -0500, Tyler Fanelli wrote: > On 11/16/21 4:17 AM, Daniel P. Berrangé wrote: > > On Mon, Nov 15, 2021 at 02:38:04PM -0500, Tyler Fanelli wrote: > > > Probe for SEV-ES and SEV-SNP capabilities to distinguish between Rome, > > > Naples, and Milan processors. Use

Re: [PATCH] sev: allow capabilities to check for SEV-ES support

2021-11-16 Thread Tyler Fanelli
On 11/16/21 4:17 AM, Daniel P. Berrangé wrote: On Mon, Nov 15, 2021 at 02:38:04PM -0500, Tyler Fanelli wrote: Probe for SEV-ES and SEV-SNP capabilities to distinguish between Rome, Naples, and Milan processors. Use the CPUID function to probe if a processor is capable of running SEV-ES or

Re: [PATCH] sev: allow capabilities to check for SEV-ES support

2021-11-16 Thread Daniel P . Berrangé
On Mon, Nov 15, 2021 at 02:38:04PM -0500, Tyler Fanelli wrote: > Probe for SEV-ES and SEV-SNP capabilities to distinguish between Rome, > Naples, and Milan processors. Use the CPUID function to probe if a > processor is capable of running SEV-ES or SEV-SNP, rather than if it > actually is running

Re: [PATCH] sev: allow capabilities to check for SEV-ES support

2021-11-15 Thread Eric Blake
On Mon, Nov 15, 2021 at 02:38:04PM -0500, Tyler Fanelli wrote: > Probe for SEV-ES and SEV-SNP capabilities to distinguish between Rome, > Naples, and Milan processors. Use the CPUID function to probe if a > processor is capable of running SEV-ES or SEV-SNP, rather than if it > actually is running

[PATCH] sev: allow capabilities to check for SEV-ES support

2021-11-15 Thread Tyler Fanelli
Probe for SEV-ES and SEV-SNP capabilities to distinguish between Rome, Naples, and Milan processors. Use the CPUID function to probe if a processor is capable of running SEV-ES or SEV-SNP, rather than if it actually is running SEV-ES or SEV-SNP. Signed-off-by: Tyler Fanelli ---