Re: [Xen-devel] [PATCH v5 24/24] xl: vNUMA support

2015-02-24 Thread Wei Liu
On Tue, Feb 24, 2015 at 04:19:02PM +, Dario Faggioli wrote: On Thu, 2015-02-12 at 19:44 +, Wei Liu wrote: This patch includes configuration options parser and documentation. Please find the hunk to xl.cfg.pod.5 for more information. Signed-off-by: Wei Liu wei.l...@citrix.com

Re: [Xen-devel] [PATCH v5 24/24] xl: vNUMA support

2015-02-24 Thread Dario Faggioli
On Tue, 2015-02-24 at 16:31 +, Wei Liu wrote: On Tue, Feb 24, 2015 at 04:19:02PM +, Dario Faggioli wrote: +} else if (!strcmp(size, option)) { +val = strtoul(value, endptr, 10); +ABORT_IF_FAILED(value); +

[Xen-devel] [PATCH v5 24/24] xl: vNUMA support

2015-02-12 Thread Wei Liu
This patch includes configuration options parser and documentation. Please find the hunk to xl.cfg.pod.5 for more information. Signed-off-by: Wei Liu wei.l...@citrix.com Cc: Ian Campbell ian.campb...@citrix.com Cc: Ian Jackson ian.jack...@eu.citrix.com --- Changes in v5: 1. New syntax for vNUMA