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] [XEND][POWERPC] whitespace

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [XEND][POWERPC] whitespace
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Aug 2006 21:50:34 +0000
Delivery-date: Tue, 22 Aug 2006 14:51:35 -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 Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID b2f2c477895af973e727612a3967c68639a2b321
# Parent  8fa42dd4c92a1e3c27e20fc5225edaa49bfb4972
[XEND][POWERPC] whitespace
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
 tools/python/xen/xend/arch.py |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff -r 8fa42dd4c92a -r b2f2c477895a tools/python/xen/xend/arch.py
--- a/tools/python/xen/xend/arch.py     Tue Aug 22 16:35:07 2006 -0500
+++ b/tools/python/xen/xend/arch.py     Tue Aug 22 16:48:58 2006 -0500
@@ -20,12 +20,12 @@ import os
 import os
 
 _types = {
-       "i386": "x86",
-       "i486": "x86",
-       "i586": "x86",
-       "i686": "x86",
-       "ia64": "ia64",
-       "ppc": "powerpc",
-       "ppc64": "powerpc",
+    "i386": "x86",
+    "i486": "x86",
+    "i586": "x86",
+    "i686": "x86",
+    "ia64": "ia64",
+    "ppc": "powerpc",
+    "ppc64": "powerpc",
 }
 type = _types.get(os.uname()[4], "unknown")

_______________________________________________
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] [XEND][POWERPC] whitespace, Xen patchbot-xenppc-unstable <=