From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: [PATCH] Console Daemon Date: Tue, 26 Jul 2005 18:29:30 +0900 Message-ID: <9cde8bff05072602291d3541df@mail.gmail.com> References: <42E5B765.5050005@us.ibm.com> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <42E5B765.5050005@us.ibm.com> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anthony Liguori Cc: Rusty Russell , xen-devel , Ian Pratt , Robert Read , Christian Limpach List-Id: xen-devel@lists.xenproject.org On 7/26/05, Anthony Liguori wrote: > Howdy, >=20 > 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. >=20 Anthony, there is a small bug in xc_console.c::console_loop() -- if (len =3D=3D 0 && len =3D=3D -1) {=20 -- And is there a better name than xc_console?=20 that is great to see this code out. i am waiting to see the full patch. regards, aq