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-changelog

[Xen-changelog] Fix call to getVCpuCount for dom0.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 377b64f085d0c1b8cf126b2910d803670100bdff
# Parent  3d27ee7da0c17a37621e5cded2f0c7d18a6cdc5a
Fix call to getVCpuCount for dom0.
 
Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 3d27ee7da0c1 -r 377b64f085d0 tools/python/xen/xend/XendDomain.py
--- a/tools/python/xen/xend/XendDomain.py       Tue Oct 18 16:40:31 2005
+++ b/tools/python/xen/xend/XendDomain.py       Tue Oct 18 16:45:50 2005
@@ -141,7 +141,7 @@
    
         # target == 0 means use all processors
         if target > 0:
-            self.setVCpuCount(target)
+            dom0.setVCpuCount(target)
 
 
     def _add_domain(self, info):

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix call to getVCpuCount for dom0., Xen patchbot -unstable <=