From: Wei Chen <wei.c...@arm.com> Current numa command in documentation is x86 only. Remove x86 from numa command's arch limitation in this patch.
Signed-off-by: Wei Chen <wei.c...@arm.com> Signed-off-by: Henry Wang <henry.w...@arm.com> Acked-by: Jan Beulich <jbeul...@suse.com> --- v2 -> v3: 1. Add the Acked-by tag from Jan. v1 -> v2: 1. Update Arm NUMA status in SUPPORT.md to "Tech Preview". --- SUPPORT.md | 1 + docs/misc/xen-command-line.pandoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/SUPPORT.md b/SUPPORT.md index aa1940e55f..da4e3b9aa2 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -401,6 +401,7 @@ on embedded platforms and the x86 PV shim. Enables NUMA aware scheduling in Xen Status, x86: Supported + Status, Arm: Tech Preview ## Scalability diff --git a/docs/misc/xen-command-line.pandoc b/docs/misc/xen-command-line.pandoc index e0b89b7d33..2fea22dd70 100644 --- a/docs/misc/xen-command-line.pandoc +++ b/docs/misc/xen-command-line.pandoc @@ -1890,7 +1890,7 @@ i.e. a limit on the number of guests it is possible to start each having assigned a device sharing a common interrupt line. Accepts values between 1 and 255. -### numa (x86) +### numa > `= on | off | fake=<integer> | noacpi` > Default: `on` -- 2.25.1