|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 2 of 3] support of cpupools in xl: commands and l
On Tue, 2010-10-05 at 14:45 +0100, Juergen Gross wrote:
> Support of cpu pools in xl:
> library functions
> xl pool-create
> xl pool-list
> xl pool-destroy
> xl pool-cpu-add
> xl pool-cpu-remove
> xl pool-migrate
> Renamed all cpu pool related names to *cpupool*
>
> Signed-off-by: juergen.gross@xxxxxxxxxxxxxx
Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
>
>
> 13 files changed, 827 insertions(+), 86 deletions(-)
> tools/libxl/libxl.c | 203 +++++++++++++++
> tools/libxl/libxl.h | 13 -
> tools/libxl/libxl.idl | 16 -
> tools/libxl/libxl_internal.h | 2
> tools/libxl/libxl_utils.c | 93 ++++++-
> tools/libxl/libxl_utils.h | 10
> tools/libxl/libxltypes.py | 5
> tools/libxl/libxlu_cfg_l.c | 30 --
> tools/libxl/libxlu_cfg_l.h | 18 -
> tools/libxl/xl.h | 6
> tools/libxl/xl_cmdimpl.c | 472 ++++++++++++++++++++++++++++++++++++-
> tools/libxl/xl_cmdtable.c | 35 ++
> tools/python/xen/lowlevel/xl/xl.c | 10
>
>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|