From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41616 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PekZQ-0004TV-8g for qemu-devel@nongnu.org; Mon, 17 Jan 2011 03:36:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PekEh-0007dK-Jf for qemu-devel@nongnu.org; Mon, 17 Jan 2011 03:14:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PekEh-0007d7-CG for qemu-devel@nongnu.org; Mon, 17 Jan 2011 03:14:47 -0500 Message-ID: <4D33FA6F.3000207@redhat.com> Date: Mon, 17 Jan 2011 09:14:39 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] paravirtual mouse/tablet References: <4D2ED1C8.7070304@redhat.com> <4D2F1FA3.5030701@codemonkey.ws> <4D2F24EE.6070505@redhat.com> <4D2F2AB3.4020907@codemonkey.ws> <4D30332F.2070003@redhat.com> <108D35F5-7E49-4598-8903-599190A885E1@suse.de> <4D306DC9.8040805@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: spice-devel , Avi Kivity , Alexander Graf , "qemu-devel@nongnu.org" Hi, > I was just talking to Chase Douglas here at the ubuntu sprint about this, and > he pointed me at https://launchpad.net/rinput which is a program which > can forward remote events including multitouch over the network (including > forwarding from both Linux and MacOS X clients). Maybe that would be > worth looking at since it's a working implementation of forwarding > multitouch events between systems? Looks like they are basically using the linux input layer protocol. cheers, Gerd