#!/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
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
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.