From: Daniel P. Berrangé Date: Thu, 29 Jun 2023 16:51:06 +0000 (+0100) Subject: virt-what-cvm: rename 'azure-hcl' fact to 'hyperv-hcl' X-Git-Tag: v1.26~3 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=94773022f76f994d7a9b37f59ba978bd28f30d1d;p=virt-what.git virt-what-cvm: rename 'azure-hcl' fact to 'hyperv-hcl' Azure is a cloud service that uses the HyperV platform, so we should refer to the fact as 'hyperv-hcl', not 'azure-hcl'. Signed-off-by: Daniel P. Berrangé --- diff --git a/virt-what-cvm.c b/virt-what-cvm.c index 8b8a4df..52b3426 100644 --- a/virt-what-cvm.c +++ b/virt-what-cvm.c @@ -214,7 +214,7 @@ cpu_sig_amd (void) if (cpu_sig_amd_hyperv ()) { puts ("amd-sev-snp"); - puts ("azure-hcl"); + puts ("hyperv-hcl"); } else { debug("No hyperv CPUID\n"); } diff --git a/virt-what-cvm.pod b/virt-what-cvm.pod index 12cfc6a..0f90765 100644 --- a/virt-what-cvm.pod +++ b/virt-what-cvm.pod @@ -52,11 +52,11 @@ This is a confidential guest running with Intel TDX technology Status: tested on Microsoft Azure TDX CVM (preview) -=item B +=item B This is a confidential guest running unenlightened under the -Azure HCL (Host Compatibility Layer). This will be paired with -B. +HyperV (Azure) HCL (Host Compatibility Layer). This will be +paired with B. Status: tested on Microsoft Azure SEV-SNP CVM