From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEge2-0000TX-3Z for qemu-devel@nongnu.org; Thu, 11 Jun 2009 05:32:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEgdx-0000T4-9F for qemu-devel@nongnu.org; Thu, 11 Jun 2009 05:32:25 -0400 Received: from [199.232.76.173] (port=55186 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEgdx-0000T1-1G for qemu-devel@nongnu.org; Thu, 11 Jun 2009 05:32:21 -0400 Received: from mx2.redhat.com ([66.187.237.31]:50584) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEgdw-0007Tn-L4 for qemu-devel@nongnu.org; Thu, 11 Jun 2009 05:32:20 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5B9WJBF023151 for ; Thu, 11 Jun 2009 05:32:19 -0400 From: Gerd Hoffmann Date: Thu, 11 Jun 2009 11:32:13 +0200 Message-Id: <1244712734-14345-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH RESEND 0/1] vnc update List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch in this series improves numlock handling in the qemu console emulation over vnc. Can also be pulled from git://git.et.redhat.com/qemu-kraxel.git (branch vnc.v1). please apply, Gerd