On Sun, 2006-08-20 at 17:12 +0000, Xen patchbot-xenppc-unstable wrote:
> # HG changeset patch
> # User Jimi Xenidis <[EMAIL PROTECTED]>
> # Node ID 6b9124f9d89d58eb81847813dc0043ba3896b919
> # Parent  b1fd0275383baa78830f70c8b15d7ac0f3510f4d
> [TOOLS] add missing python PPC_ method
> 
> Signed-off-by: Jimi Xenidis <[EMAIL PROTECTED]>
> ---
>  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()

Sorry, but this is the result of another mis-merge. I will try to
repair...

-- 
Hollis Blanchard
IBM Linux Technology Center


_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@lists.xensource.com
http://lists.xensource.com/xen-ppc-devel

Reply via email to