From e5adda7e6b282732d1d8957d9463b304ed03bb5c Mon Sep 17 00:00:00 2001
From: Dave Allan
Date: Fri, 15 Jul 2011 14:33:17 -0400
Subject: [PATCH] website: Point main page links to libvirt driver pages
The "libvirt supports:" section on the main page of libvirt.org
contains a list of hypervisors with links that point to the sites of
the underlying virt technologies. The entry for KVM points to
http://www.linux-kvm.org/, for example. People coming to libvirt.org
for the first time are likely to know about those sites, and they're
probably interested in how libvirt manages those technologies. This
patch points those links to the libvirt driver pages instead. It also
consolidates KVM and QEMU as there is only one libvirt driver page for
them. Finally, it adds a line about networking support.
v2: incorporate Eric's feedback adding project links to driver pages.
website: Add project links to KVM/QEMU driver page
website: Add project links to Xen driver page
website: Add project links to LXC driver page
website: Add project links to OpenVZ driver page
website: Add project links to UML driver page
website: Add project links to Virtualbox driver page
website: Add project links to ESX driver page
website: Add project links to VMware driver page
---
docs/drvesx.html.in | 8 ++++++++
docs/drvlxc.html.in | 12 ++++++++++--
docs/drvopenvz.html.in | 9 +++++++++
docs/drvqemu.html.in | 20 ++++++++++++++++----
docs/drvuml.html.in | 9 +++++++++
docs/drvvbox.html.in | 9 +++++++++
docs/drvvmware.html.in | 9 +++++++++
docs/drvxen.html.in | 9 +++++++++
docs/index.html.in | 22 +++++++++++-----------
9 files changed, 90 insertions(+), 17 deletions(-)
diff --git a/docs/drvesx.html.in b/docs/drvesx.html.in
index 613cd0755b..da9d2a1ba7 100644
--- a/docs/drvesx.html.in
+++ b/docs/drvesx.html.in
@@ -8,6 +8,14 @@
connect to a VMware vCenter 2.5/4.x (VPX).
+
+
+
diff --git a/docs/drvlxc.html.in b/docs/drvlxc.html.in
index 8c681bd4cf..5ce218d92a 100644
--- a/docs/drvlxc.html.in
+++ b/docs/drvlxc.html.in
@@ -5,10 +5,18 @@
The libvirt LXC driver manages "Linux Containers". Containers are sets of processes
with private namespaces which can (but don't always) look like separate machines, but
do not have their own OS. Here are two example configurations. The first is a very
-light-weight "application container" which does not have it's own root image. You would
-start it using
+light-weight "application container" which does not have its own root image.
+
+
+
+ -
+ The LXC Linux
+ container system
+
+
+
Cgroups Requirements
diff --git a/docs/drvopenvz.html.in b/docs/drvopenvz.html.in
index ddd6ac1cb5..bb437d36b9 100644
--- a/docs/drvopenvz.html.in
+++ b/docs/drvopenvz.html.in
@@ -13,6 +13,15 @@
undue trouble.
+
+
+
+ -
+ The OpenVZ Linux container
+ system
+
+
+
diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in
index e0e44eb9e7..038ecc6d0c 100644
--- a/docs/drvqemu.html.in
+++ b/docs/drvqemu.html.in
@@ -1,15 +1,27 @@
- QEMU/KVM hypervisor driver
+ KVM/QEMU hypervisor driver
- The libvirt QEMU driver can manage any QEMU emulator from version 0.8.1
- or later. It can also manage anything that provides the same QEMU command
- line syntax and monitor interaction. This includes KVM, and Xenner.
+ The libvirt KVM/QEMU driver can manage any QEMU emulator from
+ version 0.8.1 or later. It can also manage Xenner, which
+ provides the same QEMU command line syntax and monitor
+ interaction.
+
+
+
+ -
+ The KVM Linux
+ hypervisor
+
-
+ The QEMU emulator
+
+
+
diff --git a/docs/drvuml.html.in b/docs/drvuml.html.in
index d18e9cc59c..19b76ab9e4 100644
--- a/docs/drvuml.html.in
+++ b/docs/drvuml.html.in
@@ -11,6 +11,15 @@
has pre-created TAP devices.
+
+
+
+
Connections to UML driver
diff --git a/docs/drvvbox.html.in b/docs/drvvbox.html.in
index ef5575710b..852054bf3a 100644
--- a/docs/drvvbox.html.in
+++ b/docs/drvvbox.html.in
@@ -6,6 +6,15 @@
from version 2.2 onwards.
+
+
+
+
Connections to VirtualBox driver
diff --git a/docs/drvvmware.html.in b/docs/drvvmware.html.in
index 44814d3bca..b82f6a3cb9 100644
--- a/docs/drvvmware.html.in
+++ b/docs/drvvmware.html.in
@@ -12,6 +12,15 @@
from here.
+
+
+
+
Connections to VMware driver
diff --git a/docs/drvxen.html.in b/docs/drvxen.html.in
index 4e35afa30a..631f7ed219 100644
--- a/docs/drvxen.html.in
+++ b/docs/drvxen.html.in
@@ -9,6 +9,15 @@
on any Xen release from 3.0.1 onwards.
+
+
+
+ -
+ The Xen
+ hypervisor on Linux and Solaris hosts
+
+
+
diff --git a/docs/index.html.in b/docs/index.html.in
index 64eb84dcf2..536e354962 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -35,32 +35,32 @@