From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzPNa-0003LU-V8 for qemu-devel@nongnu.org; Mon, 20 Feb 2012 04:18:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RzPNV-0004lX-CC for qemu-devel@nongnu.org; Mon, 20 Feb 2012 04:17:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3087) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RzPNV-0004lM-0x for qemu-devel@nongnu.org; Mon, 20 Feb 2012 04:17:49 -0500 Message-ID: <4F420FB8.9040008@redhat.com> Date: Mon, 20 Feb 2012 10:17:44 +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> In-Reply-To: <1329695104-15174-2-git-send-email-aliguori@us.ibm.com> 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 On 02/20/12 00:44, Anthony Liguori wrote: > We want to expose VCs using a VteTerminal widget. We need access to provide our > own CharDriverState in order to do this. /me wonders why you touch vc's at all for this. Doesn't it make alot more sense to just have a -chardev vte (which then opens a new tab in the ui or something simliar)? cheers, Gerd