[PULL 0/6] Various fixes for QEMU v11.0-rc1

Thomas Huth posted 6 patches 1 week, 4 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260323102920.25170-1-thuth@redhat.com
Maintainers: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, "Hervé Poussineau" <hpoussin@reactos.org>, Artyom Tarasenko <atar4qemu@gmail.com>, Thomas Huth <th.huth+qemu@posteo.eu>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>
hw/display/cg3.c                     | 18 ++++------
hw/pci-host/raven.c                  | 68 ++++++++++++++++--------------------
hw/sparc/sun4m_iommu.c               | 11 +++---
hw/sparc64/sun4u_iommu.c             | 11 +++---
tests/functional/meson.build         |  3 +-
tests/functional/qemu_test/config.py | 13 +++----
6 files changed, 55 insertions(+), 69 deletions(-)
[PULL 0/6] Various fixes for QEMU v11.0-rc1
Posted by Thomas Huth 1 week, 4 days ago
The following changes since commit 8e711856d7639cbffa51405f2cc2366e3d9e3a23:

  Merge tag 'hppa-fixes-for-v11-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-03-20 10:04:48 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2026-03-23

for you to fetch changes up to b86eff44ba09b4baea17d2b002afa221de753cc4:

  tests/functional: remove heuristics for finding build dir (2026-03-23 08:16:07 +0100)

----------------------------------------------------------------
* Fix various crashes that can happen when running QEMU with -device xyz,help
* Improve detection of build directory in the functional patches

----------------------------------------------------------------
Daniel P. Berrangé (2):
      tests/functional: fix log placement when run directly
      tests/functional: remove heuristics for finding build dir

Thomas Huth (4):
      hw/pci-host/raven: Fix crash when introspecting raven-pcihost from the CLI
      hw/display/cg3: Fix crash when introspecting cgthree from the CLI
      hw/sparc/sun4m_iommu: Fix crash when introspecting sun4m-iommu from the CLI
      hw/sparc64/sun4u_iommu: Fix crash when introspecting sun4u-iommu from the CLI

 hw/display/cg3.c                     | 18 ++++------
 hw/pci-host/raven.c                  | 68 ++++++++++++++++--------------------
 hw/sparc/sun4m_iommu.c               | 11 +++---
 hw/sparc64/sun4u_iommu.c             | 11 +++---
 tests/functional/meson.build         |  3 +-
 tests/functional/qemu_test/config.py | 13 +++----
 6 files changed, 55 insertions(+), 69 deletions(-)


Re: [PULL 0/6] Various fixes for QEMU v11.0-rc1
Posted by Peter Maydell 1 week, 4 days ago
On Mon, 23 Mar 2026 at 10:29, Thomas Huth <thuth@redhat.com> wrote:
>
> The following changes since commit 8e711856d7639cbffa51405f2cc2366e3d9e3a23:
>
>   Merge tag 'hppa-fixes-for-v11-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-03-20 10:04:48 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2026-03-23
>
> for you to fetch changes up to b86eff44ba09b4baea17d2b002afa221de753cc4:
>
>   tests/functional: remove heuristics for finding build dir (2026-03-23 08:16:07 +0100)
>
> ----------------------------------------------------------------
> * Fix various crashes that can happen when running QEMU with -device xyz,help
> * Improve detection of build directory in the functional patches



Applied, thanks.

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

-- PMM