qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3ce105: docs/about: Remove the duplicated doc


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 3ce105: docs/about: Remove the duplicated doc
Date: Wed, 25 Aug 2021 10:56:04 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 3ce105c5bf6598676b0dcb2688d9a77097fc8c15
      
https://github.com/qemu/qemu/commit/3ce105c5bf6598676b0dcb2688d9a77097fc8c15
  Author: Yanan Wang <wangyanan55@huawei.com>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M docs/about/removed-features.rst

  Log Message:
  -----------
  docs/about: Remove the duplicated doc

There are two places describing the same thing about deprecation
of invalid topologies of -smp CLI, so remove the duplicated one.

Signed-off-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210823030005.165668-2-wangyanan55@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: e2cc363bbbbc5d1b798f9a81d4fd31f3bfb8e9ab
      
https://github.com/qemu/qemu/commit/e2cc363bbbbc5d1b798f9a81d4fd31f3bfb8e9ab
  Author: Yanan Wang <wangyanan55@huawei.com>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M docs/about/deprecated.rst
    M docs/about/removed-features.rst

  Log Message:
  -----------
  docs/about: Unify the subject format

There is a mixture of "since/removed in X.Y" vs "since/removed in X.Y.Z"
in the subjects in deprecated.rst/removed-features.rst. It will be better
to use an unified format. It seems unlikely that we will ever deprecate
something in a stable release, and even more unlikely that we'll remove
something in one, so the short versions look like the thing we want to
standardize on.

So here we unify the subject format in deprecated.rst to "since X.Y", and
unify the subject format in removed-features.rst to "removed in X.Y".

Signed-off-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210823030005.165668-3-wangyanan55@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 7f697d7b6829189fbecea61c80838008146a7001
      
https://github.com/qemu/qemu/commit/7f697d7b6829189fbecea61c80838008146a7001
  Author: Yanan Wang <wangyanan55@huawei.com>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M docs/about/removed-features.rst

  Log Message:
  -----------
  docs/about: Add the missing release record in the subject

Commit 29e0447551
(docs/about/removed-features: Document removed CLI options from QEMU v3.1)
has recorded some CLI options as replaced/removed from QEMU v3.1, but one
of the subjects has missed the release record. Let's fix it.

Reported-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Yanan Wang <wangyanan55@huawei.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210823030005.165668-4-wangyanan55@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 41f421e0b5821775ec9bd0cb55e534d0e8db7754
      
https://github.com/qemu/qemu/commit/41f421e0b5821775ec9bd0cb55e534d0e8db7754
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M docs/about/removed-features.rst

  Log Message:
  -----------
  docs/about/removed-features: Move some CLI options to the right location

Some of the removed CLI options have been added to the wrong section
in the "Removed features" chapter - they've been put into the
"Related binaries" section instead. Move them now into the correct
"System emulator command line arguments" section.

Message-Id: <20210818112908.102205-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 1ff4f90add806b6cb6ef1563e6e4ace1fae14548
      
https://github.com/qemu/qemu/commit/1ff4f90add806b6cb6ef1563e6e4ace1fae14548
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    A docs/devel/ci-jobs.rst
    A docs/devel/ci-runners.rst
    M docs/devel/ci.rst

  Log Message:
  -----------
  docs: split the CI docs into two files

This splits the CI docs into one file talking about job setup and usage
and another file describing provisioning of custom runners.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210812180403.4129067-2-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 2e8801988282bf3a45b495efa8438509ff68056d
      
https://github.com/qemu/qemu/commit/2e8801988282bf3a45b495efa8438509ff68056d
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M docs/meson.build

  Log Message:
  -----------
  docs: make sphinx-build be quiet by default

The sphinx-build is fairly verbose spitting out pages of output to the
console, which causes errors from other build commands to be scrolled
off the top of the terminal. This can leave the mistaken impression that
the build passed, when in fact there was a failure.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210812102427.4036399-1-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 810e0cd1a21ffb6107d2ca254f1f6485483d3534
      
https://github.com/qemu/qemu/commit/810e0cd1a21ffb6107d2ca254f1f6485483d3534
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M docs/about/deprecated.rst
    M docs/about/removed-features.rst
    A docs/devel/ci-jobs.rst
    A docs/devel/ci-runners.rst
    M docs/devel/ci.rst
    M docs/meson.build

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/thuth-gitlab/tags/pull-request-2021-08-25' into staging

* Various updates for the documentation

# gpg: Signature made Wed 25 Aug 2021 11:27:27 BST
# gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg:                issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/thuth-gitlab/tags/pull-request-2021-08-25:
  docs: make sphinx-build be quiet by default
  docs: split the CI docs into two files
  docs/about/removed-features: Move some CLI options to the right location
  docs/about: Add the missing release record in the subject
  docs/about: Unify the subject format
  docs/about: Remove the duplicated doc

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/52fecb866923...810e0cd1a21f



reply via email to

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