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); > > > +

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 > > Cc: Ia

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

2015-02-24 Thread Dario Faggioli
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 > Cc: Ian Campbell > Cc: Ian Jackson > This all looks pretty good to me. I only have

[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 Cc: Ian Campbell Cc: Ian Jackson --- Changes in v5: 1. New syntax for vNUMA configuration. --- docs/man/xl.cfg.pod.5| 54 +