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] Fix PIFIsPhysical exception when starting

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix PIFIsPhysical exception when starting Xend
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 03 May 2007 08:20:11 -0700
Delivery-date: Thu, 03 May 2007 08:19:24 -0700
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 Tom Wilkie <tom.wilkie@xxxxxxxxx>
# Date 1178119985 -3600
# Node ID da02af7b55b94ad975cbb0216ceb0a75b6d0d2ce
# Parent  2a530128f1dccd38a7a9514d4e7dbc08a0ee5760
Fix PIFIsPhysical exception when starting Xend

signed-off-by: Tom Wilkie <tom.wilkie@xxxxxxxxx>
---
 tools/python/xen/xend/XendPIF.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 2a530128f1dc -r da02af7b55b9 tools/python/xen/xend/XendPIF.py
--- a/tools/python/xen/xend/XendPIF.py  Tue May 01 11:40:40 2007 +0100
+++ b/tools/python/xen/xend/XendPIF.py  Wed May 02 16:33:05 2007 +0100
@@ -205,7 +205,7 @@ class XendPIF(XendBase):
         ifs = [dev for dev, _1, _2 in linux_get_phy_ifaces()]
         if pif.get_VLAN() == -1:
             if pif.get_device() not in ifs:
-                pif.destroy()
+                XendBase.destroy(self)
                 metrics.destroy()
                 return None
         else:

_______________________________________________
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] Fix PIFIsPhysical exception when starting Xend, Xen patchbot-unstable <=