aboutsummaryrefslogtreecommitdiff
blob: 9e96f66ec81c65799c9eb34f7de79a639add56ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<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>
      <li>
        <a href="http://www.ibm.com/developerworks/linux/library/l-kvm-libvirt-audit/index.html">IBM developerworks article about libvirt and audit.</a>
      </li>
    </ul>

    <h2>Blogs and Podcasts</h2>

    <ul>
      <li>
        <a href="http://twit.tv/show/floss-weekly/213">FLOSS Weekly
        podcast on the topic of libvirt</a>
      </li>
      <li>
        <a href="http://berrange.com/topics/libvirt/">Daniel
        Berrange's blog on useful libvirt development tips</a>
      </li>
      <li>
        <a href="http://planet.virt-tools.org/index.html">Virt Tools
        Blog Planet: blog aggregation of several virt-related
        feeds</a>
      </li>
    </ul>

  </body>
</html>