From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH] Make Xend use consoled and xc_console Date: Thu, 04 Aug 2005 14:23:19 -0500 Message-ID: <42F26B27.3080902@us.ibm.com> References: 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: Ian Pratt Cc: xen-devel , Robert Read , Christian Limpach List-Id: xen-devel@lists.xenproject.org Ian Pratt wrote: >BTW: does this fix the console output corruption bug that's on the >books? > > I wrote a regression suite that stresses the console code pretty hard and checks for data corruption. We're still losing data (although when throttled appropriately the loss can reduced). I've hunted it down a bit and it appears xcs is dropping the messages. This leads to the question of how close the new console driver is. If it's going to be awhile, I'll hunt down the xcs problem but I'd rather put that energy into just getting rid of xcs. Let me know if there's anything I can do to help out. Regards, Anthony Liguori >Thanks, >Ian > > > > >>I've done a pretty good amount of testing and this seems to >>clear up all of the Xend console issues in bugzilla. >> >>This is a pretty big change to Xend though with a lot of >>deleted code so I'd appreciate if people more familiar with >>the Xend codebase could look through it critically. >> >>In addition to the patch, the following files are no longer used: >> >>tools/python/xen/util/console_client.py >>tools/python/xen/xend/XendConsole.py >>tools/python/xen/xend/server/SrvConsole.py >>tools/python/xen/xend/server/SrvConsoleDir.py >>tools/python/xen/xend/server/console.py >> >>Regards, >> >>Anthony Liguori >> >>Signed-off-by: Anthony Liguori >> >>_______________________________________________ >>Xen-devel mailing list >>Xen-devel@lists.xensource.com >>http://lists.xensource.com/xen-devel >> >> >> > > >