virt-what-cvm: rename 'azure-hcl' fact to 'hyperv-hcl' master
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 29 Jun 2023 16:51:06 +0000 (17:51 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 29 Jun 2023 17:17:19 +0000 (18:17 +0100)
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é <berrange@redhat.com>
virt-what-cvm.c
virt-what-cvm.pod

index 8b8a4df..52b3426 100644 (file)
@@ -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");
     }
index 12cfc6a..0f90765 100644 (file)
@@ -52,11 +52,11 @@ This is a confidential guest running with Intel TDX technology
 
 Status: tested on Microsoft Azure TDX CVM (preview)
 
-=item B<azure-hcl>
+=item B<hyperv-hcl>
 
 This is a confidential guest running unenlightened under the
-Azure HCL (Host Compatibility Layer). This will be paired with
-B<amd-sev-snp>.
+HyperV (Azure) HCL (Host Compatibility Layer). This will be
+paired with B<amd-sev-snp>.
 
 Status: tested on Microsoft Azure SEV-SNP CVM