From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH] Console Daemon Date: Tue, 02 Aug 2005 10:06:43 -0500 Message-ID: <42EF8C03.3040600@us.ibm.com> References: <42E5B765.5050005@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel , Rusty Russell , Ian Pratt , Robert Read , Christian Limpach List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > > On 26 Jul 2005, at 05:09, Anthony Liguori wrote: > >> >> This is the first patch to move the console code out of Xend and into >> a separate daemon. In this patch I've included the daemon and a >> front-end. I've also have the console code removed from Xend locally >> but I wanted to clarify a few things first before submitting that. > > > I checked in consoled. Can you send any further fixes, and code to > plumb through xend? > > Is it possible to make it configurable where console i/o goes (e.g., > tcp socket as an option instead of tty?). We can make it listen on tcp sockets by default or we can add another layer to expose the tty's as tcp sockets. I prefer the later. Thoughts? Regards, Anthony Liguori > -- Keir > >