diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 225e0c8cab..98fb2b4de7 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1907,7 +1907,12 @@ qemu-kvm -net nic,model=? /dev/null
video
The video element is the a container for describing - video devices. + video devices. For backwards compatability, if no video + is set but there is a graphics in domain xml, then libvirt + will add a default video according to the guest type. + For a guest of type "kvm", the default video for it is: + type with value "cirrus", vram with value + "9216", and heads with value "1".
model