2013-05-03 09:25:37 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-07-26 12:01:25 -05:00
|
|
|
<!DOCTYPE html>
|
2013-05-03 09:25:37 -05:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2008-04-23 12:08:31 -05:00
|
|
|
<body>
|
|
|
|
<h1>Internal drivers</h1>
|
|
|
|
|
2017-03-27 02:03:02 -05:00
|
|
|
<ul>
|
|
|
|
<li><a href="#hypervisor">Hypervisor drivers</a></li>
|
2019-04-30 14:29:26 -05:00
|
|
|
<li><a href="storage.html">Storage drivers</a></li>
|
2017-03-27 02:03:02 -05:00
|
|
|
<li><a href="drvnodedev.html">Node device driver</a></li>
|
2019-05-17 06:35:57 -05:00
|
|
|
<li><a href="drvsecret.html">Secret driver</a></li>
|
2017-03-27 02:03:02 -05:00
|
|
|
</ul>
|
2010-10-23 16:46:32 -05:00
|
|
|
|
2008-04-23 12:08:31 -05: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>
|
|
|
|
|
2017-07-26 09:52:42 -05:00
|
|
|
<h2><a id="hypervisor">Hypervisor drivers</a></h2>
|
2008-04-23 12:08:31 -05:00
|
|
|
|
|
|
|
<p>
|
2008-04-24 04:17:29 -05:00
|
|
|
The hypervisor drivers currently supported by libvirt are:
|
2008-04-23 12:08:31 -05:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
2010-10-23 16:46:32 -05:00
|
|
|
<li><strong><a href="drvlxc.html">LXC</a></strong> - Linux Containers</li>
|
2008-04-23 12:08:31 -05:00
|
|
|
<li><strong><a href="drvopenvz.html">OpenVZ</a></strong></li>
|
2010-10-23 16:46:32 -05:00
|
|
|
<li><strong><a href="drvqemu.html">QEMU</a></strong></li>
|
|
|
|
<li><strong><a href="drvtest.html">Test</a></strong> - Used for testing</li>
|
2009-04-21 07:24:14 -05:00
|
|
|
<li><strong><a href="drvvbox.html">VirtualBox</a></strong></li>
|
2009-11-13 15:43:10 -06:00
|
|
|
<li><strong><a href="drvesx.html">VMware ESX</a></strong></li>
|
2010-12-23 02:35:51 -06:00
|
|
|
<li><strong><a href="drvvmware.html">VMware Workstation/Player</a></strong></li>
|
2010-10-23 16:46:32 -05:00
|
|
|
<li><strong><a href="drvxen.html">Xen</a></strong></li>
|
2011-07-13 10:13:42 -05:00
|
|
|
<li><strong><a href="drvhyperv.html">Microsoft Hyper-V</a></strong></li>
|
2015-08-21 16:43:48 -05:00
|
|
|
<li><strong><a href="drvvirtuozzo.html">Virtuozzo</a></strong></li>
|
2014-03-01 03:04:56 -06:00
|
|
|
<li><strong><a href="drvbhyve.html">Bhyve</a></strong> - The BSD Hypervisor</li>
|
2010-10-23 16:46:32 -05:00
|
|
|
</ul>
|
|
|
|
|
2008-04-23 12:08:31 -05:00
|
|
|
</body>
|
|
|
|
</html>
|