From: Jonathon Jongsma Date: Wed, 23 Oct 2019 17:46:45 +0000 (-0500) Subject: qemu: fix documentation for video resolution X-Git-Tag: v5.10.0-rc1~247 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cda4d4d2125e341b1a5035e5bfd7404f7e65545f;p=thirdparty%2Flibvirt.git qemu: fix documentation for video resolution 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 --- 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".