[PULL 0/7] Misc fixes for QEMU 9.2-rc3

Thomas Huth posted 7 patches 4 weeks, 1 day ago
docs/about/build-platforms.rst            |  2 +-
docs/devel/testing/functional.rst         |  5 +++--
meson.build                               |  6 +++---
include/hw/pci/pci.h                      | 10 ----------
.gitlab-ci.d/cirrus.yml                   |  2 --
tests/functional/test_loongarch64_virt.py |  8 ++++----
tests/functional/test_sh4_tuxrun.py       | 10 +++-------
7 files changed, 14 insertions(+), 29 deletions(-)
[PULL 0/7] Misc fixes for QEMU 9.2-rc3
Posted by Thomas Huth 4 weeks, 1 day ago
The following changes since commit 7872e5fdf38ac0d8d0083aabb98d67da1f530ef4:

  Update version for v9.2.0-rc2 release (2024-11-26 22:26:38 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-11-27

for you to fetch changes up to ef45f46f382a5e2c41c39c71fd3364cff4f41bf5:

  hw/pci: Remove unused pci_irq_pulse() method (2024-11-27 09:34:08 +0100)

----------------------------------------------------------------
* Two small doc updates
* Fix the flaky loongarch64 and sh4 functional tests
* Refuse to compile with old XCode versions that don't work anymore
* Remove an unused function from PCI code

----------------------------------------------------------------
Akihiko Odaki (1):
      docs: Document that hvf on Arm is supported

Cédric Le Goater (1):
      tests/functional: Remove sleep workarounds from sh4 test

Philippe Mathieu-Daudé (1):
      hw/pci: Remove unused pci_irq_pulse() method

Thomas Huth (3):
      docs/devel/testing/functional: Clarify that we have to use the build folder
      meson.build: Refuse XCode versions < v15.0
      .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job

Xianglai Li (1):
      tests/functional: Fix the running test case causes loongarch64 to hang

 docs/about/build-platforms.rst            |  2 +-
 docs/devel/testing/functional.rst         |  5 +++--
 meson.build                               |  6 +++---
 include/hw/pci/pci.h                      | 10 ----------
 .gitlab-ci.d/cirrus.yml                   |  2 --
 tests/functional/test_loongarch64_virt.py |  8 ++++----
 tests/functional/test_sh4_tuxrun.py       | 10 +++-------
 7 files changed, 14 insertions(+), 29 deletions(-)


Re: [PULL 0/7] Misc fixes for QEMU 9.2-rc3
Posted by Peter Maydell 4 weeks ago
On Wed, 27 Nov 2024 at 10:34, Thomas Huth <thuth@redhat.com> wrote:
>
> The following changes since commit 7872e5fdf38ac0d8d0083aabb98d67da1f530ef4:
>
>   Update version for v9.2.0-rc2 release (2024-11-26 22:26:38 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2024-11-27
>
> for you to fetch changes up to ef45f46f382a5e2c41c39c71fd3364cff4f41bf5:
>
>   hw/pci: Remove unused pci_irq_pulse() method (2024-11-27 09:34:08 +0100)
>
> ----------------------------------------------------------------
> * Two small doc updates
> * Fix the flaky loongarch64 and sh4 functional tests
> * Refuse to compile with old XCode versions that don't work anymore
> * Remove an unused function from PCI code
>
> ----------------------------------------------------------------
> Akihiko Odaki (1):
>       docs: Document that hvf on Arm is supported
>
> Cédric Le Goater (1):
>       tests/functional: Remove sleep workarounds from sh4 test
>
> Philippe Mathieu-Daudé (1):
>       hw/pci: Remove unused pci_irq_pulse() method
>
> Thomas Huth (3):
>       docs/devel/testing/functional: Clarify that we have to use the build folder
>       meson.build: Refuse XCode versions < v15.0
>       .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job
>
> Xianglai Li (1):
>       tests/functional: Fix the running test case causes loongarch64 to hang



Applied, thanks.

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

-- PMM