All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: linux-kernel@vger.kernel.org
Cc: virtualization@lists.linux-foundation.org,
	Jeremy Fitzhardinge <jeremy@goop.org>,
	mingo@redhat.com
Subject: xen: Make hvc0 the preferred console in domU
Date: Wed, 27 Feb 2008 14:56:35 +0100	[thread overview]
Message-ID: <87zltm1p0s.fsf@pike.pond.sub.org> (raw)

This makes the Xen console just work.  Before, you had to ask for it
on the kernel command line with console=hvc0

Signed-off-by: Markus Armbruster <armbru@redhat.com>

---
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 49e5358..df63185 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -25,6 +25,7 @@
 #include <linux/mm.h>
 #include <linux/page-flags.h>
 #include <linux/highmem.h>
+#include <linux/console.h>
 
 #include <xen/interface/xen.h>
 #include <xen/interface/physdev.h>
@@ -1209,6 +1210,9 @@ asmlinkage void __init xen_start_kernel(void)
 		? __pa(xen_start_info->mod_start) : 0;
 	boot_params.hdr.ramdisk_size = xen_start_info->mod_len;
 
+	if (!is_initial_xendomain())
+		add_preferred_console("hvc", 0, NULL);
+
 	/* Start the world */
 	start_kernel();
 }

             reply	other threads:[~2008-02-27 13:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-27 13:56 Markus Armbruster [this message]
2008-03-31  6:36 ` xen: Make hvc0 the preferred console in domU Jeremy Fitzhardinge
2008-03-31  6:36 ` Jeremy Fitzhardinge
2008-03-31  8:27   ` Markus Armbruster
2008-03-31  8:27   ` Markus Armbruster
2008-04-02 14:56   ` Markus Armbruster
2008-04-02 14:56   ` Markus Armbruster
2008-04-02 16:21     ` Jeremy Fitzhardinge
2008-04-02 17:01       ` Markus Armbruster
2008-04-02 17:01       ` Markus Armbruster
2008-04-02 16:21     ` Jeremy Fitzhardinge
  -- strict thread matches above, loose matches on Subject: below --
2008-02-27 13:56 Markus Armbruster

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=87zltm1p0s.fsf@pike.pond.sub.org \
    --to=armbru@redhat.com \
    --cc=jeremy@goop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=virtualization@lists.linux-foundation.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 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.