|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 1 of 3] To be able to support arbitrary numbers of ph
include the size of cpumaps in the xc-interfaces for cpu pools.
These were:
definition of xc_cpupoolinfo_t
xc_cpupool_getinfo()
xc_cpupool_freeinfo()
xc_cpupool_getinfo() and xc_cpupool_freeinfo() are changed to allocate the
needed buffer and return it.
Signed-off-by: juergen.gross@xxxxxxxxxxxxxx
7 files changed, 174 insertions(+), 152 deletions(-)
tools/libxc/xc_cpupool.c | 118 ++++++++++++++++++++++---------------
tools/libxc/xc_misc.c | 14 ++++
tools/libxc/xenctrl.h | 26 ++++----
tools/libxl/libxl.c | 49 +++++++--------
tools/libxl/libxl_internal.h | 1
tools/libxl/xl_cmdimpl.c | 22 +++---
tools/python/xen/lowlevel/xc/xc.c | 96 ++++++++++++------------------
xen-work-3.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|