libvir.html 1.6 KB
Newer Older
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
<html>
<head>
<title>Libvir the Linux virtualization API</title>
</head>
<body bgcolor="#ffffff">
<h1 align="center">Libvir the Linux virtualization API</h1>

<h1>Note: this is the flat content of the <a href="index.html">web site</a></h1>

<h1 style="text-align: center">libvir</h1>

<p>Libvir is a C toolkit to interract with the virtualization capabilities
of recent versions of Linux. It is free software available under the 
<a href="http://www.opensource.org/licenses/lgpl-license.html">GNU Lesser
General Public License</a>. Virtualization of the Linux Operating System
means the ability to run multiple instances of Operating Systems concurently
on a single hardware system where the basic resources are driven by a Linux
instance. The library aim at providing long term stable C API primarily for
the <a href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html">Xen
paravirtualization</a> mechanism but should be adaptable to other
virtualization mechanisms.</p>

<h2><a name="Introducti">Introduction</a></h2>
<p></p>

<h2><a name="FAQ">FAQ</a></h2>
<p></p>

<h2><a name="Reporting">Reporting bugs and getting help</a></h2>

<p>There is a mailing-list <a
href="mailto:libvir-list@redhat.com">libvir-list@redhat.com</a> for libvir, with an  <a
href="https://www.redhat.com/archives/libvir-list/">on-line archive</a>. Please subscribe to this list before posting by visiting the <a
href="https://www.redhat.com/mailman/listinfo/libvir-list">associated Web</a> page and
follow the instructions. Patches with explanations and provided as attachments
are really appreciated and will be discussed on the mailing list.</p>

</body>
</html>