diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-06-02 15:48:41 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-06-04 08:40:42 +0200 |
commit | 2082bac151f9ed17f4425a3dbe994ed0b7958c89 (patch) | |
tree | e5f06c2aad22541eb06b57cf5494f1f362fe47c4 | |
parent | 90525fe2796dd52f5a8ba21c9aab047810e0ba0e (diff) | |
download | qemu-2082bac151f9ed17f4425a3dbe994ed0b7958c89.tar.gz qemu-2082bac151f9ed17f4425a3dbe994ed0b7958c89.tar.bz2 qemu-2082bac151f9ed17f4425a3dbe994ed0b7958c89.zip |
docs/multiseat.txt: add note about spice
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r-- | docs/multiseat.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/multiseat.txt b/docs/multiseat.txt index dd3a831065..67151e0849 100644 --- a/docs/multiseat.txt +++ b/docs/multiseat.txt @@ -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 ---------- |