* [PATCH] fix vmx guest creation fail due to vbd connection error detection
@ 2005-11-02 6:44 Ling, Xiaofeng
0 siblings, 0 replies; only message in thread
From: Ling, Xiaofeng @ 2005-11-02 6:44 UTC (permalink / raw)
To: xen-devel
Changeset 7582 adds vbd connect error detection, this cause vmx guest
creation fail.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
diff -r ae2e13795c63 tools/python/xen/xend/server/DevController.py
--- a/tools/python/xen/xend/server/DevController.py Tue Nov 1
19:13:06 2005 +0100
+++ b/tools/python/xen/xend/server/DevController.py Wed Nov 2
14:38:31 2005 +0800
@@ -57,6 +57,8 @@
@return The ID for the newly created device.
"""
(devid, back, front) = self.getDeviceDetails(config)
+ if devid == 0:
+ return devid
self.writeDetails(config, devid, back, front)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-02 6:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-02 6:44 [PATCH] fix vmx guest creation fail due to vbd connection error detection Ling, Xiaofeng
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.