2013-05-03 14:25:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-07-26 17:01:25 +00:00
|
|
|
<!DOCTYPE html>
|
2013-05-03 14:25:37 +00:00
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
2008-04-23 17:08:31 +00:00
|
|
|
<body>
|
|
|
|
<h1>Internal drivers</h1>
|
|
|
|
|
2017-03-27 07:03:02 +00:00
|
|
|
<ul>
|
|
|
|
<li><a href="#hypervisor">Hypervisor drivers</a></li>
|
2019-04-30 19:29:26 +00:00
|
|
|
<li><a href="storage.html">Storage drivers</a></li>
|
2017-03-27 07:03:02 +00:00
|
|
|
<li><a href="drvnodedev.html">Node device driver</a></li>
|
|
|
|
</ul>
|
2010-10-23 21:46:32 +00:00
|
|
|
|
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>
|
|
|
|
|
2017-07-26 14:52:42 +00:00
|
|
|
<h2><a id="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>
|
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>
|
2011-07-13 15:13:42 +00:00
|
|
|
<li><strong><a href="drvhyperv.html">Microsoft Hyper-V</a></strong></li>
|
2012-09-27 22:19:37 +00:00
|
|
|
<li><strong><a href="drvphyp.html">IBM PowerVM (phyp)</a></strong></li>
|
2015-08-21 21:43:48 +00:00
|
|
|
<li><strong><a href="drvvirtuozzo.html">Virtuozzo</a></strong></li>
|
2014-03-01 09:04:56 +00:00
|
|
|
<li><strong><a href="drvbhyve.html">Bhyve</a></strong> - The BSD Hypervisor</li>
|
2010-10-23 21:46:32 +00:00
|
|
|
</ul>
|
|
|
|
|
2008-04-23 17:08:31 +00:00
|
|
|
</body>
|
|
|
|
</html>
|