From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=52893 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PdfLy-0003KO-O8 for qemu-devel@nongnu.org; Fri, 14 Jan 2011 03:49:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PdfLx-0006DX-M4 for qemu-devel@nongnu.org; Fri, 14 Jan 2011 03:49:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PdfLx-0006DA-8k for qemu-devel@nongnu.org; Fri, 14 Jan 2011 03:49:49 -0500 Message-ID: <4D300E24.6030100@redhat.com> Date: Fri, 14 Jan 2011 09:49:40 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [Spice-devel] paravirtual mouse/tablet References: <4D2ED1C8.7070304@redhat.com> <4D2EE756.2020808@redhat.com> <4D2F2085.204@codemonkey.ws> <4D2F31A7.1060402@redhat.com> <4D2F6372.1010707@codemonkey.ws> In-Reply-To: <4D2F6372.1010707@codemonkey.ws> 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: Anthony Liguori Cc: Stefan Hajnoczi , "qemu-devel@nongnu.org" , spice-devel Hi, > I think that has to be outside of the device. There are so many ways to > map mice to multi heads. In fact, one mouse could easily map to a single > device. It's almost something that really should be part of the guest > configuration. Ok, reasonable. Multihead with spice pretty much requires a guest agent anyway, so I'm sure we'll can figure a way to handle this. >>> That maybe implies that we need an offscreen coordinate for the >>> mouse so that you can hide the mouse when it leaves one window. >> >> Hmm? I fail to see why multihead is special here. > > If you show two mice in the guest, would X render two cursors? With two mice you still have just one cursor. Just plug a usb mouse into your laptop, you can move the single pointer with both usb mouse and touchpad then. Didn't try what happens with two tablets, but I expect it wouldn't be different ... cheers, Gerd