Re: [Xen-devel] [PATCH for 4.6 v3 3/3] xl: handle empty vnuma configuration

2015-09-10 Thread Ian Campbell
On Thu, 2015-09-10 at 15:50 +0100, Wei Liu wrote: > When user specifies vnuma = [], we need to skip the whole parser > function, otherwise the parser sets b_info->max_memkb to garbage value. Arguably the bug here is in the code which does so without reference to num_vnuma (the majority of this fun

[Xen-devel] [PATCH for 4.6 v3 3/3] xl: handle empty vnuma configuration

2015-09-10 Thread Wei Liu
When user specifies vnuma = [], we need to skip the whole parser function, otherwise the parser sets b_info->max_memkb to garbage value. Signed-off-by: Wei Liu --- tools/libxl/xl_cmdimpl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c