Add Google Cloud (not tested)
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 19 Jul 2021 14:14:32 +0000 (15:14 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 19 Jul 2021 14:14:32 +0000 (15:14 +0100)
Thanks: Paolo Bonzini

virt-what.in
virt-what.pod

index 3573221..aacbb13 100644 (file)
@@ -247,6 +247,11 @@ if echo "$dmi" | grep -q 'Product Name: RHEV Hypervisor'; then
     echo rhev
 fi
 
+# Google Cloud
+if echo "$dmi" | grep -q 'Product Name: Google Compute Engine'; then
+    echo google_cloud
+fi
+
 # Check for Xen.
 
 if [ "$cpuid" = "XenVMMXenVMM" ] &&
index 381385b..5ca63fe 100644 (file)
@@ -55,6 +55,12 @@ This is a Docker container.
 
 Status: confirmed by Charles Nguyen
 
+=item B<google_cloud>
+
+This is running on Google Cloud Platform / Google Compute Engine.
+
+Status: not confirmed
+
 =item B<hyperv>
 
 This is Microsoft Hyper-V hypervisor.