|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [XEND] Two small fixes/improvements from
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Node ID f5321161c649fe4f07027250c4a1f3c4b5fc2ed9
# Parent a855c7d3a5365e002736435343e5e19f008011e6
[XEND] Two small fixes/improvements from Glauber de Oliveira Costa.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
tools/python/xen/xend/XendDomainInfo.py | 2 ++
tools/python/xen/xend/server/blkif.py | 3 +++
2 files changed, 5 insertions(+)
diff -r a855c7d3a536 -r f5321161c649 tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py Thu Oct 19 15:49:16 2006 +0100
+++ b/tools/python/xen/xend/XendDomainInfo.py Thu Oct 19 15:53:12 2006 +0100
@@ -391,6 +391,8 @@ def parseConfig(config):
else:
log.warn("Ignoring malformed and deprecated config option "
"restart = %s", restart)
+
+ result['start_time'] = get_cfg('start_time', float)
log.debug("parseConfig: result is %s", result)
return result
diff -r a855c7d3a536 -r f5321161c649 tools/python/xen/xend/server/blkif.py
--- a/tools/python/xen/xend/server/blkif.py Thu Oct 19 15:49:16 2006 +0100
+++ b/tools/python/xen/xend/server/blkif.py Thu Oct 19 15:53:12 2006 +0100
@@ -81,6 +81,9 @@ class BlkifController(DevController):
'acm_policy' : policy})
devid = blkif.blkdev_name_to_number(dev)
+ if not devid:
+ raise VmError('Unable to find number for device (%s)' % (dev))
+
front = { 'virtual-device' : "%i" % devid,
'device-type' : dev_type
}
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [XEND] Two small fixes/improvements from Glauber de Oliveira Costa.,
Xen patchbot-unstable <=
|
|
|
|
|