
On 14.7.2014 13:20, Wang Rui wrote:
From: Zeng Junliang <zengjunliang@huawei.com>
Enhance schema. Add description for vgamem attribute and secondary-vga.
Signed-off-by: Zeng Junliang <zengjunliang@huawei.com> Signed-off-by: Wang Rui <moon.wangrui@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