|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 2 of 3] support of cpupools in xl: commands and libra
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
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-work-3.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|