Displaying 1 result from an estimated 1 matches for "6d605ec6bcd8".
2010 Sep 02
0
[PATCH] xl: parse the maxvcpus config file parameter
xl: parse the maxvcpus config file parameter
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
diff -r 6d605ec6bcd8 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c Thu Sep 02 12:38:13 2010 +0100
+++ b/tools/libxl/xl_cmdimpl.c Thu Sep 02 14:15:08 2010 +0100
@@ -687,6 +687,9 @@ static void parse_config_data(const char
b_info->cur_vcpus = (1 << l) - 1;
}
+ if (!xlu_cfg_get_long (...