|
|
|
|
|
|
|
|
|
|
xen-changelog
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 95552dc317cfc2a0c8f4bef6d44ea75cc1b4a7ea
# Parent a97fe1ca116e67b07f9a9307c4371ae985b375e1
# Parent 24cc62b429f089000cbb4a147d032955bbfad77d
Merged.
diff -r a97fe1ca116e -r 95552dc317cf tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Mon Apr 3 22:57:42 2006
+++ b/tools/python/xen/xend/XendDomainInfo.py Mon Apr 3 22:58:40 2006
@@ -333,7 +333,7 @@
else:
# remove this element from the list
if c[0] == '^':
- cpus = [x for x in cpus if x != int(c[1])]
+ cpus = [x for x in cpus if x != int(c[1:])]
else:
cpus.append(int(c))
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-changelog] Merged.,
Xen patchbot -unstable <=
|
|
|
|
|