From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrT6m-0008Vs-Dc for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:21:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrT6g-0000uG-86 for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:21:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrT6g-0000u8-0E for qemu-devel@nongnu.org; Mon, 02 Jun 2014 10:20:58 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s52EKvRs005431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 2 Jun 2014 10:20:57 -0400 From: Gerd Hoffmann Date: Mon, 2 Jun 2014 16:20:53 +0200 Message-Id: <1401718853-21285-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1401718853-21285-1-git-send-email-kraxel@redhat.com> References: <1401718853-21285-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 3/3] 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