xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] xl: vncunused should default to '1'
@ 2010-05-10 23:03 Jeremy Fitzhardinge
  0 siblings, 0 replies; only message in thread
From: Jeremy Fitzhardinge @ 2010-05-10 23:03 UTC (permalink / raw)
  To: Stefano Stabellini; +Cc: Ian Jackson, Xen-devel, Vincent Hanquez

"vncunused" is documented to default to 1.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>

diff -r 71a0257ed7d2 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c	Mon May 10 15:51:49 2010 -0700
+++ b/tools/libxl/xl_cmdimpl.c	Mon May 10 16:02:27 2010 -0700
@@ -209,7 +209,7 @@
     dm_info->vnc = 1;
     dm_info->vnclisten = "127.0.0.1";
     dm_info->vncdisplay = 0;
-    dm_info->vncunused = 0;
+    dm_info->vncunused = 1;
     dm_info->keymap = NULL;
     dm_info->sdl = 0;
     dm_info->opengl = 0;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-10 23:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10 23:03 [PATCH] xl: vncunused should default to '1' Jeremy Fitzhardinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).