summaryrefslogtreecommitdiffstats
path: root/virt-what.in
diff options
context:
space:
mode:
Diffstat (limited to 'virt-what.in')
-rw-r--r--virt-what.in5
1 files changed, 5 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