mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 23:07:44 +00:00
qemu: fix documentation for video resolution
The video resolution support that was introduced in
7286279797
is specified as a <resolution>
sub-element of <model>, not optional attributes of model.
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
parent
52d805117a
commit
cda4d4d212
@ -7077,10 +7077,14 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
<code>vgamem</code> (<span class="since">since 1.2.11</span>) to set
|
<code>vgamem</code> (<span class="since">since 1.2.11</span>) to set
|
||||||
the size of VGA framebuffer for fallback mode of QXL device.
|
the size of VGA framebuffer for fallback mode of QXL device.
|
||||||
Attribute <code>vram64</code> (<span class="since">since 1.3.3</span>)
|
Attribute <code>vram64</code> (<span class="since">since 1.3.3</span>)
|
||||||
extends secondary bar and makes it addressable as 64bit memory. For
|
extends secondary bar and makes it addressable as 64bit memory.
|
||||||
resolution settings, there are <code>x</code> and <code>y</code>
|
</p>
|
||||||
(<span class="since">since 5.9.0</span>) optional attributes to set
|
<p><span class="since">Since 5.9.0</span>, the <code>model</code>
|
||||||
minimum resolution for model.
|
element may also have an optional <code>resolution</code> sub-element.
|
||||||
|
The <code>resolution</code> element has attributes <code>x</code> and
|
||||||
|
<code>y</code> to set the minimum resolution for the video device. This
|
||||||
|
sub-element is valid for model types "vga", "qxl", "bochs", and
|
||||||
|
"virtio".
|
||||||
</p>
|
</p>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user