]> xenbits.xensource.com Git - libvirt.git/commitdiff
* docs/libvir.html docs/uri.html: update docs about the libvirt
authorDaniel Veillard <veillard@redhat.com>
Thu, 15 Nov 2007 17:07:28 +0000 (17:07 +0000)
committerDaniel Veillard <veillard@redhat.com>
Thu, 15 Nov 2007 17:07:28 +0000 (17:07 +0000)
  daemon startup when using QEmu/KVM.
Daniel

ChangeLog
docs/libvir.html
docs/uri.html

index aef4bbd473a58428ba033b586c99835d927ad229..34b88492c227f4cd459685f147d05454dab3b745 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 15 18:06:15 CET 2007 Daniel Veillard <veillard@redhat.com>
+
+       * docs/libvir.html docs/uri.html: update docs about the libvirt
+         daemon startup when using QEmu/KVM.
+
 Thu Nov 15 14:00:04 CET 2007 Jim Meyering <meyering@redhat.com>
 
        Make "make distcheck" work.
index a33f518e13759cc1dbee2565ca4193aa2eff24db..8960c2b0f30a1c1d5f9800659756bcbb98557df7 100644 (file)
@@ -2571,15 +2571,11 @@ daemon is to manage qemu instances.
 </p>
 
 <p>
-The <code>libvirtd</code> daemon can be run in two ways.  It may
-be started by init scripts when the machine boots and run in "system
-mode" (<code>libvirtd --system</code>), in which case it manages
-qemu instances on behalf of all users of the machine.  It may be also
-be started by the local user in what is known as "session mode"
-(<code>libvirtd --session</code>), to manage qemu instances for
-just the current user.  If no <code>libvirtd</code> is running at
-all, then the qemu driver starts one running in session mode.
-</p>
+The <code>libvirtd</code> daemon should be started by the 
+init scripts when the machine boots. It should appear as
+a process <code>libvirtd --daemon</code> running as root
+in the background and will handle qemu instances on behalf
+of all users of the machine (among other things). </p>
 
 <p>
 So to connect to the daemon, one of two different URIs is used:
index 9b4b23bb1c57ca2027a25f8652012c10f185bf78..4d3ef35244f6bbe45a03f7c86567c883e967a196 100644 (file)
@@ -51,15 +51,11 @@ To use QEMU support in libvirt you must be running the
 in releases prior to 0.3.0).  The purpose of this
 daemon is to manage qemu instances.
 </p><p>
-The <code>libvirtd</code> daemon can be run in two ways.  It may
-be started by init scripts when the machine boots and run in "system
-mode" (<code>libvirtd --system</code>), in which case it manages
-qemu instances on behalf of all users of the machine.  It may be also
-be started by the local user in what is known as "session mode"
-(<code>libvirtd --session</code>), to manage qemu instances for
-just the current user.  If no <code>libvirtd</code> is running at
-all, then the qemu driver starts one running in session mode.
-</p><p>
+The <code>libvirtd</code> daemon should be started by the 
+init scripts when the machine boots. It should appear as
+a process <code>libvirtd --daemon</code> running as root
+in the background and will handle qemu instances on behalf
+of all users of the machine (among other things). </p><p>
 So to connect to the daemon, one of two different URIs is used:
 </p><ul><li> <code>qemu:///system</code> connects to a system mode daemon. </li>
 <li> <code>qemu:///session</code> connects to a session mode daemon. </li>