aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* hyperv: Add basic documentationMatthias Bolte2011-08-261-0/+3
|
* website: Point main page links to libvirt driver pagesDave Allan2011-07-151-10/+10
| | | | | | | | | | | | | | | | | | | | | | | 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
* Update on the goal pageDaniel Veillard2011-03-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some things to note in this patch: - we do extend libvirt scope beyond purely managing domains, there is already a number of blocks which are here as helpr functions to manage the resources on the host. - we are expanding in the direction of libvirt being sufficient to do most of the management on the Host (but within the limits of the need for virtualization, e.g. managing users on the host is out of scope) - we don't require anymore APIs to be supported by multiple hypervisors to get in, it's already the case in practice, but we should still make sure the semantic of those APIs are clear. We added quite a bit for QEmu, but for example I saw on IRC that VBox could emulate a network unplug/replug on a domain interface, and that would be a good addition even if a priori no other hypervisor supports it. - Make clear that all libvirt APIs are available remotely, which is key to use libvirt for building management tools. - link the goal page from the project main page As for libvirt project directions, I think it just reflects the natural evolution in the last couple of years. We are less hypervisor agnostic and extending in the Host management. Clearly there is interest in making sure libvirt is complete in term of features for the hypervisors supported, especially the ones like KVM or LXC which don't really have integrated management library. * docs/goals.html.in: update the goals page * docs/index.html.in: link it from the top page
* docs/index.html.in: update KVM urlNiels de Vos2011-02-071-1/+1
| | | | Signed-off-by: Niels de Vos <ndevos@redhat.com>
* docs/index.html.in: update QEMU urlAlon Levy2011-02-031-1/+1
|
* Add info about VMware driver to the libvirt websiteJean-Baptiste Rouault2010-12-231-0/+3
|
* esx: Add documentation to the websiteMatthias Bolte2009-11-151-0/+3
| | | | | | | | * docs/drivers.html.in: list the ESX driver * docs/drvesx.html.in: the new ESX driver documentation * docs/hvsupport.html.in: add the ESX driver to the matrix * docs/index.html.in, docs/sitemap.html.in: list the ESX driver * src/esx/esx_driver.c: fix and cleanup some comments
* Cleanup whitespace in docsMatthew Booth2009-11-061-18/+18
| | | | | | | This patch is the result of running the following command in the docs directory: sed -i 's/\t/ /g; s/\s*$//' *.html.in * docs/*.html.in:convert tabs into 8 spaces and remove trailing whitespace
* release of 0.6.3v0.6.3LIBVIRT_0_6_3Daniel Veillard2009-04-241-0/+3
| | | | | | | * NEWS configure.in libvirt.spec.in docs/*: release of 0.6.3 * po/*: regenerated * src/libvirt.c src/virterror.c: fixed some function comments Daniel
* Added link to libvirt-qpid on front page, and docs on URI formats for each ↵Daniel P. Berrange2009-01-271-0/+7
| | | | driver
* fix the QEmu linksDaniel Veillard2009-01-121-1/+1
| | | | | | * docs/index.html docs/index.html.in docs/relatedlinks.html docs/relatedlinks.html.in: fix the QEmu links daniel
* * proxy/libvirt_proxy.c and docs/* typo fixingAtsushi SAKAI2008-04-241-1/+1
| | | | Atsushi
* Split website out into one file per page. APply new layout and stylingDaniel P. Berrange2008-04-231-0/+68