Codebase list virt-what / 8363fa9
Add Google Cloud (not tested) Thanks: Paolo Bonzini Richard W.M. Jones 2 years ago
2 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
246246 echo rhev
247247 fi
248248
249 # Google Cloud
250 if echo "$dmi" | grep -q 'Product Name: Google Compute Engine'; then
251 echo google_cloud
252 fi
253
249254 # Check for Xen.
250255
251256 if [ "$cpuid" = "XenVMMXenVMM" ] &&
5353 This is a Docker container.
5454
5555 Status: confirmed by Charles Nguyen
56
57 =item B<google_cloud>
58
59 This is running on Google Cloud Platform / Google Compute Engine.
60
61 Status: not confirmed
5662
5763 =item B<hyperv>
5864