[PULL 00/13] Updates to MAINTAINERS, docs, and some small fixes

Thomas Huth posted 13 patches 3 years ago
Test checkpatch passed
Failed in applying to current master (apply log)
MAINTAINERS                 | 35 +++++++++++++++++------------------
docs/defs.rst.inc           |  2 +-
docs/devel/build-system.rst |  8 --------
qom/object_interfaces.c     |  2 +-
scripts/device-crash-test   |  1 +
util/compatfd.c             |  6 +++---
6 files changed, 23 insertions(+), 31 deletions(-)
[PULL 00/13] Updates to MAINTAINERS, docs, and some small fixes
Posted by Thomas Huth 3 years ago
 Hi Peter,

the following changes since commit 6ee55e1d10c25c2f6bf5ce2084ad2327e17affa5:

  Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210331' into staging (2021-03-31 13:14:18 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-04-01

for you to fetch changes up to ca89d15f8e42f2e5eac5bd200af38fdbfb32e875:

  device-crash-test: Ignore errors about a bus not being available (2021-04-01 14:28:39 +0200)

----------------------------------------------------------------
* Updates for the MAINTAINERS file
* Some small documentation updates
* Some small misc fixes
----------------------------------------------------------------

Connor Kuehl (1):
      MAINTAINERS: add virtio-fs mailing list

Dongjiu Geng (1):
      MAINTAINERS: replace Huawei's email to personal one

Hyman Huang(黄勇) (1):
      MAINTAINERS: Fix tests/migration maintainers

Mahmoud Mandour (1):
      util/compatfd.c: Fixed style issues

Markus Armbruster (1):
      qom: Fix default values in help

Matthew Rosato (1):
      MAINTAINERS: add/replace backups for some s390 areas

Philippe Mathieu-Daudé (2):
      MAINTAINERS: Mark RX hardware emulation orphan
      MAINTAINERS: Mark SH-4 hardware emulation orphan

Thomas Huth (5):
      MAINTAINERS: Drop the lines with Sarah Harris
      MAINTAINERS: Drop the line with Xiang Zheng
      docs: Remove obsolete paragraph about config-target.mak
      docs: Fix typo in the default name of the qemu-system-x86_64 binary
      device-crash-test: Ignore errors about a bus not being available

 MAINTAINERS                 | 35 +++++++++++++++++------------------
 docs/defs.rst.inc           |  2 +-
 docs/devel/build-system.rst |  8 --------
 qom/object_interfaces.c     |  2 +-
 scripts/device-crash-test   |  1 +
 util/compatfd.c             |  6 +++---
 6 files changed, 23 insertions(+), 31 deletions(-)


Re: [PULL 00/13] Updates to MAINTAINERS, docs, and some small fixes
Posted by Peter Maydell 3 years ago
On Thu, 1 Apr 2021 at 14:12, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit 6ee55e1d10c25c2f6bf5ce2084ad2327e17affa5:
>
>   Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210331' into staging (2021-03-31 13:14:18 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2021-04-01
>
> for you to fetch changes up to ca89d15f8e42f2e5eac5bd200af38fdbfb32e875:
>
>   device-crash-test: Ignore errors about a bus not being available (2021-04-01 14:28:39 +0200)
>
> ----------------------------------------------------------------
> * Updates for the MAINTAINERS file
> * Some small documentation updates
> * Some small misc fixes


Applied, thanks.

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

-- PMM