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

[Xen-changelog] [xen-unstable] Compile the kernel by default with bridge

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Compile the kernel by default with bridge support
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 04 Aug 2009 08:50:20 -0700
Delivery-date: Tue, 04 Aug 2009 08:51:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1249212301 -3600
# Node ID 3bf7ab30e53777db620e76c6734d7c65f6e0e55e
# Parent  fea4b1567fcfeab40bcd8ce3050a073d8bcd5b88
Compile the kernel by default with bridge support

This one-liner adds bridge support to the Linux kernel
(CONFIG_BRIDGE=y).  It is a precondition for some xm-tests that
bridge is enabled.  Also IMHO it makes sense to configure a dom0 with
bridge capabilities.

Signed-off-by: Andreas Florath <xen@xxxxxxxxxxxx>
---
 buildconfigs/enable-xen-config |    2 ++
 1 files changed, 2 insertions(+)

diff -r fea4b1567fcf -r 3bf7ab30e537 buildconfigs/enable-xen-config
--- a/buildconfigs/enable-xen-config    Sun Aug 02 12:23:46 2009 +0100
+++ b/buildconfigs/enable-xen-config    Sun Aug 02 12:25:01 2009 +0100
@@ -60,6 +60,8 @@ setopt CONFIG_LGUEST n
 
 setopt CONFIG_LOCALVERSION_AUTO n
 
+setopt CONFIG_BRIDGE y
+
 # Should all be set one way or another in defconfig but aren't
 setopt CONFIG_NUMA n
 setopt CONFIG_X86_VSMP n

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Compile the kernel by default with bridge support, Xen patchbot-unstable <=