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).

+

Project Links

+ +

Deployment pre-requisites

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.

+

Project Links

+ + +

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.

+

Project Links

+ + +

Connections to OpenVZ driver

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.

+

Project Links

+ + +

Deployment pre-requisites