From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPver-0002Ye-3g for qemu-devel@nongnu.org; Sun, 31 Jan 2016 12:19:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aPven-0002RF-3p for qemu-devel@nongnu.org; Sun, 31 Jan 2016 12:19:29 -0500 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]:34448) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aPvem-0002RB-Rj for qemu-devel@nongnu.org; Sun, 31 Jan 2016 12:19:25 -0500 Received: by mail-wm0-x230.google.com with SMTP id 128so41447692wmz.1 for ; Sun, 31 Jan 2016 09:19:24 -0800 (PST) Sender: Paolo Bonzini References: <56AE260C.9020508@ilande.co.uk> <56AE2E1B.6030106@ilande.co.uk> From: Paolo Bonzini Message-ID: <56AE421B.4000400@redhat.com> Date: Sun, 31 Jan 2016 18:19:23 +0100 MIME-Version: 1.0 In-Reply-To: <56AE2E1B.6030106@ilande.co.uk> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Strange monitor/stdout issue on qemu-system-sparc/qemu-system-ppc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland , Peter Maydell Cc: qemu-devel On 31/01/2016 16:54, Mark Cave-Ayland wrote: > Aha! A quick test here shows that the patch fixes the serial port > appearing on stdout and entering the monitor, but I still see the > multiple echo problem in the GTK GUI. > > I also notice that with the above commit I lose cycling through history > in the GTK monitor - even with the multiple echo, instead of the up/down > arrow keys cycling through the history instead I see the codes ^[[B and > ^[[A being output to the window instead. That is probably me. The echo feature was introduced for QMP, but in theory it should have been limited to that. I'll check it, thanks. Paolo