|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [patch] pass-through: raise VmError if device model takes to
This resolves a syntax error introduced by me.
Cc: Dexuan Cui <dexuan.cui@xxxxxxxxx>
Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
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"
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [patch] pass-through: raise VmError if device model takes too long,
Simon Horman <=
|
|
|
|
|