All of lore.kernel.org
 help / color / mirror / Atom feed
* Quieten the hypervisor
@ 2006-04-19  5:21 Tom Hibbert
  2006-04-19  6:47 ` Tom Hibbert
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Hibbert @ 2006-04-19  5:21 UTC (permalink / raw)
  To: xen-devel

Hi all

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? :)

Thanks

Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Quieten the hypervisor
  2006-04-19  5:21 Quieten the hypervisor Tom Hibbert
@ 2006-04-19  6:47 ` Tom Hibbert
  2006-04-19  7:32   ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Hibbert @ 2006-04-19  6:47 UTC (permalink / raw)
  To: xen-devel



> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Re: Quieten the hypervisor
  2006-04-19  6:47 ` Tom Hibbert
@ 2006-04-19  7:32   ` Keir Fraser
  0 siblings, 0 replies; 3+ messages in thread
From: Keir Fraser @ 2006-04-19  7:32 UTC (permalink / raw)
  To: Tom Hibbert; +Cc: xen-devel


On 19 Apr 2006, at 07:47, Tom Hibbert wrote:

>
>
>> 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?

Xen already stops outputting to vga as soon as domain0 starts to boot 
(assuming it has console=tty0 on its command line). So you have two 
options:
  1. Pass 'console=none' to Xen as a boot parameter. No output on vga.
  2. Pass 'console=tty0' to domain0 as a boot parameter. Output on vga 
until dom0 starts.

There's no halfway house of just banner and then nothing else. That 
doesn't sound very useful.

  -- Keir

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-19  7:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-19  5:21 Quieten the hypervisor Tom Hibbert
2006-04-19  6:47 ` Tom Hibbert
2006-04-19  7:32   ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.