[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [TOOLS][POWERPC] fixes for the prose builder.
# HG changeset patch # User Jimi Xenidis <jimix@xxxxxxxxxxxxxx> # Date 1169080640 18000 # Node ID 3773af71a14ba8b814d3798c5c72e6067007905f # Parent a1e9bacfc57ddf18d7897c03dad256ac9e2b4bb6 [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 a1e9bacfc57d -r 3773af71a14b tools/python/xen/lowlevel/xc/xc.c --- a/tools/python/xen/lowlevel/xc/xc.c Wed Jan 17 13:18:02 2007 -0500 +++ b/tools/python/xen/lowlevel/xc/xc.c Wed Jan 17 19:37:20 2007 -0500 @@ -951,7 +951,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 a1e9bacfc57d -r 3773af71a14b tools/python/xen/xend/image.py --- a/tools/python/xen/xend/image.py Wed Jan 17 13:18:02 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |