[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xend: Remove duplicate setResume() method.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1204194705 0 # Node ID f8624b023d67820a9ee92f3cf149ffc2f808311a # Parent c19044cad1a305a9931b3b62039c13a8d4f1cb62 xend: Remove duplicate setResume() method. Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 3 --- 1 files changed, 3 deletions(-) diff -r c19044cad1a3 -r f8624b023d67 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Thu Feb 28 10:30:21 2008 +0000 +++ b/tools/python/xen/xend/XendDomainInfo.py Thu Feb 28 10:31:45 2008 +0000 @@ -1406,9 +1406,6 @@ class XendDomainInfo: def setWeight(self, cpu_weight): self.info['vcpus_params']['weight'] = cpu_weight - def setResume(self, state): - self._resume = state - def getRestartCount(self): return self._readVm('xend/restart_count') _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |