2008-04-23 17:08:31 +00:00
|
|
|
<html>
|
|
|
|
<body>
|
|
|
|
<h1>Internal drivers</h1>
|
|
|
|
|
2010-10-23 21:46:32 +00:00
|
|
|
<ul id="toc"></ul>
|
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
<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>
|
|
|
|
|
2010-10-23 21:46:32 +00:00
|
|
|
<h2><a name="hypervisor">Hypervisor drivers</a></h2>
|
2008-04-23 17:08:31 +00:00
|
|
|
|
|
|
|
<p>
|
2008-04-24 09:17:29 +00:00
|
|
|
The hypervisor drivers currently supported by libvirt are:
|
2008-04-23 17:08:31 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
2010-10-23 21:46:32 +00:00
|
|
|
<li><strong><a href="drvlxc.html">LXC</a></strong> - Linux Containers</li>
|
2008-04-23 17:08:31 +00:00
|
|
|
<li><strong><a href="drvopenvz.html">OpenVZ</a></strong></li>
|
2010-10-23 21:46:32 +00:00
|
|
|
<li><strong><a href="drvqemu.html">QEMU</a></strong></li>
|
|
|
|
<li><strong><a href="drvtest.html">Test</a></strong> - Used for testing</li>
|
|
|
|
<li><strong><a href="drvuml.html">UML</a></strong> - User Mode Linux</li>
|
2009-04-21 12:24:14 +00:00
|
|
|
<li><strong><a href="drvvbox.html">VirtualBox</a></strong></li>
|
2009-11-13 21:43:10 +00:00
|
|
|
<li><strong><a href="drvesx.html">VMware ESX</a></strong></li>
|
2010-12-23 08:35:51 +00:00
|
|
|
<li><strong><a href="drvvmware.html">VMware Workstation/Player</a></strong></li>
|
2010-10-23 21:46:32 +00:00
|
|
|
<li><strong><a href="drvxen.html">Xen</a></strong></li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2><a name="stroage">Storage drivers</a></h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><strong><a href="storage.html#StorageBackendDir">Directory backend</a></strong></li>
|
|
|
|
<li><strong><a href="storage.html#StorageBackendFS">Local filesystem backend</a></strong></li>
|
|
|
|
<li><strong><a href="storage.html#StorageBackendNetFS">Network filesystem backend</a></strong></li>
|
|
|
|
<li><strong><a href="storage.html#StorageBackendLogical">Logical Volume Manager (LVM) backend</a></strong></li>
|
|
|
|
<li><strong><a href="storage.html#StorageBackendDisk">Disk backend</a></strong></li>
|
|
|
|
<li><strong><a href="storage.html#StorageBackendISCSI">iSCSI backend</a></strong></li>
|
|
|
|
<li><strong><a href="storage.html#StorageBackendSCSI">SCSI backend</a></strong></li>
|
|
|
|
<li><strong><a href="storage.html#StorageBackendMultipath">Multipath backend</a></strong></li>
|
2008-04-23 17:08:31 +00:00
|
|
|
</ul>
|
|
|
|
</body>
|
|
|
|
</html>
|