From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVfjq-0002Gl-RR for qemu-devel@nongnu.org; Tue, 16 Feb 2016 08:32:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVfjn-0007cy-31 for qemu-devel@nongnu.org; Tue, 16 Feb 2016 08:32:22 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVfjm-0007ck-Uj for qemu-devel@nongnu.org; Tue, 16 Feb 2016 08:32:19 -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 985BBBACD8 for ; Tue, 16 Feb 2016 13:32:18 +0000 (UTC) Message-ID: <1455629536.7504.92.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 16 Feb 2016 14:32:16 +0100 In-Reply-To: <1455015557-15106-2-git-send-email-pbonzini@redhat.com> References: <1455015557-15106-2-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] gtk: fix uninitialized temporary VirtualConsole List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Di, 2016-02-09 at 11:59 +0100, Paolo Bonzini wrote: > Only the echo field is used in the temporary VirtualConsole, so the > damage was limited. But still, if echo was incorrectly set to true, > the result would be some puzzling output in VTE monitor and serial > consoles. >=20 Added to ui queue. thanks, Gerd