mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
57dbe08e74
* 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
31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<html>
|
|
<body>
|
|
<h1>Internal drivers</h1>
|
|
|
|
<p>
|
|
The libvirt public API delegates its implementation to one or
|
|
more internal drivers, depending on the <a href="uri.html">connection URI</a>
|
|
passed when initializing the library. There is always a hypervisor driver
|
|
active, and if the libvirt daemon is available there will usually be a
|
|
network and storage driver active.
|
|
</p>
|
|
|
|
<h2>Hypervisor drivers</h2>
|
|
|
|
<p>
|
|
The hypervisor drivers currently supported by libvirt are:
|
|
</p>
|
|
|
|
<ul>
|
|
<li><strong><a href="drvxen.html">Xen</a></strong></li>
|
|
<li><strong><a href="drvqemu.html">QEMU</a></strong></li>
|
|
<li><strong><a href="drvlxc.html">LXC</a></strong></li>
|
|
<li><strong><a href="drvtest.html">Test</a></strong></li>
|
|
<li><strong><a href="drvopenvz.html">OpenVZ</a></strong></li>
|
|
<li><strong><a href="drvvbox.html">VirtualBox</a></strong></li>
|
|
<li><strong><a href="drvone.html">OpenNebula</a></strong></li>
|
|
<li><strong><a href="drvesx.html">VMware ESX</a></strong></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|