From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzUDU-0001V9-4r for qemu-devel@nongnu.org; Mon, 20 Feb 2012 09:27:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzUDT-00010e-4Z for qemu-devel@nongnu.org; Mon, 20 Feb 2012 09:27:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzUDS-00010M-TK for qemu-devel@nongnu.org; Mon, 20 Feb 2012 09:27:47 -0500 Message-ID: <4F42585D.6080400@redhat.com> Date: Mon, 20 Feb 2012 15:27:41 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1329695104-15174-1-git-send-email-aliguori@us.ibm.com> <1329695104-15174-2-git-send-email-aliguori@us.ibm.com> <4F420FB8.9040008@redhat.com> <4F424E76.40305@codemonkey.ws> <4F4251CC.9040106@redhat.com> <4F42549B.10609@codemonkey.ws> In-Reply-To: <4F42549B.10609@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/6] console: allow VCs to be overridden by UI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Alex Graf Hi, > This would require touching a fair bit of code that handles things like > defaults. I'm not sure that having the distinction makes anything > easier to implement. /me suggests to simply have no default terminals with qemu -gtk. > One thing I was contemplating but ultimately didn't do was QOM-ification > of the GTK front end. I couldn't rationalize why you would need to set > settings but now I think maybe it would be more useful. With a vte chardev you have an object you can attach settings to, i.e. -chardev vte,mode={tab,window}. cheers, Gerd