From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4twY-0003KW-DW for qemu-devel@nongnu.org; Thu, 22 Apr 2010 06:47:38 -0400 Received: from [140.186.70.92] (port=38917 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4twW-0003Jo-AG for qemu-devel@nongnu.org; Thu, 22 Apr 2010 06:47:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4twU-0002zo-5d for qemu-devel@nongnu.org; Thu, 22 Apr 2010 06:47:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47019) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4twT-0002yb-Bq for qemu-devel@nongnu.org; Thu, 22 Apr 2010 06:47:34 -0400 Message-ID: <4BD02936.1050307@redhat.com> Date: Thu, 22 Apr 2010 12:47:18 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Problem with QEMU on KVM References: <20100421003632.GV11723@shareable.org> In-Reply-To: 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: Gerhard Wiesinger Cc: qemu-devel@nongnu.org Hi, > Had also a look at ps2.c/ps2.h, pckbd.c: There were no changes which > could explain such a behaviour. Also keyboard is very strange which > switches to CAPS LOCK (shift state) very unmotivated. Hmm. Recent qemu tries hard to make sure vncviewer and guest capslock/numlock state are in sync. It is a heuristic though and can fail in certain cases. Try "-vnc $display,no-lock-key-sync", does that help? cheers, Gerd