WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ppc-devel

[XenPPC] [xenppc-unstable] [TOOLS] oops, put this back

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [TOOLS] oops, put this back
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 11 Oct 2006 17:10:33 +0000
Delivery-date: Wed, 11 Oct 2006 11:38:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID e7cb3aefc233e24c6fa2803bc591b8442b833b6d
# Parent  294577be7c024b72f897d32d7a22edcf265c09b6
[TOOLS] oops, put this back
it causes other issues

Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
 tools/xm-test/lib/XmTestLib/XenDomain.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 294577be7c02 -r e7cb3aefc233 tools/xm-test/lib/XmTestLib/XenDomain.py
--- a/tools/xm-test/lib/XmTestLib/XenDomain.py  Tue Oct 10 12:02:56 2006 -0400
+++ b/tools/xm-test/lib/XmTestLib/XenDomain.py  Wed Oct 11 13:01:31 2006 -0400
@@ -50,7 +50,7 @@ class XenConfig:
 class XenConfig:
     """An object to help create a xen-compliant config file"""
     def __init__(self):
-        self.defaultOpts = arch.configDefaults
+        self.defaultOpts = {}
 
         # These options need to be lists
         self.defaultOpts["disk"] = []

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [TOOLS] oops, put this back, Xen patchbot-xenppc-unstable <=