From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fbchx-0000PE-OQ for qemu-devel@nongnu.org; Thu, 04 May 2006 08:13:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fbchu-0000Mw-9t for qemu-devel@nongnu.org; Thu, 04 May 2006 08:13:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fbcht-0000Mp-UN for qemu-devel@nongnu.org; Thu, 04 May 2006 08:13:22 -0400 Received: from [64.233.162.199] (helo=nz-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FbciV-0004ra-Co for qemu-devel@nongnu.org; Thu, 04 May 2006 08:13:59 -0400 Received: by nz-out-0102.google.com with SMTP id i11so418052nzh for ; Thu, 04 May 2006 05:13:21 -0700 (PDT) Message-ID: <46d6db660605040513y3534fecdr5ffe4e632108e413@mail.gmail.com> Date: Thu, 4 May 2006 14:13:20 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] QEMU 0.8.1 In-Reply-To: <4459165F.7050605@bellard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4459165F.7050605@bellard.org> 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 seen on winXP host (kqemu independent): sometimes the pointer inside the guest hits like an invisible wall and cannot go any further. This happens on a win2003 bartpe based guest and on a RedHat 7.2 livecd (superrescue 2.1.2). how to see it: - boot the guest without having the physical pointer grabbed - the guest pointer is centered (position A) - move the physical/host pointer halfway between guest pointer and the bottom of the windows of the guest (position B) - click inside the guest (grabs the physical pointer: we're in position A) - move the pointer vertically slowly down, the pointer cannot go any lower than position B I would say this could be a grab/ungrab issue induced recently (vnc patch?). To check it, how do I remove the vnc patch alltogether ? Christian On 5/3/06, Fabrice Bellard wrote: > Hi, > > QEMU version 0.8.1 is available at http://bellard.org/qemu/download.html. >