[PULL 0/6] documentation updates

Thomas Huth posted 6 patches 2 years, 7 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210825110018.100913-1-thuth@redhat.com
docs/about/deprecated.rst       |  56 +++++++-------
docs/about/removed-features.rst | 157 ++++++++++++++++++---------------------
docs/devel/ci-jobs.rst          |  40 ++++++++++
docs/devel/ci-runners.rst       | 117 +++++++++++++++++++++++++++++
docs/devel/ci.rst               | 159 +---------------------------------------
docs/meson.build                |   2 +-
6 files changed, 259 insertions(+), 272 deletions(-)
create mode 100644 docs/devel/ci-jobs.rst
create mode 100644 docs/devel/ci-runners.rst
[PULL 0/6] documentation updates
Posted by Thomas Huth 2 years, 7 months ago
 Hi Peter!

The following changes since commit f9baca549e44791be0dd98de15add3d8452a8af0:

  Update version for v6.1.0 release (2021-08-24 17:59:52 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-08-25

for you to fetch changes up to 2e8801988282bf3a45b495efa8438509ff68056d:

  docs: make sphinx-build be quiet by default (2021-08-25 12:19:18 +0200)

----------------------------------------------------------------
* Various updates for the documentation

----------------------------------------------------------------
Daniel P. Berrangé (2):
      docs: split the CI docs into two files
      docs: make sphinx-build be quiet by default

Thomas Huth (1):
      docs/about/removed-features: Move some CLI options to the right location

Yanan Wang (3):
      docs/about: Remove the duplicated doc
      docs/about: Unify the subject format
      docs/about: Add the missing release record in the subject

 docs/about/deprecated.rst       |  56 +++++++-------
 docs/about/removed-features.rst | 157 ++++++++++++++++++---------------------
 docs/devel/ci-jobs.rst          |  40 ++++++++++
 docs/devel/ci-runners.rst       | 117 +++++++++++++++++++++++++++++
 docs/devel/ci.rst               | 159 +---------------------------------------
 docs/meson.build                |   2 +-
 6 files changed, 259 insertions(+), 272 deletions(-)
 create mode 100644 docs/devel/ci-jobs.rst
 create mode 100644 docs/devel/ci-runners.rst


Re: [PULL 0/6] documentation updates
Posted by Peter Maydell 2 years, 7 months ago
On Wed, 25 Aug 2021 at 12:00, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit f9baca549e44791be0dd98de15add3d8452a8af0:
>
>   Update version for v6.1.0 release (2021-08-24 17:59:52 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2021-08-25
>
> for you to fetch changes up to 2e8801988282bf3a45b495efa8438509ff68056d:
>
>   docs: make sphinx-build be quiet by default (2021-08-25 12:19:18 +0200)
>
> ----------------------------------------------------------------
> * Various updates for the documentation
>


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.2
for any user-visible changes.

-- PMM