virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@suse.de>
To: Jeremy Fitzhardinge <jeremy@goop.org>
Cc: Virtualization Mailing List <virtualization@lists.osdl.org>
Subject: Re: xen hvc console
Date: Fri, 16 Feb 2007 09:26:01 +0100	[thread overview]
Message-ID: <45D56A99.102@suse.de> (raw)
In-Reply-To: <45D4E1AB.3020408@goop.org>

Jeremy Fitzhardinge wrote:
> I had a quick try to make it work, but no success thus far.  Should it
> be enough to apply the patch and then boot with "console=/dev/hvc0"?

Without /dev/, i.e. "console=hvc0".  But, yes, that should be it.  Works
for me.

> Also, why do you comment out the EARLY_PRINTK stuff in Kconfig?

Doesn't compile due to setup_early_printk() being gone.

I also think we don't need early_printk in xen any more.  The hvc
console supports a two-step setup.  One can be done very early at boot
(hvc_instantiate) and one later on, once everything (memory, irqs) is up
and running, during normal device initialization (hvc_alloc).

I'm still playing with it a bit and browse through the console code.
Right now early hvc initialization happens in console_init, I'll try to
do it earlier at boot.

cheers,
  Gerd

-- 
Gerd Hoffmann <kraxel@suse.de>

  reply	other threads:[~2007-02-16  8:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15 22:41 xen hvc console Jeremy Fitzhardinge
2007-02-16  8:26 ` Gerd Hoffmann [this message]
2007-02-16 15:16 ` Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45D56A99.102@suse.de \
    --to=kraxel@suse.de \
    --cc=jeremy@goop.org \
    --cc=virtualization@lists.osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).