[PATCH v1] docs/xl: fix cpupool-cpu-remove

Olaf Hering posted 1 patch 4 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20201106130518.26875-1-olaf@aepfle.de
Maintainers: Wei Liu <wl@xen.org>, Ian Jackson <iwj@xenproject.org>
docs/man/xl.1.pod.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] docs/xl: fix cpupool-cpu-remove
Posted by Olaf Hering 4 years ago
The cpu-pool must be specified.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
---
 docs/man/xl.1.pod.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/man/xl.1.pod.in b/docs/man/xl.1.pod.in
index d0f50f0b4a..2f576a25e3 100644
--- a/docs/man/xl.1.pod.in
+++ b/docs/man/xl.1.pod.in
@@ -1357,7 +1357,7 @@ All the specified CPUs that can be added to the cpupool will be added
 to it. If some CPU can't (e.g., because they're already part of another
 cpupool), an error is reported about each one of them.
 
-=item B<cpupool-cpu-remove> I<cpus|node:nodes>
+=item B<cpupool-cpu-remove> I<cpu-pool> I<cpus|node:nodes>
 
 Removes one or more CPUs or NUMA nodes from I<cpu-pool>. CPUs and NUMA
 nodes can be specified as single CPU/node IDs or as ranges, using the

Re: [PATCH v1] docs/xl: fix cpupool-cpu-remove
Posted by Wei Liu 4 years ago
On Fri, Nov 06, 2020 at 02:05:17PM +0100, Olaf Hering wrote:
> The cpu-pool must be specified.
> 
> Signed-off-by: Olaf Hering <olaf@aepfle.de>

Acked-by: Wei Liu <wl@xen.org>