From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: [PATCH] Make Xend use consoled and xc_console Date: Wed, 03 Aug 2005 16:26:10 -0500 Message-ID: <42F13672.20204@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel , Keir Fraser , Christian Limpach List-Id: xen-devel@lists.xenproject.org The attached patch removes all of the console handling code from Xend and changes xm to simply exec /usr/libexec/xen/xc_console. 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