[PULL 00/10] target-arm queue

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260323105429.4059580-1-peter.maydell@linaro.org
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Peter Maydell <peter.maydell@linaro.org>, "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Hervé Poussineau" <hpoussin@reactos.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Pedro Barbuda <pbarbuda@microsoft.com>, Mohamed Mediouni <mohamed@unpredictable.fr>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
There is a newer version of this series
configs/targets/aarch64-softmmu.mak |  1 +
configs/targets/arm-softmmu.mak     |  1 +
configure                           |  2 --
hw/arm/virt.c                       |  2 +-
hw/isa/piix.c                       | 11 ++++++-----
include/hw/southbridge/piix.h       |  3 +++
target/arm/cpu.c                    |  4 ++--
target/arm/whpx/whpx-all.c          | 11 +++++++----
tests/qtest/arm-cpu-features.c      |  2 +-
9 files changed, 22 insertions(+), 15 deletions(-)
[PULL 00/10] target-arm queue
Posted by Peter Maydell 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/pm215/qemu.git tags/pull-target-arm-20260323

for you to fetch changes up to b38859be76abf4d49f81f36317e6e37ab93121f0:

  hw/isa/piix: Embed i8259 irq in device state instead of allocating (2026-03-23 09:51:01 +0000)

----------------------------------------------------------------
target-arm queue:
 * tests/qtest/arm-cpu-features: Fix thinko in g_strdup_printf() call
 * configure: Remove unused variable default_cflags
 * whpx: arm: Various fixes, notably making '-cpu host' work
 * configs/targets: Restrict the legacy ldst_phys() API on ARM / Aarch64
 * hw/isa/piix: Embed i8259 irq in device state instead of allocating

----------------------------------------------------------------
Mohamed Mediouni (5):
      whpx: arm: fix -cpu host
      whpx: arm: add EC_DATAABORT assert for WHvRunVpExitReasonGpaIntercept/UnmappedGpa
      whpx: arm: enable more enlightenments
      whpx: arm: remove comment bit that is no longer accurate
      target/arm: cpu: alter error message for host CPU type

Osama Abdelkader (1):
      whpx: arm: fix ID_AA64MMFR3_EL1 host feature register index

Peter Maydell (3):
      tests/qtest/arm-cpu-features: Fix thinko in g_strdup_printf() call
      configure: Remove unused variable default_cflags
      hw/isa/piix: Embed i8259 irq in device state instead of allocating

Philippe Mathieu-Daudé (1):
      configs/targets: Restrict the legacy ldst_phys() API on ARM / Aarch64

 configs/targets/aarch64-softmmu.mak |  1 +
 configs/targets/arm-softmmu.mak     |  1 +
 configure                           |  2 --
 hw/arm/virt.c                       |  2 +-
 hw/isa/piix.c                       | 11 ++++++-----
 include/hw/southbridge/piix.h       |  3 +++
 target/arm/cpu.c                    |  4 ++--
 target/arm/whpx/whpx-all.c          | 11 +++++++----
 tests/qtest/arm-cpu-features.c      |  2 +-
 9 files changed, 22 insertions(+), 15 deletions(-)

Re: [PULL 00/10] target-arm queue
Posted by Peter Maydell 1 week, 4 days ago
On Mon, 23 Mar 2026 at 10:54, Peter Maydell <peter.maydell@linaro.org> 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/pm215/qemu.git tags/pull-target-arm-20260323
>
> for you to fetch changes up to b38859be76abf4d49f81f36317e6e37ab93121f0:
>
>   hw/isa/piix: Embed i8259 irq in device state instead of allocating (2026-03-23 09:51:01 +0000)
>
> ----------------------------------------------------------------
> target-arm queue:
>  * tests/qtest/arm-cpu-features: Fix thinko in g_strdup_printf() call
>  * configure: Remove unused variable default_cflags
>  * whpx: arm: Various fixes, notably making '-cpu host' work
>  * configs/targets: Restrict the legacy ldst_phys() API on ARM / Aarch64
>  * hw/isa/piix: Embed i8259 irq in device state instead of allocating
>



Applied, thanks.

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

-- PMM