docs/formatdomain: rewrite video documentation

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina 2016-02-22 12:41:06 +01:00
parent 119cd06ef7
commit e776b5c038

View File

@ -5191,15 +5191,15 @@ qemu-kvm -net nic,model=? /dev/null
supported only for guests type of "vz", "kvm", "vbox" and "vmx". supported only for guests type of "vz", "kvm", "vbox" and "vmx".
</p> </p>
<p> <p>
For guest type of kvm the optional attribute <code>ram</code> For guest type of "kvm" or "qemu" and model type "qxl" there are
(<span class="since">since 1.0.2</span>) is allowed for "qxl" type optional attributes. Attribute <code>ram</code> (<span class="since">
only and specifies the size of the primary bar, while the optional since 1.0.2</span>) specifies the size of the primary bar, while the
attribute <code>vram</code> specifies the secondary bar size. attribute <code>vram</code> specifies the secondary bar size.
If "ram" or "vram" are not supplied a default value is used. The ram If <code>ram</code> or <code>vram</code> are not supplied a default
should also be rounded to power of two as vram. There is also optional value is used. The <code>ram</code> should also be rounded to power of
attribute <code>vgamem</code> (<span class="since">since 1.2.11 (QEMU two as <code>vram</code>. There is also optional attribute
only)</span>) to set the size of VGA framebuffer for fallback mode of <code>vgamem</code> (<span class="since">since 1.2.11</span>) to set
QXL device. the size of VGA framebuffer for fallback mode of QXL device.
</p> </p>
</dd> </dd>