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

[Xen-devel] [PATCH 3/4] xenbus: CONFIG_PROC_FS is required for the xenbu

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH 3/4] xenbus: CONFIG_PROC_FS is required for the xenbus device
From: Horms <horms@xxxxxxxxxxxx>
Date: Fri, 16 Jun 2006 16:51:08 +0900
Cc: Horms <horms@xxxxxxxxxxxx>
Delivery-date: Fri, 16 Jun 2006 02:02:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060616075052.31276.7750.sendpatchset@xxxxxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20060616075052.31276.7750.sendpatchset@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
xenbus: CONFIG_PROC_FS is required for the xenbus device

It does not appear that any of the functionality of xenbus_dev
can be provided without CONFIG_PROC_FS

Signed-Off-By: Horms <horms@xxxxxxxxxxxx>

 linux-2.6-xen-sparse/drivers/xen/Kconfig         |    5 +++++
 linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

--- x/linux-2.6-xen-sparse/drivers/xen/Kconfig
+++ x/linux-2.6-xen-sparse/drivers/xen/Kconfig
@@ -84,6 +89,11 @@ config XEN_BLKDEV_BACKEND
          block devices to other guests via a high-performance shared-memory
          interface.
 
+config XEN_XENBUS_DEV
+       bool
+       depends on PROC_FS
+       default y
+
 config XEN_NETDEV_BACKEND
        tristate "Network-device backend driver"
         depends on XEN_BACKEND && NET
--- x/linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile
+++ x/linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile
@@ -9,4 +9,4 @@ xenbus-objs += xenbus_client.o
 xenbus-objs += xenbus_comms.o
 xenbus-objs += xenbus_xs.o
 xenbus-objs += xenbus_probe.o
-xenbus-objs += xenbus_dev.o
+obj-$(CONFIG_XEN_XENBUS_DEV) += xenbus_dev.o

-- 
Horms                                           http://www.vergenet.net/~horms/


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