diff options
author | Rob Landley <rlandley@parallels.com> | 2011-05-06 09:23:23 -0700 |
---|---|---|
committer | Randy Dunlap <randy.dunlap@oracle.com> | 2011-05-06 09:23:23 -0700 |
commit | 570aa13a5dbea9b905b4cd6315aa6e1b3a9fd2f8 (patch) | |
tree | 39deb1c31d8630b116eba827babc7140bbace47b /Documentation/virtual | |
parent | ed16648eb5b86917f0b90bdcdbc857202da72f90 (diff) | |
download | linux-3.10-570aa13a5dbea9b905b4cd6315aa6e1b3a9fd2f8.tar.gz linux-3.10-570aa13a5dbea9b905b4cd6315aa6e1b3a9fd2f8.tar.bz2 linux-3.10-570aa13a5dbea9b905b4cd6315aa6e1b3a9fd2f8.zip |
Add a 00-INDEX file to Documentation/virtual
Remove uml from the top level 00-INDEX file.
Signed-off-by: Rob Landley <rlandley@parallels.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Diffstat (limited to 'Documentation/virtual')
-rw-r--r-- | Documentation/virtual/00-INDEX | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/virtual/00-INDEX b/Documentation/virtual/00-INDEX new file mode 100644 index 00000000000..fe0251c4cfb --- /dev/null +++ b/Documentation/virtual/00-INDEX @@ -0,0 +1,10 @@ +Virtualization support in the Linux kernel. + +00-INDEX + - this file. +kvm/ + - Kernel Virtual Machine. See also http://linux-kvm.org +lguest/ + - Extremely simple hypervisor for experimental/educational use. +uml/ + - User Mode Linux, builds/runs Linux kernel as a userspace program. |