From cda4d4d2125e341b1a5035e5bfd7404f7e65545f Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Wed, 23 Oct 2019 12:46:45 -0500 Subject: [PATCH] qemu: fix documentation for video resolution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The video resolution support that was introduced in 7286279797a34b3083d85bc4556432b5e7ad9fff is specified as a sub-element of , not optional attributes of model. Reviewed-by: Ján Tomko Signed-off-by: Jonathon Jongsma --- docs/formatdomain.html.in | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 84257c1bb4..4c60392a08 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -7077,10 +7077,14 @@ qemu-kvm -net nic,model=? /dev/null vgamem (since 1.2.11) to set the size of VGA framebuffer for fallback mode of QXL device. Attribute vram64 (since 1.3.3) - extends secondary bar and makes it addressable as 64bit memory. For - resolution settings, there are x and y - (since 5.9.0) optional attributes to set - minimum resolution for model. + extends secondary bar and makes it addressable as 64bit memory. +

+

Since 5.9.0, the model + element may also have an optional resolution sub-element. + The resolution element has attributes x and + y to set the minimum resolution for the video device. This + sub-element is valid for model types "vga", "qxl", "bochs", and + "virtio".