Add Parallels Virtual Platform (thanks Justin Clift).
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 24 Jan 2011 10:27:52 +0000 (10:27 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 24 Jan 2011 10:27:52 +0000 (10:27 +0000)
virt-what.in
virt-what.pod

index 627f961..a0f7406 100644 (file)
@@ -158,6 +158,11 @@ if grep -q '^vendor_id.*IBM/S390' $root/proc/cpuinfo; then
     fi
 fi
 
+# Check for Parallels.
+if echo "$dmi" | grep -q 'Vendor: Parallels'; then
+    echo parallels
+fi
+
 # Check for Xen.
 
 if [ "$cpuid" = "XenVMMXenVMM" ]; then
index 2e4a8b3..cf4c1ff 100644 (file)
@@ -76,6 +76,13 @@ container.
 
 Status: contributed by Evgeniy Sokolov
 
+=item B<parallels>
+
+The guest is running inside Parallels Virtual Platform
+(Parallels Desktop, Parallels Server).
+
+Status: contributed by Justin Clift
+
 =item B<powervm_lx86>
 
 The guest is running inside IBM PowerVM Lx86 Linux/x86 emulator.