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] Remove assignment to unused field memory_target.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Remove assignment to unused field memory_target.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Sep 2005 13:26:17 +0000
Delivery-date: Mon, 19 Sep 2005 13:25:45 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@ewan
# Node ID 702e7f173465b5cbc16d0fc38f81602e9480e9c8
# Parent  191ffe9a9967001f1a49f9c896b661f80e261e97
Remove assignment to unused field memory_target.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 191ffe9a9967 -r 702e7f173465 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py   Sat Sep 17 20:00:33 2005
+++ b/tools/python/xen/xend/XendDomainInfo.py   Sat Sep 17 21:34:34 2005
@@ -368,7 +368,6 @@
         self.storeDom("console/ring-ref", ref)
 
     def setMemoryTarget(self, target):
-        self.memory_target = target
         self.storeDom("memory/target", target)
 
     def update(self, info=None):

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove assignment to unused field memory_target., Xen patchbot -unstable <=