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] Added a comment.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID f710753a40268902774c205bd45a7bd22ee78dfa
# Parent  43e25c2653ee6765491d235ae2af799ae1a8c746
Added a comment.

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

diff -r 43e25c2653ee -r f710753a4026 
tools/python/xen/xend/server/DevController.py
--- a/tools/python/xen/xend/server/DevController.py     Fri Nov 25 23:19:23 2005
+++ b/tools/python/xen/xend/server/DevController.py     Sat Nov 26 00:38:45 2005
@@ -139,6 +139,7 @@
                           (devid, self.deviceClass))
 
         elif status == Missing:
+            # Don't try to destroy the device; it's already gone away.
             raise VmError("Device %s (%s) could not be connected. "
                           "Device not found." % (devid, self.deviceClass))
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added a comment., Xen patchbot -unstable <=