search for: 71a0257ed7d2

Displaying 1 result from an estimated 1 matches for "71a0257ed7d2".

2010 May 10
0
[PATCH] xl: vncunused should default to ''1''
"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->vn...