Rob Landley | 570aa13 | 2011-05-06 09:23:23 -0700 | [diff] [blame] | 1 | Virtualization support in the Linux kernel. |
2 | |||||
3 | 00-INDEX | ||||
4 | - this file. | ||||
5 | kvm/ | ||||
6 | - Kernel Virtual Machine. See also http://linux-kvm.org | ||||
Rob Landley | 570aa13 | 2011-05-06 09:23:23 -0700 | [diff] [blame] | 7 | uml/ |
8 | - User Mode Linux, builds/runs Linux kernel as a userspace program. | ||||
Rusty Russell | c3c53a0 | 2011-08-15 10:15:10 +0930 | [diff] [blame] | 9 | virtio.txt |
10 | - Text version of draft virtio spec. | ||||
11 | See http://ozlabs.org/~rusty/virtio-spec |