[PULL 0/3] target-arm queue

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260407175448.3329196-1-peter.maydell@linaro.org
Maintainers: Pierrick Bouvier <pierrick.bouvier@linaro.org>, Peter Maydell <peter.maydell@linaro.org>
There is a newer version of this series
docs/system/introduction.rst |  6 ++----
target/arm/internals.h       |  5 ++++-
target/arm/ptw.c             | 12 +++++++-----
target/arm/tcg/cpregs-at.c   |  3 ++-
4 files changed, 15 insertions(+), 11 deletions(-)
[PULL 0/3] target-arm queue
Posted by Peter Maydell 3 days, 23 hours ago
Some arm patches: two small bug fixes for page table walking,
plus one docs tweak.

-- PMM

The following changes since commit b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:

  Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)

are available in the Git repository at:

  https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20260407

for you to fetch changes up to 8a9fa9ec99be2437a0741b6c74930e6d65dbcb0d:

  docs/system: remove extraneous sentence (2026-04-07 16:03:54 +0100)

----------------------------------------------------------------
target-arm queue:
 * docs/system: remove extraneous sentence
 * target/arm: fix fault_s1ns for stage 2 faults
 * target/arm: do_ats_write(): avoid assertion when ptw failed

----------------------------------------------------------------
Alex Bennée (2):
      target/arm: fix fault_s1ns for stage 2 faults
      docs/system: remove extraneous sentence

Peter Maydell (1):
      target/arm: do_ats_write(): avoid assertion when ptw failed

 docs/system/introduction.rst |  6 ++----
 target/arm/internals.h       |  5 ++++-
 target/arm/ptw.c             | 12 +++++++-----
 target/arm/tcg/cpregs-at.c   |  3 ++-
 4 files changed, 15 insertions(+), 11 deletions(-)

Re: [PULL 0/3] target-arm queue
Posted by Peter Maydell 3 days, 6 hours ago
On Tue, 7 Apr 2026 at 18:54, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> Some arm patches: two small bug fixes for page table walking,
> plus one docs tweak.
>
> -- PMM
>
> The following changes since commit b6a7d06213e5d2f7d124d16418bc289c4a8a4b82:
>
>   Update version for v11.0.0-rc2 release (2026-04-01 20:48:02 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20260407
>
> for you to fetch changes up to 8a9fa9ec99be2437a0741b6c74930e6d65dbcb0d:
>
>   docs/system: remove extraneous sentence (2026-04-07 16:03:54 +0100)
>
> ----------------------------------------------------------------
> target-arm queue:
>  * docs/system: remove extraneous sentence
>  * target/arm: fix fault_s1ns for stage 2 faults
>  * target/arm: do_ats_write(): avoid assertion when ptw failed
>



Applied, thanks.

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

-- PMM