]> xenbits.xensource.com Git - xen.git/commit
xl: fix broken cpupool-numa-split
authorJuergen Gross <juergen.gross@ts.fujitsu.com>
Fri, 28 Jan 2011 17:41:15 +0000 (17:41 +0000)
committerJuergen Gross <juergen.gross@ts.fujitsu.com>
Fri, 28 Jan 2011 17:41:15 +0000 (17:41 +0000)
commit852c37f5a82e271f51c9e47c5c5f855c8a45d06b
tree853302277f4bb4bd8b897b105f367e7975195b7d
parent3146a8a802232659e3264c6b67b0c4195b8c237e
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@amd.com>
Signed-off-by: Juergen Gross <juergen.gross@ts.fujitsu.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c