[libvirt] [PATCH] docs: Clarify usage of vram and heads

Though attributes "vram" and "heads" of "video" element are generic, they are only useful for vbox driver currently. * docs/formatdomain.html.in --- docs/formatdomain.html.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 43c78fc..c130460 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1572,6 +1572,8 @@ qemu-kvm -net nic,model=? /dev/null "xen" or "vbox", depending on the hypervisor features available. You can also provide the amount of video memory in kilobytes using <code>vram</code> and the number of screen with <code>heads</code>. + NB, though <code>vram</code> and <code>heads</code> are generic + attributes, they are only useful for vbox driver. </dd> <dt><code>acceleration</code></dt> -- 1.7.3.2

于 2011年02月09日 17:37, Matthias Bolte 写道:
2011/2/9 Osier Yang<jyang@redhat.com>:
Though attributes "vram" and "heads" of "video" element are generic, they are only useful for vbox driver currently.
That's not true, the vram attribute is supported by the esx and vmware driver too.
so only these 3 drivers support it, right? Regards Osier

On Wed, Feb 09, 2011 at 05:39:46PM +0800, Osier Yang wrote:
于 2011年02月09日 17:37, Matthias Bolte 写道:
2011/2/9 Osier Yang<jyang@redhat.com>:
Though attributes "vram" and "heads" of "video" element are generic, they are only useful for vbox driver currently.
That's not true, the vram attribute is supported by the esx and vmware driver too.
so only these 3 drivers support it, right?
QEMU with the QXL driver honours vram too Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

于 2011年02月09日 17:37, Matthias Bolte 写道:
2011/2/9 Osier Yang<jyang@redhat.com>:
Though attributes "vram" and "heads" of "video" element are generic, they are only useful for vbox driver currently.
That's not true, the vram attribute is supported by the esx and vmware driver too.
ah, yeah, recall I have seen the codes last weekend, forgot about it. :-)
Matthias
participants (3)
-
Daniel P. Berrange
-
Matthias Bolte
-
Osier Yang