Juergen Gross
2011-Feb-14 10:03 UTC
[Xen-devel] [PATCH] Support more than 32 vcpus for xl vcpu-set
xl vcpu-set currently uses a 32 bit mask for specifying which cpus are to be set online. This restricts the number of cpus supported by this command. The patch switches to libxl_cpumap, the interface of libxl_set_vcpuonline() is changed accordingly. Signed-off-by: juergen.gross@ts.fujitsu.com 3 files changed, 14 insertions(+), 8 deletions(-) tools/libxl/libxl.c | 4 ++-- tools/libxl/libxl.h | 2 +- tools/libxl/xl_cmdimpl.c | 16 +++++++++++----- _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2011-Feb-14 16:56 UTC
Re: [Xen-devel] [PATCH] Support more than 32 vcpus for xl vcpu-set
Juergen Gross writes ("[Xen-devel] [PATCH] Support more than 32 vcpus for xl vcpu-set"):> xl vcpu-set currently uses a 32 bit mask for specifying which cpus are to be > set online. This restricts the number of cpus supported by this command. > > The patch switches to libxl_cpumap, the interface of libxl_set_vcpuonline() > is changed accordingly.Applied, thanks. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel