|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xl: fix broken cpupool-numa-split
# HG changeset patch
# User Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
# Date 1296236475 0
# Node ID b58c9dd4ba907eb5fb3d0053aac6301306568619
# Parent 2831c5c08df968ef474031208e89302f91dfb834
xl: fix broken cpupool-numa-split
The implementation of xl cpupool-numa-split is broken. It adds nodes
to the wrong pool. This was probably a copy and paste error which
happened when libxl_cpupool_cpuadd_node() was introduced.
Reported-by: Andre Przywara <andre.przywara@xxxxxxx>
Signed-off-by: Juergen Gross <juergen.gross@xxxxxxxxxxxxxx>
Acked-by: George Dunlap <george.dunlap@xxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
tools/libxl/xl_cmdimpl.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 2831c5c08df9 -r b58c9dd4ba90 tools/libxl/xl_cmdimpl.c
--- a/tools/libxl/xl_cmdimpl.c Fri Jan 28 16:54:13 2011 +0000
+++ b/tools/libxl/xl_cmdimpl.c Fri Jan 28 17:41:15 2011 +0000
@@ -5825,7 +5825,7 @@ int main_cpupoolnumasplit(int argc, char
goto out;
}
- ret = -libxl_cpupool_cpuadd_node(&ctx, 0, node, &n);
+ ret = -libxl_cpupool_cpuadd_node(&ctx, poolid, node, &n);
if (ret) {
fprintf(stderr, "error on adding cpus to cpupool\n");
goto out;
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] xl: fix broken cpupool-numa-split,
Xen patchbot-unstable <=
|
|
|
|
|