drivers.html.in 888 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<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>
16
      The hypervisor drivers currently supported by libvirt are:
17 18 19 20 21 22 23 24 25 26 27
    </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>
    </ul>
  </body>
</html>