[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xl: "vncunused" is documented to default to 1.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1273563445 -3600 # Node ID 2457ae69bdf53c74daee6b90e6fd02a9c8c029ae # Parent 3289dac49af4cfa56f55ce61c7f47dbb8d5c3714 xl: "vncunused" is documented to default to 1. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx> --- tools/libxl/xl_cmdimpl.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 3289dac49af4 -r 2457ae69bdf5 tools/libxl/xl_cmdimpl.c --- a/tools/libxl/xl_cmdimpl.c Tue May 11 08:36:30 2010 +0100 +++ b/tools/libxl/xl_cmdimpl.c Tue May 11 08:37:25 2010 +0100 @@ -209,7 +209,7 @@ static void init_dm_info(libxl_device_mo 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; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |