From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Hibbert Subject: Re: Quieten the hypervisor Date: Wed, 19 Apr 2006 18:47:53 +1200 Message-ID: <4445DD19.3000603@thoughtcrime.org.nz> References: <4445C8F3.4080700@thoughtcrime.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4445C8F3.4080700@thoughtcrime.org.nz> 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 > I would like to see a boot option added similar to the 'quiet' option > for the Linux kernel to prevent the hypervisor outputting (XEN) lines to > the console. Can someone do this or point to where to make the changes > and I can do it? :) I've taken a look through console.c and succeeded in turning everything off (by commenting out some code in printf) but I would like the banner to still appear, and the (XEN) stuff to go to xm dmesg, but not to vga. Creating a xenlog call might be a good idea? Thanks in advance Tom