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".