qemu: spice agent-mouse support

spice agent-mouse support

Usage:
  <graphics type='spice'>
    <mouse mode='client'|'server'/>
  <graphics/>

Signed-off-by: Osier Yang <jyang@redhat.com>
This commit is contained in:
Peng Zhou
2012-03-09 15:26:24 +08:00
committed by Osier Yang
parent 1e31b83560
commit 896e6ac4f8
10 changed files with 124 additions and 1 deletions

View File

@@ -1826,6 +1826,17 @@
<empty/>
</element>
</optional>
<optional>
<element name="mouse">
<attribute name="mode">
<choice>
<value>server</value>
<value>client</value>
</choice>
</attribute>
<empty/>
</element>
</optional>
</interleave>
</group>
<group>