Re: [Xen-devel] [PATCH v6 09/23] libxl: introduce libxl__vnuma_config_check

2015-03-02 Thread Dario Faggioli
On Mon, 2015-03-02 at 15:34 +, Ian Campbell wrote: > On Thu, 2015-02-26 at 15:55 +, Wei Liu wrote: > > This function is used to check whether vNUMA configuration (be it > > auto-generated or supplied by user) is valid. > > > > Define a new error code ERROR_VNUMA_CONFIG_INVALID. > > > > Th

Re: [Xen-devel] [PATCH v6 09/23] libxl: introduce libxl__vnuma_config_check

2015-03-02 Thread Wei Liu
On Mon, Mar 02, 2015 at 03:34:58PM +, Ian Campbell wrote: > On Thu, 2015-02-26 at 15:55 +, Wei Liu wrote: > > This function is used to check whether vNUMA configuration (be it > > auto-generated or supplied by user) is valid. > > > > Define a new error code ERROR_VNUMA_CONFIG_INVALID. > >

Re: [Xen-devel] [PATCH v6 09/23] libxl: introduce libxl__vnuma_config_check

2015-03-02 Thread Ian Campbell
On Thu, 2015-02-26 at 15:55 +, Wei Liu wrote: > This function is used to check whether vNUMA configuration (be it > auto-generated or supplied by user) is valid. > > Define a new error code ERROR_VNUMA_CONFIG_INVALID. > > The checks performed can be found in the comment of the function. > >

[Xen-devel] [PATCH v6 09/23] libxl: introduce libxl__vnuma_config_check

2015-02-26 Thread Wei Liu
This function is used to check whether vNUMA configuration (be it auto-generated or supplied by user) is valid. Define a new error code ERROR_VNUMA_CONFIG_INVALID. The checks performed can be found in the comment of the function. This vNUMA function (and future ones) is placed in a new file call