mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Support SDL config with QEMU guests
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user