Autoconfify, add CPUID helper program to detect HVM domains (Paolo Bonzini).
[virt-what.git] / README
1 virt-what
2 Copyright (C) 2008-2009 Red Hat Inc.
3 ----------------------------------------------------------------------
4
5 This is a collection of scripts which you can use to work out what
6 sort of virtualization you are running inside.
7
8 Build:
9
10   ./configure
11   make
12
13 If you want to run it from the local directory, then you have to set
14 the PATH:
15
16   PATH=.:$PATH ./virt-what
17
18 To install (usually as root):
19
20   make install
21
22 also:
23
24   make prefix=/usr install
25   make DESTDIR=/tmp/somewhere install