|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Allow explicit NUMA placements of guests
On Fri, Mar 14, 2008 at 03:34:11PM +0100, Andre Przywara wrote:
> diff -r f33328217eee -r 6ca722ad5208 tools/python/xen/xend/XendConfig.py
> --- a/tools/python/xen/xend/XendConfig.py Mon Mar 10 22:51:57 2008 +0000
> +++ b/tools/python/xen/xend/XendConfig.py Fri Mar 14 15:18:32 2008 +0100
> @@ -152,6 +152,7 @@ XENAPI_CFG_TYPES = {
> 'memory_dynamic_min': int,
> 'memory_dynamic_max': int,
> 'cpus': list,
> + 'numanodes': list,
You need to update the API document and the changelog if you're
extending it...
regards
john
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|