From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=53325 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfDMG-0000o0-Js for qemu-devel@nongnu.org; Tue, 18 Jan 2011 10:20:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfDMB-0002sw-Or for qemu-devel@nongnu.org; Tue, 18 Jan 2011 10:20:32 -0500 Received: from mail-qw0-f45.google.com ([209.85.216.45]:36946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfDMB-0002sj-MP for qemu-devel@nongnu.org; Tue, 18 Jan 2011 10:20:27 -0500 Received: by qwk4 with SMTP id 4so6085831qwk.4 for ; Tue, 18 Jan 2011 07:20:26 -0800 (PST) Message-ID: <4D35AFB8.3020605@codemonkey.ws> Date: Tue, 18 Jan 2011 09:20:24 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] paravirtual tablet v3 References: <4D307B69.1030801@redhat.com> <4D30B6A8.6020603@codemonkey.ws> <4D33FB99.6080207@redhat.com> <4D345A1F.6000607@codemonkey.ws> <4D3599B6.5050002@redhat.com> In-Reply-To: <4D3599B6.5050002@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: spice-devel , "qemu-devel@nongnu.org" On 01/18/2011 07:46 AM, Gerd Hoffmann wrote: > Hi, > >>> Sure, someone needs to map multitouch to non-multitouch. I'd leave >>> that job to the guest driver tough. Why do you think doing it in the >>> host is better? >> >> My assumptions are 1) the host is capable of doing the mapping just as >> easily as the guest > > Probably. > >> 2) the host can do something useful with the >> information that the guest is not multitouch capable. > > What do you think of here? Imagine a nice looking GUI, you would likely have icons representing the mouse status. You've got at least PS/2 mouse, PS/2 mouse with capture, PV mouse in absolute mode, PV mouse in multitouch mode, etc. VirtualBox has an interface like this FWIW (although not multitouch aware). Regards, Anthony Liguori > > cheers, > Gerd > >