
On 12/11/2012 07:14 AM, Guannan Ren wrote:
--- docs/formatdomain.html.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
Squash this into 2/4. But still missing the RNG schema update, and preferably also an addition to tests/ that proves we can parse the new XML correctly.
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index c81af8a..3d1fdf4 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3485,7 +3485,11 @@ qemu-kvm -net nic,model=? /dev/null will add a default <code>video</code> according to the guest type. For a guest of type "kvm", the default <code>video</code> for it is: <code>type</code> with value "cirrus", <code>vram</code> with value - "9216", and <code>heads</code> with value "1". + "9216", and <code>heads</code> with value "1". By default, the first + video device in domain xml is the primary one, but the optional + attribute <code>primary</code> with value 'yes' can be used to mark the + primary in cases of mutiple video device. The non-primary must be + type of "qxl".
Mention that the 'primary' attribute is since 1.0.2 (unless someone else can argue that this is still worth including in 1.0.1). -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org