* [PATCH] novnc-dryrun.patch
@ 2005-06-21 21:15 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-06-21 21:15 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
Don't start VNC on a dry run.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
--- a/tools/python/xen/xm/create.py Tue Jun 21 19:12:48 2005
+++ b/tools/python/xen/xm/create.py Tue Jun 21 13:50:09 2005
@@ -618,6 +618,7 @@
config = opts.vals.config
else:
opts.load_defconfig()
+ opts.vals.vnc = not opts.vals.dryrun
preprocess(opts, opts.vals)
if not opts.getopt('name') and opts.getopt('defconfig'):
opts.setopt('name', os.path.basename(opts.getopt('defconfig')))
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-21 21:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-21 21:15 [PATCH] novnc-dryrun.patch Arun Sharma
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.