]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Updated and fixed a broken link, Daniel
authorDaniel Veillard <veillard@redhat.com>
Sun, 22 Jan 2006 17:03:48 +0000 (17:03 +0000)
committerDaniel Veillard <veillard@redhat.com>
Sun, 22 Jan 2006 17:03:48 +0000 (17:03 +0000)
docs/intro.html
docs/libvir.html
docs/news.html

index 4b4cb8cb60a38efba468de84771724a9d0983e68..aa5e4539ffd3bb0a5da7d593f93ff7f19ec50832 100644 (file)
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>Introduction</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Introduction</h1><p>Libvir won't try to provide all possible interfaces for interacting with
-the virtualization features of a set of Linux (or other OS) system.</p><p>To avoid ambiguity about the terms used here here are the definitions for
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>Introduction</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Introduction</h1><p>Libvir is a C toolkit to interract with the virtualization capabilities of
+recent versions of Linux (and other OSes), but ibvir won't try to provide all
+possible interfaces for interacting with the virtualization features of a set
+of Linux (or other OS) system.</p><p>To avoid ambiguity about the terms used here here are the definitions for
 soem of the specific terms used in libvir documentation:</p><ul><li>a <strong>node</strong> is a single physical machine</li>
   <li>an <strong>hypervisor</strong> is a layer of software allowing to
     virtualize a node in a set of virtual machines with possibly different
@@ -9,7 +11,7 @@ soem of the specific terms used in libvir documentation:</p><ul><li>a <strong>no
   <li>a <strong>domain</strong> is an instance of an operating system running
     on a virtualized machine</li>
 </ul><p>Now we can define the goal of libvir: to provide the lowest possible
-generic layer to manage domains on a node.</p><p>This implies the following:</p><ul><li>the API should not be targetted to a single virtualization environment
+generic and stable layer to manage domains on a node.</p><p>This implies the following:</p><ul><li>the API should not be targetted to a single virtualization environment
     though Xen is the current default, which also means that some very
     specific capabilities which are not generic enough may not be provided as
     libvir APIs</li>
@@ -18,6 +20,9 @@ generic layer to manage domains on a node.</p><p>This implies the following:</p>
   <li>the API will not try to provide hight level multi-nodes management
     features like load balancing, though they could be implemented on top of
     libvir</li>
+  <li>stability of the API is a big concern, libvir should isolate
+    applications from the frequent changes expected at the lower level of the
+    virtualization framework</li>
 </ul><p>So libvir should be a building block for higher level management tools or
 for applications focusing on virtualization on a single node (the only
 exception being domain migration between node capabilities which may need to
index 48ef00d880a389af414cf2d2999e9efed6be04b7..cdf2e6f826b69ec07ac872bdfe5e574c44caccaf 100644 (file)
@@ -30,7 +30,7 @@ virtualization mechanisms if needed.</p>
 
 <p>Here is the list of official releases, however since it is early on in the
 development of libvir, it is preferable when possible to just use the <a
-href="download.html">CVS version or snapshot</a>, contact the mailing list
+href="downloads.html">CVS version or snapshot</a>, contact the mailing list
 and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p>
 
 <h3>0.0.1: Dec 19 2005</h3>
@@ -42,8 +42,10 @@ and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p>
 
 <h2><a name="Introducti">Introduction</a></h2>
 
-<p>Libvir won't try to provide all possible interfaces for interacting with
-the virtualization features of a set of Linux (or other OS) system.</p>
+<p>Libvir is a C toolkit to interract with the virtualization capabilities of
+recent versions of Linux (and other OSes), but ibvir won't try to provide all
+possible interfaces for interacting with the virtualization features of a set
+of Linux (or other OS) system.</p>
 
 <p>To avoid ambiguity about the terms used here here are the definitions for
 soem of the specific terms used in libvir documentation:</p>
@@ -57,7 +59,7 @@ soem of the specific terms used in libvir documentation:</p>
 </ul>
 
 <p>Now we can define the goal of libvir: to provide the lowest possible
-generic layer to manage domains on a node.</p>
+generic and stable layer to manage domains on a node.</p>
 
 <p>This implies the following:</p>
 <ul>
@@ -70,6 +72,9 @@ generic layer to manage domains on a node.</p>
   <li>the API will not try to provide hight level multi-nodes management
     features like load balancing, though they could be implemented on top of
     libvir</li>
+  <li>stability of the API is a big concern, libvir should isolate
+    applications from the frequent changes expected at the lower level of the
+    virtualization framework</li>
 </ul>
 
 <p>So libvir should be a building block for higher level management tools or
index a532da84cb2f63a09719ef176e1ff0226002b8f8..f45fa559438d1d2a2a0eb1e2e5c358fd3112275f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><link rel="stylesheet" type="text/css" href="libvir.css" /><title>Releases</title></head><body><div id="container"><div id="intro"><div id="adjustments"></div><div id="pageHeader"></div><div id="content2"><h1 class="style1">Releases</h1><p>Here is the list of official releases, however since it is early on in the
-development of libvir, it is preferable when possible to just use the <a href="download.html">CVS version or snapshot</a>, contact the mailing list
+development of libvir, it is preferable when possible to just use the <a href="downloads.html">CVS version or snapshot</a>, contact the mailing list
 and check the <a href="ChangeLog.html">ChangeLog</a> to gauge progresses.</p><h3>0.0.1: Dec 19 2005</h3><ul><li>First release</li>
   <li>Basic management of existing Xen domains</li>
   <li>Minimal autogenerated Python bindings</li>