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

[Xen-changelog] [xen-unstable] [IA64][XEND] Fix getRequiredShadowMemory parameters



# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID a1988768828d6a240d6f3b348bdd124c5b0e6035
# Parent  3bed37b2c599c74ba3ca9f90f5e948f13b3b2891
[IA64][XEND] Fix getRequiredShadowMemory parameters

Parameter count changed in xen-unstable.hg 11417:65a41e3206ac

Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
 tools/python/xen/xend/image.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 3bed37b2c599 -r a1988768828d tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py    Sun Sep 10 14:52:57 2006 -0600
+++ b/tools/python/xen/xend/image.py    Sun Sep 10 15:34:14 2006 -0600
@@ -439,7 +439,7 @@ class IA64_HVM_ImageHandler(HVMImageHand
         extra_pages = 1024 + 2
         return mem_kb + extra_pages * page_kb
 
-    def getRequiredShadowMemory(self, mem_kb):
+    def getRequiredShadowMemory(self, shadow_mem_kb, maxmem_kb):
         # Explicit shadow memory is not a concept 
         return 0
 

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.