summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-23 09:18:57 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-23 09:59:36 +0100
commitb8957a6bd16be4c6c2c2893d621ed84bf21d0f72 (patch)
tree8b5791bac62a62cbb03db9b31260a5dee4625e03 /README
parent7880dab8d6e6d85cb086960750916b7f578e537f (diff)
downloadvirt-what-b8957a6bd16be4c6c2c2893d621ed84bf21d0f72.tar.gz
virt-what-b8957a6bd16be4c6c2c2893d621ed84bf21d0f72.tar.xz
virt-what-b8957a6bd16be4c6c2c2893d621ed84bf21d0f72.zip
Autoconfify, add CPUID helper program to detect HVM domains (Paolo Bonzini).1.1
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index d50e9dc..a97fdb3 100644
--- a/README
+++ b/README
@@ -1,10 +1,20 @@
virt-what
-Copyright (C) 2008 Red Hat Inc.
+Copyright (C) 2008-2009 Red Hat Inc.
+----------------------------------------------------------------------
+
+This is a collection of scripts which you can use to work out what
+sort of virtualization you are running inside.
Build:
+ ./configure
make
+If you want to run it from the local directory, then you have to set
+the PATH:
+
+ PATH=.:$PATH ./virt-what
+
To install (usually as root):
make install