diff --git a/ChangeLog b/ChangeLog
index 93dd8d8fef..15cd5e9509 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 5 16:31:00 CEST 2007 Daniel Veillard
To use QEMU support in libvirt you must be running the
-
-The
-(If you do xen:///
.
libvirt_qemud
daemon. The purpose of this
+libvirtd
daemon (named libvirt_qemud
+in releases prior to 0.3.0). The purpose of this
daemon is to manage qemu instances.
libvirt_qemud
daemon can be run in two ways. It may
+The libvirtd
daemon can be run in two ways. It may
be started by init scripts when the machine boots and run in "system
-mode" (libvirt_qemud --system
), in which case it manages
+mode" (libvirtd --system
), 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"
-(libvirt_qemud --session
), to manage qemu instances for
-just the current user. If no libvirt_qemud
is running at
+(libvirtd --session
), to manage qemu instances for
+just the current user. If no libvirtd
is running at
all, then the qemu driver starts one running in session mode.
libvirt_qemud --help
, the daemon will print
+(If you do libvirtd --help
, the daemon will print
out the paths of the Unix domain socket(s) that it listens on in
the various different modes).
xen:///
.
To use QEMU support in libvirt you must be running the
-libvirt_qemud
daemon. The purpose of this
+libvirtd
daemon (named libvirt_qemud
+in releases prior to 0.3.0). The purpose of this
daemon is to manage qemu instances.
-The libvirt_qemud
daemon can be run in two ways. It may
+The libvirtd
daemon can be run in two ways. It may
be started by init scripts when the machine boots and run in "system
-mode" (libvirt_qemud --system
), in which case it manages
+mode" (libvirtd --system
), 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"
-(libvirt_qemud --session
), to manage qemu instances for
-just the current user. If no libvirt_qemud
is running at
+(libvirtd --session
), to manage qemu instances for
+just the current user. If no libvirtd
is running at
all, then the qemu driver starts one running in session mode.
So to connect to the daemon, one of two different URIs is used:
qemu:///system
connects to a system mode daemon. qemu:///session
connects to a session mode daemon.
-(If you do libvirt_qemud --help
, the daemon will print
+(If you do libvirtd --help
, the daemon will print
out the paths of the Unix domain socket(s) that it listens on in
the various different modes).