WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

[Xen-ia64-devel] [PATCH] enable xencons by default

To: xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] [PATCH] enable xencons by default
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Fri, 30 Jun 2006 13:31:59 -0600
Delivery-date: Fri, 30 Jun 2006 12:32:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: OSLO R&D
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
   Assuming everyone is happy with my patch to enable redirected
interrupts to the guest, I'd like to follow it up with this patch.  This
will enable xencons by default and should make configuring the dom0
console much easier for the user.  The down side is that we also have to
deconfigure serial support in the Linux kernel, which hurts our
transparent paravirtualization story a little bit.  Hopefully this is
only temporary until someone figures out a more elegant solution to
prevent dom0 from claiming the UART used by xencons.  Please test this
patch.  You should no longer need a console= or xencons= to boot dom0.
I also removed an extra call to console_endboot().  Comments?  Thanks,

        Alex

PS - Note that while the defconfig changes look more extensive, it's
simply the result of setting CONFIG_XEN_DISABLE_SERIAL=y and running
make oldconfig.

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>

Attachment: default_xencons.patch
Description: Text Data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [PATCH] enable xencons by default, Alex Williamson <=