mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
c6d5ac174e
This patch is the result of running the following command in the docs directory: sed -i 's/\t/ /g; s/\s*$//' *.html.in * docs/*.html.in:convert tabs into 8 spaces and remove trailing whitespace
66 lines
2.1 KiB
HTML
66 lines
2.1 KiB
HTML
<html>
|
|
<body>
|
|
<h1>Related links</h1>
|
|
|
|
<p>
|
|
This page contains some links of interest in the area of virtualization.
|
|
There are separate pages covering <a href="apps.html">applications using libvirt</a>
|
|
and <a href="bindings.html">language bindings for libvirt</a>.
|
|
</p>
|
|
|
|
<h2>Other library bindings</h2>
|
|
|
|
<ul>
|
|
<li><a href="/CIM/">CIM provider</a></li>
|
|
<li><a href="/qpid/">libvirt on the Advanced Message Queuing Protocol (AMQP)</a></li>
|
|
<li><a href="http://search.cpan.org/dist/Sys-Virt/">Perl bindings</a></li>
|
|
<li><a href="/ocaml/">OCaml bindings</a></li>
|
|
<li><a href="/ruby/">Ruby bindings</a></li>
|
|
</ul>
|
|
|
|
<h2>Hypervisors / emulators / containers</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
The <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html">Xen</a> hypervisor
|
|
</li>
|
|
<li>
|
|
The <a href="http://bellard.org/qemu/">QEMU</a> emulator
|
|
</li>
|
|
<li>
|
|
The <a href="http://kvm.qumranet.com/kvmwiki">KVM</a> Linux hypervisor
|
|
</li>
|
|
<li>
|
|
The <a href="http://lxc.sourceforge.net/">LXC</a> Linux container system
|
|
</li>
|
|
<li>
|
|
The <a href="http://openvz.org/">OpenVZ</a> Linux container system
|
|
</li>
|
|
<li>
|
|
The <a href="http://virt.kernelnewbies.org/lguest">lGuest</a> paravirtualized hypervisor
|
|
</li>
|
|
<li>
|
|
The <a href="http://virt.kernelnewbies.org/Linux-VServer">Linux-VServer</a> container system
|
|
</li>
|
|
<li>
|
|
The <a href="http://virt.kernelnewbies.org/UML">User Mode Linux</a> paravirtualized hypervisor
|
|
</li>
|
|
</ul>
|
|
|
|
<h2>Virtualization technology</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="http://virt.kernelnewbies.org/">Kernel Newbies Virtualization guide</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://www-128.ibm.com/developerworks/linux/library/l-linuxvirt/?ca=dgr-lnxw01Virtual-Linux">IBM developerworks virtualization guide</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://en.wikipedia.org/wiki/Virtualization">Wikipedia Virtualization</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|