aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
diff options
context:
space:
mode:
authorJuergen Gross <juergen.gross@ts.fujitsu.com>2010-12-09 11:50:53 +0100
committerJuergen Gross <juergen.gross@ts.fujitsu.com>2010-12-09 11:50:53 +0100
commit223965ab11fb667cf46478f42f23f9601e19fb1f (patch)
treec1f5ca851a29864e1426fff3a355b9aca8f89569 /tools/libxl/xl.h
parentd567ebfef17b1baf331d50af13b97725a7c43b39 (diff)
downloadxen-223965ab11fb667cf46478f42f23f9601e19fb1f.tar.gz
xen-223965ab11fb667cf46478f42f23f9601e19fb1f.tar.bz2
xen-223965ab11fb667cf46478f42f23f9601e19fb1f.zip
Support new xl command cpupool-numa-split
New xl command cpupool-numa-split which will create one cpupool for each numa node of the machine. Can be called only if no other cpupools than Pool 0 are defined. After creation the cpupools can be managed as usual. Signed-off-by: juergen.gross@ts.fujitsu.com Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxl/xl.h')
-rw-r--r--tools/libxl/xl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h
index 64133e4187..bb3aca23ed 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -86,6 +86,7 @@ int main_cpupoolrename(int argc, char **argv);
int main_cpupoolcpuadd(int argc, char **argv);
int main_cpupoolcpuremove(int argc, char **argv);
int main_cpupoolmigrate(int argc, char **argv);
+int main_cpupoolnumasplit(int argc, char **argv);
void help(const char *command);