[Pkg-libvirt-commits] [libvirt] 02/04: README.Debian: remove xend bits

Guido Guenther agx at moszumanska.debian.org
Wed Aug 19 22:14:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch debian/experimental
in repository libvirt.

commit 77dcc1a5963685f710a1fee9e3728faeca2810d6
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Aug 14 09:21:51 2015 +0200

    README.Debian: remove xend bits
    
    were using libxl now
---
 debian/README.Debian | 17 ++++-------------
 1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
index 0fa9358..79356aa 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,20 +1,11 @@
 Xen
 ===
-To manage xen domains with libvirt you have to set:
+Libvirt uses libxl to manage xen domains. In order to migrate your
+configuration from a xend based setup use:
 
-(xend-unix-server yes)
+    virsh define <(virsh domxml-from-native xen-xm /etc/xen/yourxendomain.cfg)
 
-in /etc/xen/xend-config.sxp.
-
-For xend HTTP access (not recommended) you also have to set:
-
-(xend-http-server yes)
-# only allow access from localhost:
-(xend-address localhost)
-
-Note that *every* user on the system has access to xend then. Better use
-libvirtd to access xen with unprivileged users and add the users to the
-"libvirt" group (see "Access Control" below).
+For some more details see #783901.
 
 Debugging
 =========

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list