From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aW2Y3-000342-J5 for qemu-devel@nongnu.org; Wed, 17 Feb 2016 08:53:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aW2Y2-00077A-O6 for qemu-devel@nongnu.org; Wed, 17 Feb 2016 08:53:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aW2Y2-000770-HB for qemu-devel@nongnu.org; Wed, 17 Feb 2016 08:53:42 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 21C588E70E for ; Wed, 17 Feb 2016 13:53:42 +0000 (UTC) Date: Wed, 17 Feb 2016 14:53:40 +0100 From: Kevin Wolf Message-ID: <20160217135340.GF29494@noname.str.redhat.com> References: <1450356422-31710-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450356422-31710-1-git-send-email-pbonzini@redhat.com> Subject: Re: [Qemu-devel] [PATCH] gtk: implement set_echo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org, kraxel@redhat.com Am 17.12.2015 um 13:47 hat Paolo Bonzini geschrieben: > Even without line editing, this makes -qmp vc more pleasant with the > GTK+ backend. The only issue is that set_echo is invoked very early, > long before a vc is actually associated with a VirtualConsole. To work > around this, create a temporary VirtualConsole until then. > > Signed-off-by: Paolo Bonzini 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. Kevin