From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BDqoE-00059p-UA for qemu-devel@nongnu.org; Wed, 14 Apr 2004 16:16:34 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BDqng-00050L-6b for qemu-devel@nongnu.org; Wed, 14 Apr 2004 16:16:32 -0400 Received: from [193.252.22.30] (helo=mwinf0101.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BDqnf-000503-Q6 for qemu-devel@nongnu.org; Wed, 14 Apr 2004 16:15:59 -0400 Received: from bellard.org (ATuileries-112-1-2-177.w80-14.abo.wanadoo.fr [80.14.188.177]) by mwinf0101.wanadoo.fr (SMTP Server) with ESMTP id 8DA45C000098 for ; Wed, 14 Apr 2004 22:15:58 +0200 (CEST) Message-ID: <407D9C75.6010609@bellard.org> Date: Wed, 14 Apr 2004 22:17:57 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Win2k mouse References: <200404141052.44499.jm@poure.com> In-Reply-To: <200404141052.44499.jm@poure.com> Content-Type: text/plain; charset=us-ascii; 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: qemu-devel@nongnu.org Jean-Michel POURE wrote: > Dear all, > > I am trying to understand why Win2k mouse is so slow. Is this because Win2k > grabs the mouse 20 times a second and Qemu should perform more IPS? > > Is there any setting (including in Qemu source code) to work around this > issue? Do you plan to add some runtime parameter to Qemu in a near future? The mouse problem in win2k is a bug, and I have currently not investigated the issue. Fabrice.