From: Richard W.M. Jones Date: Mon, 24 Jan 2011 10:27:52 +0000 (+0000) Subject: Add Parallels Virtual Platform (thanks Justin Clift). X-Git-Tag: 1.8~7 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4216f66a14702bf1a430a70be1be46d27b8b67c9;p=virt-what.git Add Parallels Virtual Platform (thanks Justin Clift). --- 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.