[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [XenPPC] [xenppc-unstable] [TOOLS] add missing python PPC_ method
On Sun, 2006-08-20 at 17:12 +0000, Xen patchbot-xenppc-unstable wrote: > # 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() 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@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |