qemu-trivial
[Top][All Lists]
Advanced

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

[PULL 0/6] Misc patches for 6.2-rc2


From: Thomas Huth
Subject: [PULL 0/6] Misc patches for 6.2-rc2
Date: Wed, 17 Nov 2021 11:19:15 +0100

 Hi Richard!
 
The following changes since commit 8d5fcb1990bc64b62c0bc12121fe510940be5664:

  Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging 
(2021-11-17 07:41:08 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-11-17

for you to fetch changes up to d06f3bf922679d89815fde9eac9264ba44e37954:

  gitlab-ci/cirrus: Increase timeout to 80 minutes (2021-11-17 10:20:38 +0100)

----------------------------------------------------------------
* Remove some unused #defines in s390x code
* rSTify some of the development process pages from the Wiki
* Revert a useless patch in the device-crash-test script
* Bump timeout of the Cirrus-CI jobs to 80 minutes

----------------------------------------------------------------
Kashyap Chamarthy (3):
      docs: rSTify the "TrivialPatches" wiki
      docs: rSTify the "SubmitAPullRequest" wiki
      docs: rSTify the "SubmitAPatch" wiki

Thomas Huth (3):
      target/s390x/cpu.h: Remove unused SIGP_MODE defines
      Revert "device-crash-test: Ignore errors about a bus not being available"
      gitlab-ci/cirrus: Increase timeout to 80 minutes

 .gitlab-ci.d/cirrus.yml                  |   1 +
 docs/devel/index.rst                     |   3 +
 docs/devel/submitting-a-patch.rst        | 456 +++++++++++++++++++++++++++++++
 docs/devel/submitting-a-pull-request.rst |  76 ++++++
 docs/devel/trivial-patches.rst           |  50 ++++
 scripts/device-crash-test                |   1 -
 target/s390x/cpu.h                       |   5 -
 7 files changed, 586 insertions(+), 6 deletions(-)
 create mode 100644 docs/devel/submitting-a-patch.rst
 create mode 100644 docs/devel/submitting-a-pull-request.rst
 create mode 100644 docs/devel/trivial-patches.rst




reply via email to

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