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] [linux-2.6.18-xen] [PPC] Add Kconfig option for the ball

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] [PPC] Add Kconfig option for the balloon driver.
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 06 Jul 2007 10:13:37 -0700
Delivery-date: Fri, 06 Jul 2007 10:11:51 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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 kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1183726656 -3600
# Node ID dabb3289da972f03b813e86d097e27034607ec67
# Parent  11483a00c017ea82a4c2948724eb36ba6ec5c0ba
[PPC] Add Kconfig option for the balloon driver.
PowerPC Xen does not support ballooning.
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
 drivers/xen/Kconfig  |    4 ++++
 drivers/xen/Makefile |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff -r 11483a00c017 -r dabb3289da97 drivers/xen/Kconfig
--- a/drivers/xen/Kconfig       Fri Jul 06 11:08:24 2007 +0100
+++ b/drivers/xen/Kconfig       Fri Jul 06 13:57:36 2007 +0100
@@ -274,4 +274,8 @@ config XEN_SMPBOOT
        default y
        depends on SMP
 
+config XEN_BALLOON
+       bool
+       default y
+
 endif
diff -r 11483a00c017 -r dabb3289da97 drivers/xen/Makefile
--- a/drivers/xen/Makefile      Fri Jul 06 11:08:24 2007 +0100
+++ b/drivers/xen/Makefile      Fri Jul 06 13:57:36 2007 +0100
@@ -4,10 +4,10 @@ obj-y += privcmd/
 obj-y  += privcmd/
 obj-y  += xenbus/
 obj-y  += gntdev/
-obj-y  += balloon/
 obj-y  += char/
 
 obj-y  += util.o
+obj-$(CONFIG_XEN_BALLOON)              += balloon/
 obj-$(CONFIG_XEN_BLKDEV_BACKEND)       += blkback/
 obj-$(CONFIG_XEN_BLKDEV_TAP)           += blktap/
 obj-$(CONFIG_XEN_NETDEV_BACKEND)       += netback/

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] [PPC] Add Kconfig option for the balloon driver., Xen patchbot-linux-2.6.18-xen <=