|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [xenppc-unstable] [XEND][POWERPC] fix typo
# HG changeset patch
# User Hollis Blanchard <hollisb@xxxxxxxxxx>
# Node ID 5ec3af32d347a058f6939fb9b13c0cb2d6247566
# Parent e06e2cca9f39d56344ec96b90ad4a2405b247996
[XEND][POWERPC] fix typo
Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>
---
tools/python/xen/xend/FlatDeviceTree.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r e06e2cca9f39 -r 5ec3af32d347 tools/python/xen/xend/FlatDeviceTree.py
--- a/tools/python/xen/xend/FlatDeviceTree.py Tue Aug 22 17:26:36 2006 -0400
+++ b/tools/python/xen/xend/FlatDeviceTree.py Tue Aug 22 16:32:54 2006 -0500
@@ -293,7 +293,7 @@ def build(imghandler):
# identical...
cpu0 = None
def _nolinuxprops(fullpath):
- return not os.path.basename(fullpath).startswith('linux,'):
+ return not os.path.basename(fullpath).startswith('linux,')
for i in range(imghandler.vm.getVCpuCount()):
cpu = cpus.addnode('PowerPC,970@0')
_copytree(cpu, 'cpus/PowerPC,970@0', _nolinuxprops)
_______________________________________________
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] fix typo,
Xen patchbot-xenppc-unstable <=
|
|
|
|
|