From b103ff5b0f342b91727f1e41b188df8f8cb0c71c Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 10 Aug 2009 09:17:26 +0100 Subject: [PATCH] =?utf8?q?Update=20documentation=20on=20new=20tests=20adde?= =?utf8?q?d=20by=20Laurent=20L=C3=A9onard.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- virt-what.in | 4 ++-- virt-what.pod | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) 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. -- 1.8.3.1