<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p>Hi Daniel,</p>
<p></p>
<p>> We don't currently have any explicit representation of a video card</p>
<p>> device. The <graphics> tag is really representing the host I/O</p>
<p>> layer, covering video, mouse, keyboard (and potentially audio</p>
<p>> too).</p>
<p></p>
<p>I didn't get you here? i mean there is a seperate virDomainSoundDefPtr, virDomainInputDefPtr, etc?</p>
<p></p>
<p>> I think we need to add an explicit tag to represent video devices</p>
<p>> real soon. At very least we need to be able to indicate the type</p>
<p>> of video card - QEMU supports 4 already vga, cirrus, vmwarevga</p>
<p>> and xenfb. We probably also need to be able to indicate whether</p>
<p>> a video card supports multiple monitors / outputs, and the amont</p>
<p>> of Video RAM, etc.</p>
<p>></p>
<p>> One random idea would be to add</p>
<p>></p>
<p>>    <video></p>
<p>>       <model type='cirrus' ram='500'/></p>
<p>>    </video></p>
<p></p>
<p>does it means the graphics tag is no more and is replaced with video tag? or video tag is added in addition to graphics tag?</p>
<p></p>
<p>in any case how about adding "multihead" and "3Daccel" to it and renaming ram to vram, something like this:</p>
<p></p>
<p>    <video></p>
<p>       <model type='cirrus' vram='500' multihead='2' 3Daccel='yes'/></p>
<p>    </video></p>
<p></p>
<p>> I've not looked at this in huge detail yet. I'm wondering whether we need</p>
<p><span style="color:#008000">> to expose it or not ? Is it something that's commonly used, or neccessary</span></p>
<p><span style="color:#008000">> to configure per VM ?   For QEMU and Xen, the VNC auth type is jsut</span></p>
<p><span style="color:#008000">> configured per-host in the global Xen or libvirt QEMU config file for the</span></p>
<p><span style="color:#008000">> host. So we don't bother to expose it in the XML</span></p>
<p><span style="color:#008000">></span></p>
<p><span style="color:#008000">> One idea might we to make the auth stuff a child element of '<graphics>'</span></p>
<p><span style="color:#008000">> so we don't start adding huge numbers of attributes to the main elemnt</span></p>
<p></p>
<p>Yes it per VM feature and generally exposed by any RDP server, so not specific to VirtualBox, but a general case. i think the earlier mail give details of it.</p>
<p></p>
<p>regarding the child element it is ok to have it as child element.</p>
<p></p>
<p>Regards</p>
<p>Pritesh</p>
</body></html>