From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfVmn-000062-GJ for qemu-devel@nongnu.org; Mon, 24 Aug 2009 05:24:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfVmi-0008UR-PY for qemu-devel@nongnu.org; Mon, 24 Aug 2009 05:24:20 -0400 Received: from [199.232.76.173] (port=53236 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfVmi-0008UN-Gf for qemu-devel@nongnu.org; Mon, 24 Aug 2009 05:24:16 -0400 Received: from mail2.shareable.org ([80.68.89.115]:43849) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MfVmi-0006qz-1c for qemu-devel@nongnu.org; Mon, 24 Aug 2009 05:24:16 -0400 Date: Mon, 24 Aug 2009 10:24:14 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH 0 of 1] Fix for DOS keyboard problems Message-ID: <20090824092414.GB22972@shareable.org> References: <20090823124410.GA30789@shareable.org> <53e878390908231020s32575288jf2dd1450bae241c9@mail.gmail.com> <20090823215558.GA9093@shareable.org> <53e878390908231554o39fb1700n8b495e6c1089fc6@mail.gmail.com> <4A92463D.3040201@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4A92463D.3040201@xs4all.nl> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Bruin Cc: Stefan Ring , qemu-devel@nongnu.org Hans de Bruin wrote: > Stefan Ring wrote: > ... > > > > Another symptom is that when typing text inside Turbo Pascal, about > > 1/3 - 1/4 of the characters typed are doubled randomly. > > I sometimes see the same behavior when using starting an rdp session to > windows servers from within a rdp session to local qemu-kvm windows xp > guest. logging in to the server with long passwords is difficult. That's likely to be a different problem, as RDP does not involve the emulated keyboard hardware at all, and is handled by Windows networking. Unless you meant VNC for the outer connection? -- Jamie