X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;fp=virt-what.in;h=850760ef4dd448b43b74c212c00d932f01bb3232;hb=b64df398779db07d008781c96685878795bcfd67;hp=aacbb134e9a083a9d9bd241f9dc01ece6ba78a7c;hpb=8363fa9f0e2cbd970f34ffb7c7b23ed0ac2c374a;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index aacbb13..850760e 100644 --- a/virt-what.in +++ b/virt-what.in @@ -252,6 +252,11 @@ if echo "$dmi" | grep -q 'Product Name: Google Compute Engine'; then echo google_cloud fi +# Red Hat's hypervisor. +if echo "$dmi" | grep -q 'Manufacturer: Red Hat'; then + echo redhat +fi + # Check for Xen. if [ "$cpuid" = "XenVMMXenVMM" ] &&