From: Pavel Hrdina Date: Mon, 22 Feb 2016 11:41:06 +0000 (+0100) Subject: docs/formatdomain: rewrite video documentation X-Git-Tag: v1.3.3-rc1~323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e776b5c0382b56f056669222dfdd8a140cea5bcf;p=thirdparty%2Flibvirt.git docs/formatdomain: rewrite video documentation Signed-off-by: Pavel Hrdina --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index c54b3080d5..07248e113e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -5191,15 +5191,15 @@ qemu-kvm -net nic,model=? /dev/null supported only for guests type of "vz", "kvm", "vbox" and "vmx".

- For guest type of kvm the optional attribute ram - (since 1.0.2) is allowed for "qxl" type - only and specifies the size of the primary bar, while the optional + For guest type of "kvm" or "qemu" and model type "qxl" there are + optional attributes. Attribute ram ( + since 1.0.2) specifies the size of the primary bar, while the attribute vram specifies the secondary bar size. - If "ram" or "vram" are not supplied a default value is used. The ram - should also be rounded to power of two as vram. There is also optional - attribute vgamem (since 1.2.11 (QEMU - only)) to set the size of VGA framebuffer for fallback mode of - QXL device. + If ram or vram are not supplied a default + value is used. The ram should also be rounded to power of + two as vram. There is also optional attribute + vgamem (since 1.2.11) to set + the size of VGA framebuffer for fallback mode of QXL device.