From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: Re: [patch 16/20] XEN-paravirt: Add the Xen virtual console driver. Date: Mon, 15 Jan 2007 13:03:14 +0000 Message-ID: <20070115130314.GA4272@ucw.cz> References: <20070113014539.408244126@goop.org> <20070113014648.767777869@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20070113014648.767777869@goop.org> Sender: linux-kernel-owner@vger.kernel.org To: Jeremy Fitzhardinge Cc: Andrew Morton , linux-kernel@vger.kernel.org, virtualization@lists.osdl.org, xen-devel@lists.xensource.com, Ian Pratt , Christian Limpach , Chris Wright List-Id: virtualization@lists.linuxfoundation.org Hi! > This provides a bootstrap and ongoing emergency console which is > intended to be available from very early during boot and at all times > thereafter, in contrast with alternatives such as UDP-based syslogd, > or logging in via ssh. The protocol is based on a simple shared-memory > ring buffer. > > Signed-off-by: Ian Pratt > Signed-off-by: Christian Limpach > Signed-off-by: Chris Wright > > --- > arch/i386/kernel/early_printk.c | 2 > arch/i386/paravirt-xen/enlighten.c | 3 > drivers/Makefile | 3 > drivers/xen/Makefile | 1 You have drivers/xen... so maybe arch/i386/xen is easier to type? arch/i386/paravirt/xen would make some sense, too, but it looks too deep to me. Pavel -- Thanks for all the (sleeping) penguins.