Add oVirt (RHBZ#1249438).
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 3 Aug 2015 11:23:13 +0000 (12:23 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 22 Sep 2015 17:17:58 +0000 (18:17 +0100)
virt-what.in
virt-what.pod

index 2de040a..d37da85 100644 (file)
@@ -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
index d936e4a..4e38414 100644 (file)
@@ -116,6 +116,12 @@ container.
 
 Status: contributed by Evgeniy Sokolov
 
+=item B<ovirt>
+
+The guest is running on an oVirt or RHEV node.
+
+Status: contributed by RWMJ, not confirmed
+
 =item B<parallels>
 
 The guest is running inside Parallels Virtual Platform