[PULL 0/9] Various fixes for MAINTAINERS, s390x and tests

Thomas Huth posted 9 patches 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250702170206.212303-1-thuth@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Ani Sinha <anisinha@redhat.com>, Gustavo Romero <gustavo.romero@linaro.org>, Keith Busch <kbusch@kernel.org>, Klaus Jensen <its@irrelevant.dk>, Jesper Devantier <foss@defmacro.it>, Nicholas Piggin <npiggin@gmail.com>, Daniel Henrique Barboza <danielhb413@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Peter Maydell <peter.maydell@linaro.org>, Song Gao <gaosong@loongson.cn>, David Hildenbrand <david@redhat.com>, Thomas Huth <thuth@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, Radoslaw Biernacki <rad@semihalf.com>, Leif Lindholm <leif.lindholm@oss.qualcomm.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS                                      | 23 ++++++++++-------------
docs/spin/tcg-exclusive.promela                  |  4 ++--
include/hw/acpi/pcihp.h                          |  2 +-
include/hw/misc/ivshmem-flat.h                   |  2 +-
target/s390x/cpu_features_def.h.inc              |  2 +-
hw/acpi/nvdimm.c                                 |  2 +-
hw/acpi/pcihp.c                                  |  2 +-
hw/acpi/vmgenid.c                                |  6 +++---
hw/misc/ivshmem-flat.c                           |  2 +-
hw/nvme/ctrl.c                                   |  2 +-
hw/ppc/spapr.c                                   |  2 +-
target/arm/cpu.c                                 |  2 +-
target/s390x/cpu_models_system.c                 |  3 +++
tests/qtest/vmgenid-test.c                       |  2 +-
target/loongarch/README                          |  2 +-
tests/functional/test_aarch64_sbsaref_freebsd.py |  8 ++++----
16 files changed, 33 insertions(+), 33 deletions(-)
[PULL 0/9] Various fixes for MAINTAINERS, s390x and tests
Posted by Thomas Huth 4 months, 2 weeks ago
The following changes since commit 7698afc42b5af9e55f12ab2236618e38e5a1c23f:

  Merge tag 'pull-target-arm-20250701-1' of https://gitlab.com/pm215/qemu into staging (2025-07-02 04:24:14 -0400)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2025-07-02

for you to fetch changes up to 01e2b1bc27bae874bfeb6978ce093deac5bb9639:

  tests/functional/test_aarch64_sbsaref_freebsd: Fix the URL of the ISO image (2025-07-02 18:29:57 +0200)

----------------------------------------------------------------
* Fix file names of renamed files in comments and MAINTAINERS
* Fix the "deprecated props" in QOM on s390x
* Fix URL of the aarch64_sbsaref_freebsd functional test
* Fix some trouble with trible

----------------------------------------------------------------
Collin L. Walling (1):
      target/s390x: set has_deprecated_props flag

Sean Wei (6):
      MAINTAINERS: update docs file extensions (.txt -> .rst)
      MAINTAINERS: fix vendor capitalization (Vmware -> VMware)
      MAINTAINERS: fix VMware filename typo (vwm -> vmw)
      treewide: update docs file extensions (.txt -> .rst) in comments
      treewide: fix paths for relocated files in comments
      MAINTAINERS: fix paths for relocated files

Thomas Huth (2):
      target/s390x: A fix for the trouble with tribles
      tests/functional/test_aarch64_sbsaref_freebsd: Fix the URL of the ISO image

 MAINTAINERS                                      | 23 ++++++++++-------------
 docs/spin/tcg-exclusive.promela                  |  4 ++--
 include/hw/acpi/pcihp.h                          |  2 +-
 include/hw/misc/ivshmem-flat.h                   |  2 +-
 target/s390x/cpu_features_def.h.inc              |  2 +-
 hw/acpi/nvdimm.c                                 |  2 +-
 hw/acpi/pcihp.c                                  |  2 +-
 hw/acpi/vmgenid.c                                |  6 +++---
 hw/misc/ivshmem-flat.c                           |  2 +-
 hw/nvme/ctrl.c                                   |  2 +-
 hw/ppc/spapr.c                                   |  2 +-
 target/arm/cpu.c                                 |  2 +-
 target/s390x/cpu_models_system.c                 |  3 +++
 tests/qtest/vmgenid-test.c                       |  2 +-
 target/loongarch/README                          |  2 +-
 tests/functional/test_aarch64_sbsaref_freebsd.py |  8 ++++----
 16 files changed, 33 insertions(+), 33 deletions(-)
Re: [PULL 0/9] Various fixes for MAINTAINERS, s390x and tests
Posted by Stefan Hajnoczi 4 months, 2 weeks ago
Applied, thanks.

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