search for: 8d41996e6897

Displaying 1 result from an estimated 1 matches for "8d41996e6897".

2008 Oct 28
0
[PATCH] Fix typo in waitForBackend() for phantom VBDs
Hi, I believe that a value of "result[''status'']" is an integer, isn''t a character string. diff -r 8d41996e6897 tools/python/xen/xend/server/DevController.py --- a/tools/python/xen/xend/server/DevController.py Mon Oct 27 18:51:52 2008 +0000 +++ b/tools/python/xen/xend/server/DevController.py Tue Oct 28 09:14:53 2008 +0900 @@ -542,7 +542,7 @@ class DevController: xswatch(statusPath, hotplugStatus...