From: Richard Jones Date: Mon, 10 Aug 2009 08:17:26 +0000 (+0100) Subject: Update documentation on new tests added by Laurent Léonard. X-Git-Tag: 1.2~4 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=b103ff5b0f342b91727f1e41b188df8f8cb0c71c;p=virt-what.git Update documentation on new tests added by Laurent Léonard. --- diff --git a/virt-what.in b/virt-what.in index ebea7a1..8ac09f5 100644 --- a/virt-what.in +++ b/virt-what.in @@ -78,7 +78,7 @@ if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then fi # Check for VirtualBox. - +# Added by Laurent Léonard. if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; then echo virtualbox fi @@ -94,7 +94,7 @@ if [ -d /proc/vz -a ! -d /proc/bc ]; then fi # Check for UML. - +# Added by Laurent Léonard. if grep -q 'UML' /proc/cpuinfo; then     echo uml fi diff --git a/virt-what.pod b/virt-what.pod index 0cfb753..6451c06 100644 --- a/virt-what.pod +++ b/virt-what.pod @@ -1,3 +1,5 @@ +=encoding utf8 + =head1 NAME virt-what - detect if we are running in a virtual machine @@ -42,6 +44,18 @@ This is QEMU. Status: confirmed by RWMJ. +=item B + +This is a User-Mode Linux (UML) guest. + +Status: contributed by Laurent Léonard + +=item B + +This is a VirtualBox guest. + +Status: contributed by Laurent Léonard + =item B The guest appears to be running on Microsoft VirtualPC.