From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws5s9-00074u-1U for qemu-devel@nongnu.org; Wed, 04 Jun 2014 03:44:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ws5rx-0002FW-DT for qemu-devel@nongnu.org; Wed, 04 Jun 2014 03:44:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24314) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws5rx-0002Du-4i for qemu-devel@nongnu.org; Wed, 04 Jun 2014 03:44:21 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s547iKDV014917 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 4 Jun 2014 03:44:20 -0400 From: Gerd Hoffmann Date: Wed, 4 Jun 2014 09:44:11 +0200 Message-Id: <1401867851-30064-8-git-send-email-kraxel@redhat.com> In-Reply-To: <1401867851-30064-1-git-send-email-kraxel@redhat.com> References: <1401867851-30064-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 7/7] docs/multiseat.txt: add note about spice List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- docs/multiseat.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/multiseat.txt b/docs/multiseat.txt index dd3a831..67151e0 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 ---------- -- 1.8.3.1