[PULL 0/4] target-arm queue
Peter Maydell <[email protected]> Fri, 31 Jul 2026 17:20:20 +0100
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
Hi; this is what I hope will be the last arm pullreq for 11.1.
This has four patches, which are all bugfixes of the form
"we didn't check the right CPU feature flag for some instruction".
The SEV/WFE ones are the most important, as they fix a
regression since 11.0.
thanks
-- PMM
The following changes since commit 0345ef676befc1a180d2f63bceaf3fca1d07ee88:
Merge tag 'linux-user-pull-request' of https://github.com/hdeller/qemu-hppa into staging (2026-07-30 10:52:26 -0400)
are available in the Git repository at:
https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20260731
for you to fetch changes up to c490037c1349f503d7986391b24db47362a204eb:
target/arm: Remove stale comment about WFE/SEV implementation (2026-07-31 11:24:27 +0100)
----------------------------------------------------------------
target-arm queue:
* target/arm: Fix b16b16 feature test for SME2 BFCLAMP, BFMAX, BFMIN
* target/arm: Fix feature tests for AArch32 SEV, WFI, WFE, YIELD
----------------------------------------------------------------
Peter Maydell (3):
target/arm: Don't NOP the SEV insn on v6K CPUs
target/arm: Make YIELD, WFI and WFE be NOPs on pre-v6K
target/arm: Remove stale comment about WFE/SEV implementation
Richard Henderson (1):
target/arm: Fix b16b16 feature test for SME2 BFCLAMP, BFMAX, BFMIN
target/arm/cpu.h | 1 -
target/arm/tcg/translate-sme.c | 6 +++---
target/arm/tcg/translate.c | 48 +++++++++++++++++++++++++++++++-----------
3 files changed, 39 insertions(+), 16 deletions(-)