From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaAlW-0000iM-82 for qemu-devel@nongnu.org; Tue, 25 Sep 2007 09:47:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaAlT-0000i1-Rh for qemu-devel@nongnu.org; Tue, 25 Sep 2007 09:47:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaAlT-0000hy-NJ for qemu-devel@nongnu.org; Tue, 25 Sep 2007 09:47:51 -0400 Received: from an-out-0708.google.com ([209.85.132.246]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaAlT-0002AQ-AT for qemu-devel@nongnu.org; Tue, 25 Sep 2007 09:47:51 -0400 Received: by an-out-0708.google.com with SMTP id d11so360656and for ; Tue, 25 Sep 2007 06:47:50 -0700 (PDT) Message-ID: <46F91183.4010805@codemonkey.ws> Date: Tue, 25 Sep 2007 08:47:47 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] vmmouse with Fedora-6 64bit guest References: <20070920133626.GA9380@karma.qumranet.com> <20070920134132.GA19029@redhat.com> <20070925120356.GA4727@karma.qumranet.com> <20070925122941.GB4727@karma.qumranet.com> <46F9108A.3040307@qumranet.com> In-Reply-To: <46F9108A.3040307@qumranet.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dor.laor@qumranet.com, qemu-devel@nongnu.org Dor Laor wrote: > Dan Kenigsberg wrote: >> Frustrated with evtouch, I wanted to try vmmouse's absolute mode, >> supported by >> Liguori's patch >> http://thread.gmane.org/gmane.comp.emulators.qemu/16083 . Did you try it in KVM or in QEMU? In KVM, you need an additional patch to ensure that the register state is synchronized. Regards, Anthony LIguori >> My guest has vmmouse_drv.so, and I configured its xorg.conf to load it. >> However, for some reason I get >> (EE) VMWARE(0): vmmouse enabled failed >> >> On the host side, after define DEBUG_VMMOUSE, I see vmmouse_init and >> nothing else. >> >> Any idea what I am doing wrong? >> >> Regards, >> Dan. >> >> >> >> > Please dive further into this by debugging the emulator(qemu)/driver > themselves. > good luck :) > > >