]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Reduce RAM in test node to avoid 32-bit wraparound
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 8 Nov 2006 18:57:34 +0000 (18:57 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Wed, 8 Nov 2006 18:57:34 +0000 (18:57 +0000)
ChangeLog
docs/testnode.xml
tests/virshdata/nodeinfo-custom.txt

index 0afcade57adeff0fdf65d7d767800f876866d943..b31b8956f87e08f32296dc7319a584bb1d9a50c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov  8 13:03:41 EDT 2006 Daniel Berrange <berrange@redhat.com>
+
+       * src/virshdata/nodeinfo-custom.txt, docs/testnode.xml: Reduce amount
+       of RAM in test node to a sensible size to avoid integer wraparound on
+       32-bit archs.
+
 Wed Nov  8 13:00:56 EDT 2006 Daniel Berrange <berrange@redhat.com>
 
        * src/test.c, src/test.h: Added implementation of the virDomainGetOSType
index 19b0d4c939bbc84fc8714e6228c51ddee6390bd5..1b732cb3a30553bb2c6687cb7a74c528b60e77c2 100644 (file)
@@ -19,5 +19,5 @@
     <cores>4</cores>
     <threads>2</threads>
   </cpu>
-  <memory>137438953472</memory>
+  <memory>137438953</memory>
 </node>
index 8b31765fc33506fba8d818db287f18d09a2adf95..9bc0ba5955dd59a082f7b6673e7b2e9bfd142f4a 100644 (file)
@@ -5,5 +5,5 @@ CPU socket(s):       4
 Core(s) per socket:  4
 Thread(s) per core:  2
 NUMA cell(s):        4
-Memory size:         137438953472 kB
+Memory size:         137438953 kB