Summary: fix for the prose builder.
Minor fixed for the prose builder.
Signed-off-by: Maria Butrico <butrico@xxxxxxxxxxxxxx>
diff -r 5568efb41da4 tools/python/xen/lowlevel/xc/xc.c
--- a/tools/python/xen/lowlevel/xc/xc.c Mon Jan 15 13:27:20 2007 -0500
+++ b/tools/python/xen/lowlevel/xc/xc.c Tue Jan 16 18:41:02 2007 -0500
@@ -953,7 +953,7 @@ static PyObject *pyxc_prose_build(XcObje
void *arch_args = NULL;
int unused;
- static char *kwd_list[] = { "dom", "store_evtchn",
+ static char *kwd_list[] = { "dom", "store_evtchn", "memsize",
"console_evtchn", "image",
/* optional */
"ramdisk", "cmdline", "flags",
diff -r 5568efb41da4 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Mon Jan 15 13:27:20 2007 -0500
+++ b/tools/python/xen/xend/image.py Tue Jan 16 18:01:19 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
|