[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] target/arm: Various minor SME bugfixes
From: |
Peter Maydell |
Subject: |
[PATCH 0/4] target/arm: Various minor SME bugfixes |
Date: |
Mon, 22 Jul 2024 18:29:53 +0100 |
This patchset fixes a handful of minor bugs in our SME implementation:
one spotted by Coverity, one raised as a Gitlab issue, and a couple
that I just noticed in passing while I was working with the code.
thanks
-- PMM
Peter Maydell (4):
target/arm: Don't assert for 128-bit tile accesses when SVL is 128
target/arm: Fix UMOPA/UMOPS of 16-bit values
target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()
target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled
target/arm/helper.c | 2 +-
target/arm/tcg/sme_helper.c | 8 ++++----
target/arm/tcg/translate-sme.c | 10 +++++++++-
target/arm/tcg/translate-sve.c | 18 ++++++++++++++++--
4 files changed, 30 insertions(+), 8 deletions(-)
--
2.34.1
- [PATCH 0/4] target/arm: Various minor SME bugfixes,
Peter Maydell <=
- [PATCH 2/4] target/arm: Fix UMOPA/UMOPS of 16-bit values, Peter Maydell, 2024/07/22
- [PATCH 3/4] target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl(), Peter Maydell, 2024/07/22
- [PATCH 4/4] target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled, Peter Maydell, 2024/07/22
- [PATCH 1/4] target/arm: Don't assert for 128-bit tile accesses when SVL is 128, Peter Maydell, 2024/07/22
- Re: [PATCH 0/4] target/arm: Various minor SME bugfixes, Richard Henderson, 2024/07/22