All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] pass-through: raise VmError if device model takes too long
@ 2009-09-08  7:07 Simon Horman
  0 siblings, 0 replies; only message in thread
From: Simon Horman @ 2009-09-08  7:07 UTC (permalink / raw)
  To: xen-devel; +Cc: Dexuan Cui

This resolves a syntax error introduced by me.

Cc: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Simon Horman <horms@verge.net.au>

Index: xen-unstable.hg/tools/python/xen/xend/image.py
===================================================================
--- xen-unstable.hg.orig/tools/python/xen/xend/image.py	2009-09-08 17:02:01.000000000 +1000
+++ xen-unstable.hg/tools/python/xen/xend/image.py	2009-09-08 17:02:03.000000000 +1000
@@ -475,7 +475,7 @@ class ImageHandler:
             if count < 100:
                 continue
 
-            VmError('Device model isn\'t ready for commands')
+            raise VmError('Device model isn\'t ready for commands')
 
         if par is not None:
             xstransact.Store("/local/domain/0/device-model/%i"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-08  7:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-08  7:07 [patch] pass-through: raise VmError if device model takes too long Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.