Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
38567e94
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看板
提交
38567e94
编写于
3月 02, 2017
作者:
J
Jiri Denemark
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
docs: Clarify /domain/cpu/@match description
Signed-off-by:
N
Jiri Denemark
<
jdenemar@redhat.com
>
上级
cab2c1af
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
15 addition
and
7 deletion
+15
-7
docs/formatdomain.html.in
docs/formatdomain.html.in
+15
-7
未找到文件。
docs/formatdomain.html.in
浏览文件 @
38567e94
...
@@ -1217,8 +1217,8 @@
...
@@ -1217,8 +1217,8 @@
<dl>
<dl>
<dt><code>
cpu
</code></dt>
<dt><code>
cpu
</code></dt>
<dd>
The
<code>
cpu
</code>
element is the main container for describing
<dd>
The
<code>
cpu
</code>
element is the main container for describing
guest CPU requirements. Its
<code>
match
</code>
attribute specifie
d
how
guest CPU requirements. Its
<code>
match
</code>
attribute specifie
s
how
strictly
has the virtual CPU provided to the guest match
these
strictly
the virtual CPU provided to the guest matches
these
requirements.
<span
class=
"since"
>
Since 0.7.6
</span>
the
requirements.
<span
class=
"since"
>
Since 0.7.6
</span>
the
<code>
match
</code>
attribute can be omitted if
<code>
topology
</code>
<code>
match
</code>
attribute can be omitted if
<code>
topology
</code>
is the only element within
<code>
cpu
</code>
. Possible values for the
is the only element within
<code>
cpu
</code>
. Possible values for the
...
@@ -1227,13 +1227,21 @@
...
@@ -1227,13 +1227,21 @@
<dl>
<dl>
<dt><code>
minimum
</code></dt>
<dt><code>
minimum
</code></dt>
<dd>
The specified CPU model and features describes the minimum
<dd>
The specified CPU model and features describes the minimum
requested CPU.
</dd>
requested CPU. A better CPU will be provided to the guest if it
is possible with the requested hypervisor on the current host.
This is a constrained
<code>
host-model
</code>
mode; the domain
will not be created if the provided virtual CPU does not meet
the requirements.
</dd>
<dt><code>
exact
</code></dt>
<dt><code>
exact
</code></dt>
<dd>
The virtual CPU provided to the guest will exactly match the
<dd>
The virtual CPU provided to the guest should exactly match the
specification
</dd>
specification. If such CPU is not supported, libvirt will refuse
to start the domain.
</dd>
<dt><code>
strict
</code></dt>
<dt><code>
strict
</code></dt>
<dd>
The guest will not be created unless the host CPU does exactly
<dd>
The domain will not be created unless the host CPU exactly
match the specification.
</dd>
matches the specification. This is not very useful in practice
and should only be used if there is a real reason.
</dd>
</dl>
</dl>
<span
class=
"since"
>
Since 0.8.5
</span>
the
<code>
match
</code>
<span
class=
"since"
>
Since 0.8.5
</span>
the
<code>
match
</code>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录