From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=47144 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiSpK-0004AP-FN for qemu-devel@nongnu.org; Thu, 27 Jan 2011 09:27:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiSpI-0005Mn-Ec for qemu-devel@nongnu.org; Thu, 27 Jan 2011 09:27:58 -0500 Received: from mail-qw0-f45.google.com ([209.85.216.45]:56676) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiSpI-0005Ma-C4 for qemu-devel@nongnu.org; Thu, 27 Jan 2011 09:27:56 -0500 Received: by qwk4 with SMTP id 4so2190832qwk.4 for ; Thu, 27 Jan 2011 06:27:55 -0800 (PST) Message-ID: <4D4180DD.3020504@codemonkey.ws> Date: Thu, 27 Jan 2011 08:27:41 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] paravirtual mouse/tablet, v5 References: <4D416F07.6060604@redhat.com> In-Reply-To: <4D416F07.6060604@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Peter Hutterer , "qemu-devel@nongnu.org" , spice-devel On 01/27/2011 07:11 AM, Gerd Hoffmann wrote: > Hi, > > Next revision the pvmouse protocol. It is quite different now, I've > decided to move to a model with one message per updated value, simliar > to the linux input layer. There isn't a "mouse move" message any > more. A mouse move event will be three messages now: one to update X, > one to update Y and a third sync message to mark the end of the > message block. That should be *alot* easier to extend in the future. > > Header file is attached. Comments are welcome. I can't comment on the multitouch bits but I like the new interface. Regards, Anthony Liguori > thanks, > Gerd