From 4216f66a14702bf1a430a70be1be46d27b8b67c9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 24 Jan 2011 10:27:52 +0000 Subject: [PATCH] Add Parallels Virtual Platform (thanks Justin Clift). --- virt-what.in | 5 +++++ virt-what.pod | 7 +++++++ 2 files changed, 12 insertions(+) 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 + +The guest is running inside Parallels Virtual Platform +(Parallels Desktop, Parallels Server). + +Status: contributed by Justin Clift + =item B The guest is running inside IBM PowerVM Lx86 Linux/x86 emulator. -- 1.8.3.1