[libvirt] [PATCH V2 6/6] docs: add description for vgamem attribute and secondary-vga

Pavel Hrdina phrdina at redhat.com
Thu Jul 24 11:24:55 UTC 2014


On 14.7.2014 13:20, Wang Rui wrote:
> From: Zeng Junliang <zengjunliang at huawei.com>
> 
> Enhance schema.
> Add description for vgamem attribute and secondary-vga.
> 
> Signed-off-by: Zeng Junliang <zengjunliang at huawei.com>
> Signed-off-by: Wang Rui <moon.wangrui at huawei.com>
> ---
>  docs/formatdomain.html.in     | 39 ++++++++++++++++++++++++++-------------
>  docs/schemas/domaincommon.rng |  5 +++++
>  2 files changed, 31 insertions(+), 13 deletions(-)
> 
> diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in

[..]

>  
>        <dt><code>model</code></dt>
>        <dd>
>          The <code>model</code> element has a mandatory <code>type</code>
>          attribute which takes the value "vga", "cirrus", "vmvga", "xen",
> -        "vbox", or "qxl" (<span class="since">since 0.8.6</span>)
> +        "vbox", "qxl" (<span class="since">since 0.8.6</span>), or
> +	"secondary" (<span class="since">since 1.2.6</span>)

Use spaces instead of tab.

>          depending on the hypervisor features available.
> -        You can also provide the amount of video memory in kibibytes
> -        (blocks of 1024 bytes) using
> -        <code>vram</code> and the number of screen with <code>heads</code>.
> +        <p>
> +        <code>vram</code> attribute specifies the amount of video memory
> +        in kibibytes (blocks of 1024 bytes). It is invalid for type of
> +	"cirrus" or "vga".

Same here

Pavel




More information about the libvir-list mailing list