qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/5] docs: Don't document disabled features


From: Kevin Wolf
Subject: [PATCH 0/5] docs: Don't document disabled features
Date: Mon, 31 Jan 2022 18:04:06 +0100

It was reported that it's confusing that the QEMU man page contains
documentation of features that aren't even available in the build
because they were disabled during configure.

This series makes documentation for some block drivers conditional so
that it is only included in the man page (and other documentation) when
the feature is actually available in the build.

Kevin Wolf (5):
  docs: Pass disabled configure options to sphinx
  docs: Only mention iscsi in the man page when available
  docs: Only mention ssh in the man page when available
  docs: Only mention curl in the man page when available
  docs: Only mention gluster in the man page when available

 docs/meson.build                      |  10 +
 docs/system/device-url-syntax.rst.inc | 252 +++++++++++++-------------
 qemu-options.hx                       |   9 +-
 3 files changed, 146 insertions(+), 125 deletions(-)

-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]