]> xenbits.xensource.com Git - qemu-upstream-unstable.git/commitdiff
docs/multiseat.txt: add note about spice
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 2 Jun 2014 13:48:41 +0000 (15:48 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 4 Jun 2014 06:40:42 +0000 (08:40 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
docs/multiseat.txt

index dd3a831065b08cd83a6bc0afcc1176662efa9507..67151e084946fd257e024f19cc5975356384e4a0 100644 (file)
@@ -47,6 +47,14 @@ in a separate tab.  You can either simply switch tabs to switch heads,
 or use the "View / Detach tab" menu item to move one of the displays
 to its own window so you can see both display devices side-by-side.
 
+Note on spice: Spice handles multihead just fine.  But it can't do
+multiseat.  For tablet events the event source is sent to the spice
+agent.  But qemu can't figure it, so it can't do input routing.
+Fixing this needs a new or extended input interface between
+libspice-server and qemu.  For keyboard events it is even worse:  The
+event source isn't included in the spice protocol, so the wire
+protocol must be extended to support this.
+
 
 guest side
 ----------