summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--virt-what.in5
-rw-r--r--virt-what.pod7
2 files changed, 12 insertions, 0 deletions
diff --git a/virt-what.in b/virt-what.in
index 627f961..a0f7406 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -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
diff --git a/virt-what.pod b/virt-what.pod
index 2e4a8b3..cf4c1ff 100644
--- a/virt-what.pod
+++ b/virt-what.pod
@@ -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.