From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aW2jF-0007K3-EF for qemu-devel@nongnu.org; Wed, 17 Feb 2016 09:05:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aW2j9-0001dt-R1 for qemu-devel@nongnu.org; Wed, 17 Feb 2016 09:05:17 -0500 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]:38581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aW2j9-0001dQ-HK for qemu-devel@nongnu.org; Wed, 17 Feb 2016 09:05:11 -0500 Received: by mail-wm0-x22f.google.com with SMTP id a4so29574437wme.1 for ; Wed, 17 Feb 2016 06:05:11 -0800 (PST) Sender: Paolo Bonzini References: <1450356422-31710-1-git-send-email-pbonzini@redhat.com> <20160217135340.GF29494@noname.str.redhat.com> From: Paolo Bonzini Message-ID: <56C47E12.4000007@redhat.com> Date: Wed, 17 Feb 2016 15:05:06 +0100 MIME-Version: 1.0 In-Reply-To: <20160217135340.GF29494@noname.str.redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] gtk: implement set_echo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, kraxel@redhat.com On 17/02/2016 14:53, Kevin Wolf wrote: > Waiting didn't fix the bug, so I tried a git bisect now and it pointed > me to this commit. > > I'm using HMP with the default vc backend. Starting with this commit, > the echo is broken sometimes, in a way that the first character in the > entered command is duplicated for each new character I enter, like this: > > (qemu) ii > (qemu) iiin > (qemu) iiiinf > (qemu) iiiiinfo > > This doesn't happen always, but often enough to be annoying. The patch for it is already on the way. Paolo