|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xend: vncconsole config option mustn't be
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1217940325 -3600
# Node ID 0afe2978530558f0e06555dd7ec081130c601f9a
# Parent 18b41609a980ce763cb6c666a74df2b0f6bb36e8
xend: vncconsole config option mustn't be a string
Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
tools/python/xen/xend/image.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 18b41609a980 -r 0afe29785305 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Tue Aug 05 13:23:59 2008 +0100
+++ b/tools/python/xen/xend/image.py Tue Aug 05 13:45:25 2008 +0100
@@ -114,7 +114,7 @@ class ImageHandler:
self.display = vmConfig['platform'].get('display')
self.xauthority = vmConfig['platform'].get('xauthority')
- self.vncconsole = vmConfig['platform'].get('vncconsole')
+ self.vncconsole = int(vmConfig['platform'].get('vncconsole', 0))
self.dmargs = self.parseDeviceModelArgs(vmConfig)
self.pid = None
rtc_timeoffset = vmConfig['platform'].get('rtc_timeoffset')
_______________________________________________
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: vncconsole config option mustn't be a string,
Xen patchbot-unstable <=
|
|
|
|
|