[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [TOOLS][POWERPC] fixes for the prose builder.
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Node ID c16586000525f9d9dfbbe336d9d458dd08b44a0e # Parent cae803af2d571e7d44001207da361327db71ced4 [TOOLS][POWERPC] fixes for the prose builder. Signed-off-by: Maria Butrico <butrico@xxxxxxxxxxxxxx> Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx> --- tools/python/xen/lowlevel/xc/xc.c | 2 +- tools/python/xen/xend/image.py | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff -r cae803af2d57 -r c16586000525 tools/python/xen/lowlevel/xc/xc.c --- a/tools/python/xen/lowlevel/xc/xc.c Wed Jan 17 19:28:29 2007 -0500 +++ b/tools/python/xen/lowlevel/xc/xc.c Wed Jan 17 19:37:20 2007 -0500 @@ -954,7 +954,7 @@ static PyObject *pyxc_prose_build(XcObje int unused; static char *kwd_list[] = { "dom", "store_evtchn", - "console_evtchn", "image", + "console_evtchn", "image", "memsize", /* optional */ "ramdisk", "cmdline", "flags", "features", "arch_args", NULL }; diff -r cae803af2d57 -r c16586000525 tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Wed Jan 17 19:28:29 2007 -0500 +++ b/tools/python/xen/xend/image.py Wed Jan 17 19:37:20 2007 -0500 @@ -260,13 +260,9 @@ class PPC_LinuxImageHandler(LinuxImageHa return max(maxmem_kb / 64, shadow_mem_kb) -class PPC_ProseImageHandler(LinuxImageHandler): +class PPC_ProseImageHandler(PPC_LinuxImageHandler): ostype = "prose" - - def configure(self, imageConfig, deviceConfig): - LinuxImageHandler.configure(self, imageConfig, deviceConfig) - self.imageConfig = imageConfig def buildDomain(self): store_evtchn = self.vm.getStorePort() _______________________________________________ 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 |