Re: [PATCH 0/4] target/arm: Various minor SME bugfixes

2024-07-22 Thread Richard Henderson
On 7/23/24 03:29, Peter Maydell wrote: 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 i

[PATCH 0/4] target/arm: Various minor SME bugfixes

2024-07-22 Thread Peter Maydell
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 S