提交 52a18abd 编写于 作者: M Matthias Bolte

Fix and improve domain xml video element description

The description mismatched the actual structure since the video element
was introduced. The nvram attribute is actually called vram. Specify the
unit of the vram attribute.
上级 d0857c01
...@@ -774,20 +774,34 @@ qemu-kvm -net nic,model=? /dev/null ...@@ -774,20 +774,34 @@ qemu-kvm -net nic,model=? /dev/null
<pre> <pre>
... ...
&lt;video type='vga' nvram='8192' heads='1'&gt; &lt;video&gt;
&lt;acceleration accel3d='yes' accel3d='yes' /&gt; &lt;model type='vga' vram='8192' heads='1'&gt;
&lt;acceleration accel3d='yes' accel3d='yes'/&gt;
&lt;/model&gt;
&lt;/video&gt; &lt;/video&gt;
...</pre> ...</pre>
<dl> <dl>
<dt><code>video</code></dt> <dt><code>video</code></dt>
<dd>The <code>video</code> element has a mandatory <code>type</code> <dd>
attribute which takes the value "vga", "cirrus", "vmvga", "xen" or "vbox". The <code>video</code> element is the a container for describing
You can also provide the amount of video memory using <code>nvram</code>, video devices.
the number of screen with <code>heads</code>, and whether acceleration </dd>
should be enabled (if supported) using the <code>accel3d</code> and
<code>accel2d</code> attributes in the <code>acceleration</code> element. <dt><code>model</code></dt>
<dd>
The <code>model</code> element has a mandatory <code>type</code>
attribute which takes the value "vga", "cirrus", "vmvga", "xen" or "vbox".
You can also provide the amount of video memory in kilobytes using
<code>vram</code> and the number of screen with <code>heads</code>.
</dd>
<dt><code>acceleration</code></dt>
<dd>
If acceleration should be enabled (if supported) using the
<code>accel3d</code> and <code>accel2d</code> attributes in the
<code>acceleration</code> element.
</dd>
</dl> </dl>
<h4><a name="elementsConsole">Consoles, serial, parallel &amp; channel devices</a></h4> <h4><a name="elementsConsole">Consoles, serial, parallel &amp; channel devices</a></h4>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册