From: Richard W.M. Jones Date: Mon, 3 Aug 2015 11:23:13 +0000 (+0100) Subject: Add oVirt (RHBZ#1249438). X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=74d099109217f7a4c0ec9790c6e83df392f4a5ae;p=virt-what.git Add oVirt (RHBZ#1249438). --- diff --git a/virt-what.in b/virt-what.in index 2de040a..d37da85 100644 --- a/virt-what.in +++ b/virt-what.in @@ -203,6 +203,11 @@ if echo "$dmi" | grep -q 'Vendor: Parallels'; then skip_qemu_kvm=true fi +# Check for oVirt. +if echo "$dmi" | grep -q 'Manufacturer: oVirt'; then + echo ovirt +fi + # Check for Xen. if [ "$cpuid" = "XenVMMXenVMM" ]; then diff --git a/virt-what.pod b/virt-what.pod index d936e4a..4e38414 100644 --- a/virt-what.pod +++ b/virt-what.pod @@ -116,6 +116,12 @@ container. Status: contributed by Evgeniy Sokolov +=item B + +The guest is running on an oVirt or RHEV node. + +Status: contributed by RWMJ, not confirmed + =item B The guest is running inside Parallels Virtual Platform