[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] Do not build netback loopback device driver by default.
# HG changeset patch # User kfraser@xxxxxxxxxxxxxxxxxxxxx # Date 1180952586 -3600 # Node ID 2bd50dc2ffbcae334c8d36f64f1ff09330242394 # Parent 8e13b82c4395be6410d30c02b8c8175148497bdf Do not build netback loopback device driver by default. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> --- buildconfigs/linux-defconfig_xen0_ia64 | 2 +- buildconfigs/linux-defconfig_xen0_x86_32 | 2 +- buildconfigs/linux-defconfig_xen0_x86_64 | 2 +- buildconfigs/linux-defconfig_xen_ia64 | 2 +- buildconfigs/linux-defconfig_xen_x86_32 | 2 +- buildconfigs/linux-defconfig_xen_x86_64 | 2 +- drivers/xen/Kconfig | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff -r 8e13b82c4395 -r 2bd50dc2ffbc buildconfigs/linux-defconfig_xen0_ia64 --- a/buildconfigs/linux-defconfig_xen0_ia64 Mon Jun 04 11:00:48 2007 +0100 +++ b/buildconfigs/linux-defconfig_xen0_ia64 Mon Jun 04 11:23:06 2007 +0100 @@ -1662,7 +1662,7 @@ CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_NETDEV_BACKEND=y # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set -CONFIG_XEN_NETDEV_LOOPBACK=y +# CONFIG_XEN_NETDEV_LOOPBACK is not set CONFIG_XEN_PCIDEV_BACKEND=y # CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set # CONFIG_XEN_PCIDEV_BACKEND_PASS is not set diff -r 8e13b82c4395 -r 2bd50dc2ffbc buildconfigs/linux-defconfig_xen0_x86_32 --- a/buildconfigs/linux-defconfig_xen0_x86_32 Mon Jun 04 11:00:48 2007 +0100 +++ b/buildconfigs/linux-defconfig_xen0_x86_32 Mon Jun 04 11:23:06 2007 +0100 @@ -1398,7 +1398,7 @@ CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_NETDEV_BACKEND=y # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set -CONFIG_XEN_NETDEV_LOOPBACK=y +# CONFIG_XEN_NETDEV_LOOPBACK is not set CONFIG_XEN_PCIDEV_BACKEND=y # CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set CONFIG_XEN_PCIDEV_BACKEND_PASS=y diff -r 8e13b82c4395 -r 2bd50dc2ffbc buildconfigs/linux-defconfig_xen0_x86_64 --- a/buildconfigs/linux-defconfig_xen0_x86_64 Mon Jun 04 11:00:48 2007 +0100 +++ b/buildconfigs/linux-defconfig_xen0_x86_64 Mon Jun 04 11:23:06 2007 +0100 @@ -1348,7 +1348,7 @@ CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_NETDEV_BACKEND=y # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set -CONFIG_XEN_NETDEV_LOOPBACK=y +# CONFIG_XEN_NETDEV_LOOPBACK is not set CONFIG_XEN_PCIDEV_BACKEND=y # CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set CONFIG_XEN_PCIDEV_BACKEND_PASS=y diff -r 8e13b82c4395 -r 2bd50dc2ffbc buildconfigs/linux-defconfig_xen_ia64 --- a/buildconfigs/linux-defconfig_xen_ia64 Mon Jun 04 11:00:48 2007 +0100 +++ b/buildconfigs/linux-defconfig_xen_ia64 Mon Jun 04 11:23:06 2007 +0100 @@ -1662,7 +1662,7 @@ CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_NETDEV_BACKEND=y # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set -CONFIG_XEN_NETDEV_LOOPBACK=y +# CONFIG_XEN_NETDEV_LOOPBACK is not set CONFIG_XEN_PCIDEV_BACKEND=y # CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set # CONFIG_XEN_PCIDEV_BACKEND_PASS is not set diff -r 8e13b82c4395 -r 2bd50dc2ffbc buildconfigs/linux-defconfig_xen_x86_32 --- a/buildconfigs/linux-defconfig_xen_x86_32 Mon Jun 04 11:00:48 2007 +0100 +++ b/buildconfigs/linux-defconfig_xen_x86_32 Mon Jun 04 11:23:06 2007 +0100 @@ -3256,7 +3256,7 @@ CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_NETDEV_BACKEND=y # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set -CONFIG_XEN_NETDEV_LOOPBACK=y +# CONFIG_XEN_NETDEV_LOOPBACK is not set CONFIG_XEN_PCIDEV_BACKEND=m CONFIG_XEN_PCIDEV_BACKEND_VPCI=y # CONFIG_XEN_PCIDEV_BACKEND_PASS is not set diff -r 8e13b82c4395 -r 2bd50dc2ffbc buildconfigs/linux-defconfig_xen_x86_64 --- a/buildconfigs/linux-defconfig_xen_x86_64 Mon Jun 04 11:00:48 2007 +0100 +++ b/buildconfigs/linux-defconfig_xen_x86_64 Mon Jun 04 11:23:06 2007 +0100 @@ -3086,7 +3086,7 @@ CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_BLKDEV_TAP=y CONFIG_XEN_NETDEV_BACKEND=y # CONFIG_XEN_NETDEV_PIPELINED_TRANSMITTER is not set -CONFIG_XEN_NETDEV_LOOPBACK=y +# CONFIG_XEN_NETDEV_LOOPBACK is not set CONFIG_XEN_PCIDEV_BACKEND=m # CONFIG_XEN_PCIDEV_BACKEND_VPCI is not set CONFIG_XEN_PCIDEV_BACKEND_PASS=y diff -r 8e13b82c4395 -r 2bd50dc2ffbc drivers/xen/Kconfig --- a/drivers/xen/Kconfig Mon Jun 04 11:00:48 2007 +0100 +++ b/drivers/xen/Kconfig Mon Jun 04 11:23:06 2007 +0100 @@ -91,10 +91,10 @@ config XEN_NETDEV_LOOPBACK config XEN_NETDEV_LOOPBACK tristate "Network-device loopback driver" depends on XEN_NETDEV_BACKEND - default y + default n help A two-interface loopback device to emulate a local netfront-netback - connection. + connection. If unsure, it is probably safe to say N here. config XEN_PCIDEV_BACKEND tristate "PCI-device backend driver" _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |