Support SDL config with QEMU guests

This commit is contained in:
Daniel P. Berrange
2008-10-10 16:52:20 +00:00
parent 427f7a8b09
commit 7e0d3e62e9
46 changed files with 199 additions and 52 deletions

View File

@@ -645,9 +645,21 @@
<define name='graphic'>
<element name='graphics'>
<choice>
<attribute name='type'>
<value>sdl</value>
</attribute>
<group>
<attribute name='type'>
<value>sdl</value>
</attribute>
<optional>
<attribute name='display'>
<text/>
</attribute>
</optional>
<optional>
<attribute name='xauth'>
<text/>
</attribute>
</optional>
</group>
<group>
<attribute name='type'>
<value>vnc</value>