|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] docs: Fix SUPPORT matrix generation after a5968a553f6a
commit 577797a94a947d34c26670e6dd2e2d6840a4f4cf
Author: Julien Grall <jgrall@xxxxxxxxxx>
AuthorDate: Mon May 9 09:07:07 2022 +0100
Commit: Julien Grall <jgrall@xxxxxxxxxx>
CommitDate: Mon May 9 19:09:52 2022 +0100
docs: Fix SUPPORT matrix generation after a5968a553f6a
Commit a5968a553f6a "SUPPORT.MD: Correct the amount of physical memory
supported for Arm" added a support statement split over two lines.
Unfortunately, docs/support-matrix-generate throw an error for it:
Generating support matrix (origin/stable-NN )
+ docs/support-matrix-generate HEAD
https://xenbits.xen.org/docs/unstable/SUPPORT.html origin/stable-NN
https://xenbits.xen.org/docs/NN-testing/SUPPORT.html
Status, x86: Supported up to 8 TiB. Hosts with more memory are
supported, but not security supported.
Status, Arm32: Supported up to 12 GiB
Status, Arm64: Supported up to 2 TiB
^ cannot parse status codeblock line:
supported, but not security supported.
? at docs/parse-support-md line 172, <F> chunk 1.
It would be good to allow split support statement (to keep lines below
80 characters) but my knowledge of the script is very limited.
Therefore, workaround the error by describing the support statement
in one long line.
Fixes: a5968a553f6a "SUPPORT.MD: Correct the amount of physical memory
supported for Arm"
Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx>
Acked-by: George Dunlap <george.dunlap@xxxxxxxxxx>
---
SUPPORT.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/SUPPORT.md b/SUPPORT.md
index cdf93181cf..ee2cd319e2 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -50,8 +50,7 @@ For the Cortex A57 r0p0 - r1p1, see Errata 832075.
### Physical Memory
- Status, x86: Supported up to 8 TiB. Hosts with more memory are
- supported, but not security supported.
+ Status, x86: Supported up to 8 TiB. Hosts with more memory are supported,
but not security supported.
Status, Arm32: Supported up to 12 GiB
Status, Arm64: Supported up to 2 TiB
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |