Mark Johnson wrote:


Boris Derzhavets wrote:
xvm 3.3.2 is affected by well known bug view CS 19740 (xen-3.4-testing.hg).
Failure to startup DomUs with timeout=0

--- pygrub-xen341 2009-08-17 22:22:29.000000000 +0300
+++ pygrub 2009-08-19 18:39:17.000000000 +0300
@@ -447,7 +447,7 @@
# So we may come here even after a key has been pressed.
# Check both timeout and mytime to avoid exiting
# when we shouldn't.
- if timeout != -1 and mytime >= int(timeout):
+ if mytime >= int(timeout):
self.isdone = True
break
else:


Thanks Boris... I'll see if can get the fix integrated into b126.



We already have integrated a fix for this one...
   xen.hg/.hg/patches/curses-timeout-workaround




MRJ

_______________________________________________
xen-discuss mailing list
xen-discuss@opensolaris.org

Reply via email to