All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] docs: Remove bogus mailto links, minor cleanups
@ 2026-01-15 14:26 Peter Maydell
  2026-01-15 14:26 ` [PATCH 1/4] docs/system/arm/xlnx-zynq.rst: Improve docs rendering Peter Maydell
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Peter Maydell @ 2026-01-15 14:26 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Daniel P. Berrangé, Thomas Huth,
	Markus Armbruster, Philippe Mathieu-Daudé, Edgar E. Iglesias,
	Alistair Francis, Zhang Chen, Li Zhijian

I noticed while reviewing a patch to add documentation for
a new Arm board that an unescaped '@' character resulted in
an unintended mailto: hyperlink. This prompted me to grep
to see if we had any others of those, which we do. This
series fixes them, plus some other things I noticed along
the way.
 
The first patch cleans up some awkward rendering in the
xilinx-zynq-a9 board docs, including dropping a hex
address that was triggering a mailto: hyperlink.
 
Patch 2 is all the easy cases which we can just escape
or put into ``...`` preformatted text.
 
Patch 3 removes some uses of "@var{...}" in qemu-options.hx
which may be there because the authors had the impression
that that would be rendered into italics -- it isn't.
I've replaced them with uses of "<...>" as the most
common way we currently mark up "my-option=<something>".
These aren't mis-rendering as mailto links because they
all happen to already be in preformatted text.
 
Patch 4 makes a bigger cleanup to the colo-compare
option docs: it also uses "@var{...}" and here it is
causing mailto links to be generated.

thanks
-- PMM

Peter Maydell (4):
  docs/system/arm/xlnx-zynq.rst: Improve docs rendering
  docs: avoid unintended mailto: hyperlinks
  qemu-options.hx: Drop uses of @var
  qemu-options.hx: Improve formatting in colo-compare docs

 docs/devel/submitting-a-patch.rst     |  2 +-
 docs/system/arm/xlnx-zynq.rst         | 51 ++++++++++++++-------------
 docs/system/device-url-syntax.rst.inc |  4 +--
 docs/system/vnc-security.rst          |  6 ++--
 qemu-options.hx                       | 51 ++++++++++++++++-----------
 5 files changed, 63 insertions(+), 51 deletions(-)

-- 
2.47.3



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-01-23 12:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-15 14:26 [PATCH 0/4] docs: Remove bogus mailto links, minor cleanups Peter Maydell
2026-01-15 14:26 ` [PATCH 1/4] docs/system/arm/xlnx-zynq.rst: Improve docs rendering Peter Maydell
2026-01-15 14:26 ` [PATCH 2/4] docs: avoid unintended mailto: hyperlinks Peter Maydell
2026-01-19 15:01   ` Markus Armbruster
2026-01-20  5:23   ` Philippe Mathieu-Daudé
2026-01-15 14:26 ` [PATCH 3/4] qemu-options.hx: Drop uses of @var Peter Maydell
2026-01-19 14:54   ` Markus Armbruster
2026-01-19 15:06     ` Peter Maydell
2026-01-20 13:07       ` Peter Maydell
2026-01-23 12:34         ` Markus Armbruster
2026-01-15 14:26 ` [PATCH 4/4] qemu-options.hx: Improve formatting in colo-compare docs Peter Maydell
2026-01-15 17:34   ` Zhang Chen
2026-01-15 14:42 ` [PATCH 0/4] docs: Remove bogus mailto links, minor cleanups Alex Bennée
2026-01-15 17:39 ` Zhang Chen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.