Index: docs/FAQ.html =================================================================== RCS file: /data/cvs/libvirt/docs/FAQ.html,v retrieving revision 1.42 diff -u -r1.42 FAQ.html --- docs/FAQ.html 17 Mar 2008 10:27:31 -0000 1.42 +++ docs/FAQ.html 4 Apr 2008 06:29:35 -0000 @@ -34,7 +34,7 @@

make rpm

  • Failure to use the API for non-root users -

    Large parts of the API may only be accessible with root priviledges, +

    Large parts of the API may only be accessible with root privileges, however the read only access to the xenstore data doesnot have to be forbidden to user, at least for monitoring purposes. If "virsh dominfo" fails to run as an user, change the mode of the xenstore read-only socket Index: docs/architecture.html =================================================================== RCS file: /data/cvs/libvirt/docs/architecture.html,v retrieving revision 1.43 diff -u -r1.43 architecture.html --- docs/architecture.html 17 Mar 2008 10:27:31 -0000 1.43 +++ docs/architecture.html 4 Apr 2008 06:29:35 -0000 @@ -14,7 +14,7 @@ drivers, kernels and daemons communicate though a shared system bus implemented in the hypervisor. The figure below tries to provide a view of this environment:

    The Xen architecture

    The library can be initialized in 2 ways depending on the level of -priviledge of the embedding program. If it runs with root access, +privilege of the embedding program. If it runs with root access, virConnectOpen() can be used, it will use three different ways to connect to the Xen infrastructure: