|  |  | 
  
    |  |  | 
 
  |   |  | 
  
    |  |  | 
  
    |  |  | 
  
    |   xen-ppc-devel
[XenPPC] [xenppc-unstable] [TOOLS] add missing python PPC_ method 
| # HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 6b9124f9d89d58eb81847813dc0043ba3896b919
# Parent  b1fd0275383baa78830f70c8b15d7ac0f3510f4d
[TOOLS] add missing python PPC_ method
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 tools/python/xen/xend/image.py |    4 ++++
 1 files changed, 4 insertions(+)
diff -r b1fd0275383b -r 6b9124f9d89d tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py    Sun Aug 20 13:00:31 2006 -0400
+++ b/tools/python/xen/xend/image.py    Sun Aug 20 13:02:16 2006 -0400
@@ -197,6 +197,10 @@ class PPC_LinuxImageHandler(LinuxImageHa
     def configure(self, imageConfig, deviceConfig):
         LinuxImageHandler.configure(self, imageConfig, deviceConfig)
         self.imageConfig = imageConfig
+
+    def getDomainMemory(self, mem_kb):
+        """@see ImageHandler.getDomainMemory"""
+        return mem_kb
 
     def buildDomain(self):
         store_evtchn = self.vm.getStorePort()
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
 | 
 
| <Prev in Thread] | Current Thread | [Next in Thread> |  | 
[XenPPC] [xenppc-unstable] [TOOLS] add missing python PPC_ method,
Xen patchbot-xenppc-unstable <=
 |  |  | 
  
    |  |  |