From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Default Linux xen console Date: Wed, 23 Apr 2008 14:57:45 +0100 Message-ID: <20080423135745.GD4458@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: 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: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, In xen/docs/src/user.tex, one can read that the default Linux xen console for domU is tty, but in linux/drivers/xen/console/console.c, starting from Xen 3.2 xc_mode is initialized by default to XC_XVC; (because thanks to pvfb we can now have proper VT support) One problem is that this breaks previous installations, see bugzilla #1223. In any case, the documentation and examples should be updated. Samuel