summaryrefslogtreecommitdiffstats
path: root/virt-what.in
diff options
context:
space:
mode:
Diffstat (limited to 'virt-what.in')
-rw-r--r--virt-what.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/virt-what.in b/virt-what.in
index ddd6faf..30cce75 100644
--- a/virt-what.in
+++ b/virt-what.in
@@ -127,6 +127,12 @@ if grep -q '^vendor_id.*PowerVM Lx86' /proc/cpuinfo; then
echo powervm_lx86
fi
+# Check for Hitachi Virtualization Manager (HVM) Virtage logical partitioning.
+if echo "$dmi" | grep -q 'Manufacturer.*HITACHI' &&
+ echo "$dmi" | grep -q 'Product.*HVM LPAR'; then
+ echo virtage
+fi
+
# Check for Xen.
if [ "$cpuid" = "XenVMMXenVMM" ]; then