|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xend: Allow disable QEMU monitor by setti
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1262595893 0
# Node ID 042b371d8728843cef41dd3827ab026607c83ed1
# Parent d3215a968db99f4a792cf94e0ba393c219d4aebd
xend: Allow disable QEMU monitor by settinbg option to 0 in config file.
Signed-off-by: Daniel Kiper <dkiper@xxxxxxxxxxxx>
---
tools/python/xen/xend/image.py | 2 ++
1 files changed, 2 insertions(+)
diff -r d3215a968db9 -r 042b371d8728 tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Mon Jan 04 09:03:42 2010 +0000
+++ b/tools/python/xen/xend/image.py Mon Jan 04 09:04:53 2010 +0000
@@ -376,6 +376,8 @@ class ImageHandler:
ret = ret + ['-monitor',
vmConfig['platform'].get('monitor_path')]
else:
ret = ret + ['-monitor', 'vc']
+ else:
+ ret = ret + ['-monitor', 'null']
return ret
_______________________________________________
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: Allow disable QEMU monitor by settinbg option to 0 in config file.,
Xen patchbot-unstable <=
|
|
|
|
|