index.html.in 3.3 KB
Newer Older
1 2 3
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
4
  <body class="index">
5 6
    <h1>The virtualization API</h1>

7 8
    <div class="panel">
    <h2>libvirt is</h2>
9 10 11

    <ul>
      <li>
M
Matthew Booth 已提交
12
        A toolkit to interact with the virtualization capabilities
D
Daniel Veillard 已提交
13 14
        of recent versions of Linux (and other OSes), see our
        <a href="goals.html">project goals</a> for details.
15 16
      </li>
      <li>
M
Matthew Booth 已提交
17 18 19
        Free software available under the
        <a href="http://www.opensource.org/licenses/lgpl-license.html">GNU
          Lesser General Public License</a>.
20 21 22
      </li>

      <li>
M
Matthew Booth 已提交
23
        A long term stable C API
24 25
      </li>
      <li>
M
Matthew Booth 已提交
26
        A set of bindings for common languages
27 28
      </li>
      <li>
M
Matthew Booth 已提交
29
        A <a href="CIM/">CIM provider</a> for the DMTF virtualization schema
30
      </li>
31
      <li>
M
Matthew Booth 已提交
32
        A <a href="/qpid/">QMF agent</a> for the AMQP/QPid messaging system
33
      </li>
34 35 36 37 38
      <li>
        A <a href="governance.html">technical meritocracy</a>, in which
        participants gain influence over a project through recognition
        of their contributions.
      </li>
39
    </ul>
40
    </div>
41

42 43
    <div class="panel">
    <h2>libvirt supports</h2>
44 45 46

    <ul>
      <li>
47
        The <a href="http://libvirt.org/drvqemu.html">KVM/QEMU</a> Linux hypervisor
48 49
      </li>
      <li>
50 51
        The <a href="http://libvirt.org/drvxen.html">Xen</a> hypervisor
        on Linux and Solaris hosts.
52 53
      </li>
      <li>
54
        The <a href="http://libvirt.org/drvlxc.html">LXC</a> Linux container system
55 56
      </li>
      <li>
57
        The <a href="http://libvirt.org/drvopenvz.html">OpenVZ</a> Linux container system
58 59
      </li>
      <li>
60
        The <a href="http://libvirt.org/drvuml.html">User Mode Linux</a> paravirtualized kernel
61
      </li>
62
      <li>
63
        The <a href="http://libvirt.org/drvvbox.html">VirtualBox</a> hypervisor
64
      </li>
D
Daniel Veillard 已提交
65
      <li>
66
        The <a href="http://libvirt.org/drvesx.html">VMware ESX and GSX</a> hypervisors
D
Daniel Veillard 已提交
67
      </li>
68
      <li>
69
        The <a href="http://libvirt.org/drvvmware.html">VMware Workstation and Player</a> hypervisors
70
      </li>
M
Matthias Bolte 已提交
71 72 73
      <li>
        The <a href="http://libvirt.org/drvhyperv.html">Microsoft Hyper-V</a> hypervisor
      </li>
74 75 76 77
      <li>
        The <a href="http://libvirt.org/drvphyp.html">IBM PowerVM</a> hypervisor
      </li>
      <li>
78
        The <a href="http://libvirt.org/drvvirtuozzo.html">Virtuozzo</a> hypervisor
79
      </li>
80 81 82
      <li>
        The <a href="http://libvirt.org/drvbhyve.html">Bhyve</a> hypervisor
      </li>
83
      <li>
84
        Virtual networks using bridging, NAT, VEPA and VN-LINK.
85
      </li>
86
      <li>
M
Matthew Booth 已提交
87
        Storage on IDE/SCSI/USB disks, FibreChannel, LVM, iSCSI, NFS and filesystems
88 89 90
      </li>
    </ul>

91 92 93 94
    </div>

    <div class="panel">
    <h2>libvirt provides</h2>
95 96 97 98 99

    <ul>
      <li>Remote management using TLS encryption and x509 certificates</li>
      <li>Remote management authenticating with Kerberos and SASL</li>
      <li>Local access control using PolicyKit</li>
100
      <li>Zero-conf discovery using Avahi multicast-DNS</li>
101
      <li>Management of virtual machines, virtual networks and storage</li>
102
      <li>Portable client API for Linux, Solaris and Windows</li>
103
    </ul>
104 105 106
    </div>

    <br class="clear"/>
107 108 109

  </body>
</html>