* [PATCH] Documentation: KVM: Use unordered list for pre-init VGIC registers
@ 2025-07-29 15:22 Oliver Upton
0 siblings, 0 replies; only message in thread
From: Oliver Upton @ 2025-07-29 15:22 UTC (permalink / raw)
To: kvmarm
Cc: Marc Zyngier, Joey Gouly, Suzuki K Poulose, Zenghui Yu,
Oliver Upton, Stephen Rothwell
The intent was to create a single column table, however the markup used
was actually for a header which led to docs build failures:
Sphinx parallel build error:
docutils.utils.SystemMessage: Documentation/virt/kvm/devices/arm-vgic-v3.rst:128: (SEVERE/4) Unexpected section title or transition.
Fix the issue by converting the attempted table to an unordered list.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20250729142217.0d4e64cd@canb.auug.org.au/
Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
---
Documentation/virt/kvm/devices/arm-vgic-v3.rst | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/Documentation/virt/kvm/devices/arm-vgic-v3.rst b/Documentation/virt/kvm/devices/arm-vgic-v3.rst
index 72c4534b10a8..ff02102f7141 100644
--- a/Documentation/virt/kvm/devices/arm-vgic-v3.rst
+++ b/Documentation/virt/kvm/devices/arm-vgic-v3.rst
@@ -125,11 +125,8 @@ Groups:
Userspace is allowed to write the following register fields prior to
initialization of the VGIC:
- =====================
- GICD_IIDR.Revision
- GICD_TYPER2.nASSGIcap
- =====================
-
+ * GICD_IIDR.Revision
+ * GICD_TYPER2.nASSGIcap
GICD_IIDR.Revision is updated when the KVM implementation is changed in a
way directly observable by the guest or userspace. Userspace should read
base-commit: 18ec25dd0e97653cdb576bb1750c31acf2513ea7
--
2.39.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-07-29 15:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 15:22 [PATCH] Documentation: KVM: Use unordered list for pre-init VGIC registers Oliver Upton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox