提交 d449dbdc 编写于 作者: K Kashyap Chamarthy 提交者: John Ferlan

docs: formatdomain: Document the CPU feature 'name' attribute

Currently, the CPU feature 'name' XML attribute, as in:

    [...]
    <cpu match='exact'>
      <model fallback='forbid'>IvyBridge</model>
      <vendor>Intel</vendor>
      <feature policy='require' name='pcid'/>
    </cpu>
    [...]

isn't explicitly documented in formatdomain.html.

Document it now.
Signed-off-by: NKashyap Chamarthy <kchamart@redhat.com>
上级 75dbb27b
......@@ -1521,6 +1521,21 @@
<span class="since">Since 0.8.5</span> the <code>policy</code>
attribute can be omitted and will default to <code>require</code>.
<p> Individual CPU feature names are specified as part of the
<code>name</code> attribute. For example, to explicitly specify
the 'pcid' feature with Intel IvyBridge CPU model:
</p>
<pre>
...
&lt;cpu match='exact'&gt;
&lt;model fallback='forbid'&gt;IvyBridge&lt;/model&gt;
&lt;vendor&gt;Intel&lt;/vendor&gt;
&lt;feature policy='require' name='pcid'/&gt;
&lt;/cpu&gt;
...</pre>
</dd>
<dt><code>cache</code></dt>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册