From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcWpi-0000jH-Tq for qemu-devel@nongnu.org; Wed, 15 May 2013 04:13:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcWph-0001e6-NV for qemu-devel@nongnu.org; Wed, 15 May 2013 04:13:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:3255) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcWph-0001cs-FQ for qemu-devel@nongnu.org; Wed, 15 May 2013 04:13:09 -0400 Date: Wed, 15 May 2013 16:13:03 +0800 From: Amos Kong Message-ID: <20130515081303.GA11005@t430s.nay.redhat.com> References: <1366346658-4680-1-git-send-email-akong@redhat.com> <51923121.3040403@redhat.com> <87a9nx6275.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a9nx6275.fsf@codemonkey.ws> Subject: Re: [Qemu-devel] [PATCH] monitor: intervally send down events to guest in hold time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Laszlo Ersek , kraxel@redhat.com, lcapitulino@redhat.com On Tue, May 14, 2013 at 09:55:26AM -0500, Anthony Liguori wrote: > Laszlo Ersek writes: > > What's the status of this patch if I may ask? > > 1) It's unclear if this is the right solution. If key repeat is done in > the PS/2 controller, then that's where the logic here should be. It's best the implement auto-repeat feature in PS2 controller. I'm investigating to implement this, bug was reported by our QE, not from real user. So the priority is low. > 2) It's a compat breaker from a QMP perspective. > > Regards, > > Anthony Liguori -- Amos.