* docs/libvir.html: grammatical fix

* src/Makefile.am src/sexpr.c src/sexpr.h: starting to integrate
  Anthony Liquori libxend code
* src/libvir.c: fix an uninitialized value
Daniel
This commit is contained in:
Daniel Veillard
2006-01-11 13:58:32 +00:00
parent 2b019dd2f7
commit f18b6c0ec6
6 changed files with 513 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ progresses.</p>
<h2><a name="architecture">libvir architecture</a></h2>
<p>In a Xen environment, program using libvir have to execute in "Domain 0",
<p>In a Xen environment, programs using libvir have to execute in "Domain 0",
which is the primary Linux OS loaded on the machine. That OS kernel provides
most if not all of the actual drivers used by the set of domains. It also
runs the Xen Store, a database of informations shared by the hypervisor, the