X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;h=d56c84f65a1d525047fff70b4594c6ef1babf156;hb=a6757ae742616d493764780faae00f786b854ffb;hp=aacbb134e9a083a9d9bd241f9dc01ece6ba78a7c;hpb=8363fa9f0e2cbd970f34ffb7c7b23ed0ac2c374a;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index aacbb13..d56c84f 100644 --- a/virt-what.in +++ b/virt-what.in @@ -232,11 +232,8 @@ if echo "$dmi" | grep -q 'Vendor: Parallels'; then fi # Check for Nutanix AHV. -# This is sufficiently different from KVM and has Viridian extensions, -# so skip the KVM test. if echo "$dmi" | grep -q 'Manufacturer: Nutanix'; then echo nutanix_ahv - skip_qemu_kvm=true fi # Check for oVirt/RHEV. @@ -252,6 +249,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" ] &&