pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xentools33 NetBSD does not support ballooning...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e08b9134d847
branches:  trunk
changeset: 545835:e08b9134d847
user:      cegger <cegger%pkgsrc.org@localhost>
date:      Thu Aug 14 13:12:53 2008 +0000

description:
NetBSD does not support ballooning. So disable it by default.

diffstat:

 sysutils/xentools33/distinfo         |   3 ++-
 sysutils/xentools33/patches/patch-bk |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r a13c9cfffb38 -r e08b9134d847 sysutils/xentools33/distinfo
--- a/sysutils/xentools33/distinfo      Thu Aug 14 12:53:42 2008 +0000
+++ b/sysutils/xentools33/distinfo      Thu Aug 14 13:12:53 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2008/08/13 12:36:05 cegger Exp $
+$NetBSD: distinfo,v 1.3 2008/08/14 13:12:53 cegger Exp $
 
 SHA1 (xen-3.3-18261.tar.gz) = 25c43a6aa69b8c0867268a77b5815f27852b2b13
 RMD160 (xen-3.3-18261.tar.gz) = 184b1df67a645cecfbff4307dfb02079235c4d03
@@ -23,6 +23,7 @@
 SHA1 (patch-bh) = a072c1e2dd21aa284303b5fcc7eae5ff841a5fbc
 SHA1 (patch-bi) = 6012614ffb424119d0219fd14085d97c2a9f5e26
 SHA1 (patch-bj) = 4c6b6a73d3ea5fb2c57b12dd4651f59024119276
+SHA1 (patch-bk) = a79256edc3dc2a5f4bcdbe1a2d14037ad74f11de
 SHA1 (patch-ca) = b62ec8f0db5e65d737d1aaf3bd44580f5969328b
 SHA1 (patch-cb) = 9b7834e367a1820f28c0c1053d3f351751a12283
 SHA1 (patch-cc) = 598f7cda0e3137188f97605037b0b1c26ae8d0c0
diff -r a13c9cfffb38 -r e08b9134d847 sysutils/xentools33/patches/patch-bk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xentools33/patches/patch-bk      Thu Aug 14 13:12:53 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-bk,v 1.1 2008/08/14 13:12:53 cegger Exp $
+
+--- examples/xend-config.sxp.orig      2008-08-07 08:56:22.000000000 +0000
++++ examples/xend-config.sxp
+@@ -185,7 +185,7 @@
+ 
+ # Whether to enable auto-ballooning of dom0 to allow domUs to be created.
+ # If enable-dom0-ballooning = no, dom0 will never balloon out.
+-(enable-dom0-ballooning yes)
++(enable-dom0-ballooning no)
+ 
+ # In SMP system, dom0 will use dom0-cpus # of CPUS
+ # If dom0-cpus = 0, dom0 will take all cpus available



Home | Main Index | Thread Index | Old Index