X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-what.in;h=1a373ed917597a8341bbd3b1c3100c00851046bf;hb=516a3554c2f018e18f0b51e6e4a035f029e64543;hp=0e048a20de31aeab6559ca06f8e3b76274b89203;hpb=d35e2b9a15540357ecdca3e98b4df915525fed0f;p=virt-what.git diff --git a/virt-what.in b/virt-what.in index 0e048a2..1a373ed 100644 --- a/virt-what.in +++ b/virt-what.in @@ -134,6 +134,13 @@ if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; then echo virtualbox fi +# Check for bhyve. +if [ "$cpuid" = "bhyve bhyve " ]; then + echo bhyve +elif echo "$dmi" | grep -q "Vendor: BHYVE"; then + echo bhyve +fi + # Check for OpenVZ / Virtuozzo. # Added by Evgeniy Sokolov. # /proc/vz - always exists if OpenVZ kernel is running (inside and outside @@ -203,10 +210,13 @@ if echo "$dmi" | grep -q 'Vendor: Parallels'; then skip_qemu_kvm=true fi -# Check for oVirt. +# Check for oVirt/RHEV. if echo "$dmi" | grep -q 'Manufacturer: oVirt'; then echo ovirt fi +if echo "$dmi" | grep -q 'Product Name: RHEV Hypervisor'; then + echo rhev +fi # Check for Xen.