|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] SUPPORT.MD: Fix matrix generation after 43c416d0d819 and 77c39a53cf5b
commit d638e304f13a5ef7d125de5ace5f7828a7b25bac
Author: Julien Grall <jgrall@xxxxxxxxxx>
AuthorDate: Thu Mar 14 17:39:29 2024 +0000
Commit: Julien Grall <jgrall@xxxxxxxxxx>
CommitDate: Thu Mar 14 17:56:29 2024 +0000
SUPPORT.MD: Fix matrix generation after 43c416d0d819 and 77c39a53cf5b
The script docs/support-matrix-generate throw the following error on the
latest staging.
MDCCSR_EL0
DBGDTR_EL0
DBGDTRTX_EL0
DBGDTRRX_EL0
DBGDSCRINT
DBGDTRTXINT
DBGDTRRXINT
^ cannot parse status codeblock line:
MDCCSR_EL0
? at docs/parse-support-md line 172, <F> chunk 1.
With the current indentation, it looks like the script thinks this is
a status code block.
Solve the issue by switching to a bullet list.
Fixes: 43c416d0d819 ("xen/arm: arm64: Add emulation of Debug Data Transfer
Registers")
Fixes: 77c39a53cf5b ("xen/arm: arm32: Add emulation of Debug Data Transfer
Registers")
Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
---
SUPPORT.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/SUPPORT.md b/SUPPORT.md
index 58f075538f..e10d46d924 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -111,13 +111,13 @@ that would normally trigger a fault injection.
Only the following system registers are security supported:
- MDCCSR_EL0
- DBGDTR_EL0
- DBGDTRTX_EL0
- DBGDTRRX_EL0
- DBGDSCRINT
- DBGDTRTXINT
- DBGDTRRXINT
+ * MDCCSR_EL0
+ * DBGDTR_EL0
+ * DBGDTRTX_EL0
+ * DBGDTRRX_EL0
+ * DBGDSCRINT
+ * DBGDTRTXINT
+ * DBGDTRRXINT
### ARM Scalable Vector Extension (SVE/SVE2)
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |