From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHX61-00008z-0v for qemu-devel@nongnu.org; Fri, 08 Jan 2016 08:28:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHX5w-00012v-1b for qemu-devel@nongnu.org; Fri, 08 Jan 2016 08:28:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHX5v-00012r-SN for qemu-devel@nongnu.org; Fri, 08 Jan 2016 08:28:43 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 7219529B226 for ; Fri, 8 Jan 2016 13:28:43 +0000 (UTC) Message-ID: <1452259721.21093.51.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 08 Jan 2016 14:28:41 +0100 In-Reply-To: <568FB57B.10809@redhat.com> References: <1450356422-31710-1-git-send-email-pbonzini@redhat.com> <568FB57B.10809@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 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 On Fr, 2016-01-08 at 14:11 +0100, Paolo Bonzini wrote: > Ping. >=20 > Paolo >=20 > On 17/12/2015 13:47, Paolo Bonzini wrote: > > 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. Oops, slipped though. Picked up now. thanks, Gerd