Add detection of IBM PowerVM Lx86 Linux/x86 emulator.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 17 Jan 2011 10:35:31 +0000 (10:35 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 17 Jan 2011 10:37:20 +0000 (10:37 +0000)
virt-what.in
virt-what.pod

index 46bf12d..ddd6faf 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash -
 # @configure_input@
-# Copyright (C) 2008-2010 Red Hat Inc.
+# Copyright (C) 2008-2011 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -122,6 +122,11 @@ if grep -q 'UML' /proc/cpuinfo; then
     echo uml
 fi
 
+# Check for IBM PowerVM Lx86 Linux/x86 emulator.
+if grep -q '^vendor_id.*PowerVM Lx86' /proc/cpuinfo; then
+    echo powervm_lx86
+fi
+
 # Check for Xen.
 
 if [ "$cpuid" = "XenVMMXenVMM" ]; then
index b8e8d95..d5888c2 100644 (file)
@@ -44,6 +44,12 @@ container.
 
 Status: contributed by Evgeniy Sokolov
 
+=item B<powervm_lx86>
+
+The guest is running inside IBM PowerVM Lx86 Linux/x86 emulator.
+
+Status: data supplied by Jeffrey Scheel, not confirmed
+
 =item B<qemu>
 
 This is QEMU.