Re: [PATCH] target/arm: Fix SME ST1Q

2023-08-21 Thread Peter Maydell
On Fri, 18 Aug 2023 at 22:43, Richard Henderson wrote: > > A typo, noted in the bug report, resulting in an > incorrect write offset. > > Cc: qemu-sta...@nongnu.org > Fixes: 7390e0e9ab8 ("target/arm: Implement SME LD1, ST1") > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1833 > Signed-o

Re: [PATCH] target/arm: Fix SME ST1Q

2023-08-19 Thread Philippe Mathieu-Daudé
On 18/8/23 23:42, Richard Henderson wrote: A typo, noted in the bug report, resulting in an incorrect write offset. Cc: qemu-sta...@nongnu.org Fixes: 7390e0e9ab8 ("target/arm: Implement SME LD1, ST1") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1833 Signed-off-by: Richard Henderson

[PATCH] target/arm: Fix SME ST1Q

2023-08-18 Thread Richard Henderson
A typo, noted in the bug report, resulting in an incorrect write offset. Cc: qemu-sta...@nongnu.org Fixes: 7390e0e9ab8 ("target/arm: Implement SME LD1, ST1") Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1833 Signed-off-by: Richard Henderson --- target/arm/tcg/sme_helper.c | 2 +- 1 fi