[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/7] Misc fixes for QEMU 9.2-rc3
From: |
Thomas Huth |
Subject: |
[PULL 0/7] Misc fixes for QEMU 9.2-rc3 |
Date: |
Wed, 27 Nov 2024 11:34:18 +0100 |
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(-)
- [PULL 0/7] Misc fixes for QEMU 9.2-rc3,
Thomas Huth <=
- [PULL 1/7] docs/devel/testing/functional: Clarify that we have to use the build folder, Thomas Huth, 2024/11/27
- [PULL 2/7] docs: Document that hvf on Arm is supported, Thomas Huth, 2024/11/27
- [PULL 5/7] .gitlab-ci.d/cirrus: Remove the wrong CPU and RAM settings from the macOS job, Thomas Huth, 2024/11/27
- [PULL 7/7] hw/pci: Remove unused pci_irq_pulse() method, Thomas Huth, 2024/11/27
- [PULL 6/7] tests/functional: Remove sleep workarounds from sh4 test, Thomas Huth, 2024/11/27
- [PULL 3/7] tests/functional: Fix the running test case causes loongarch64 to hang, Thomas Huth, 2024/11/27
- [PULL 4/7] meson.build: Refuse XCode versions < v15.0, Thomas Huth, 2024/11/27
- Re: [PULL 0/7] Misc fixes for QEMU 9.2-rc3, Peter Maydell, 2024/11/28