Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
77dcc1a5
Commit
77dcc1a5
authored
9 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
README.Debian: remove xend bits
were using libxl now
parent
2caf1bbb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/README.Debian
+4
-13
4 additions, 13 deletions
debian/README.Debian
with
4 additions
and
13 deletions
debian/README.Debian
+
4
−
13
View file @
77dcc1a5
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
=========
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment