Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
9ae4f3d2
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
9ae4f3d2
编写于
11月 15, 2007
作者:
D
Daniel Veillard
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
* docs/libvir.html docs/uri.html: update docs about the libvirt
daemon startup when using QEmu/KVM. Daniel
上级
d5117af3
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
15 addition
and
18 deletion
+15
-18
ChangeLog
ChangeLog
+5
-0
docs/libvir.html
docs/libvir.html
+5
-9
docs/uri.html
docs/uri.html
+5
-9
未找到文件。
ChangeLog
浏览文件 @
9ae4f3d2
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>
Thu Nov 15 14:00:04 CET 2007 Jim Meyering <meyering@redhat.com>
Make "make distcheck" work.
Make "make distcheck" work.
...
...
docs/libvir.html
浏览文件 @
9ae4f3d2
...
@@ -2571,15 +2571,11 @@ daemon is to manage qemu instances.
...
@@ -2571,15 +2571,11 @@ daemon is to manage qemu instances.
</p>
</p>
<p>
<p>
The
<code>
libvirtd
</code>
daemon can be run in two ways. It may
The
<code>
libvirtd
</code>
daemon should be started by the
be started by init scripts when the machine boots and run in "system
init scripts when the machine boots. It should appear as
mode" (
<code>
libvirtd --system
</code>
), in which case it manages
a process
<code>
libvirtd --daemon
</code>
running as root
qemu instances on behalf of all users of the machine. It may be also
in the background and will handle qemu instances on behalf
be started by the local user in what is known as "session mode"
of all users of the machine (among other things).
</p>
(
<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>
<p>
So to connect to the daemon, one of two different URIs is used:
So to connect to the daemon, one of two different URIs is used:
...
...
docs/uri.html
浏览文件 @
9ae4f3d2
...
@@ -51,15 +51,11 @@ To use QEMU support in libvirt you must be running the
...
@@ -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
in releases prior to 0.3.0). The purpose of this
daemon is to manage qemu instances.
daemon is to manage qemu instances.
</p><p>
</p><p>
The
<code>
libvirtd
</code>
daemon can be run in two ways. It may
The
<code>
libvirtd
</code>
daemon should be started by the
be started by init scripts when the machine boots and run in "system
init scripts when the machine boots. It should appear as
mode" (
<code>
libvirtd --system
</code>
), in which case it manages
a process
<code>
libvirtd --daemon
</code>
running as root
qemu instances on behalf of all users of the machine. It may be also
in the background and will handle qemu instances on behalf
be started by the local user in what is known as "session mode"
of all users of the machine (among other things).
</p><p>
(
<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>
So to connect to the daemon, one of two different URIs is used:
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>
</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>
<li>
<code>
qemu:///session
</code>
connects to a session mode daemon.
</li>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录