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] [xen-unstable] Added uuid to the PIF record.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Added uuid to the PIF record.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 31 Jan 2007 07:05:19 -0800
Delivery-date: Wed, 31 Jan 2007 07:07:25 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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 Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Date 1170165105 0
# Node ID a9912f2e472b0c2b3b49eb176407f238973c2baf
# Parent  4637dfae085676891e8abb48deedc95fcff85467
Added uuid to the PIF record.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendPIF.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r 4637dfae0856 -r a9912f2e472b tools/python/xen/xend/XendPIF.py
--- a/tools/python/xen/xend/XendPIF.py  Tue Jan 30 13:46:46 2007 +0000
+++ b/tools/python/xen/xend/XendPIF.py  Tue Jan 30 13:51:45 2007 +0000
@@ -117,7 +117,8 @@ class XendPIF:
         return success
 
     def get_record(self):
-        return {'device': self.device,
+        return {'uuid': self.uuid,
+                'device': self.device,
                 'MAC': self.mac,
                 'MTU': self.mtu,
                 'VLAN': self.vlan,

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Added uuid to the PIF record., Xen patchbot-unstable <=