[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |