[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/arm: Fix SME ST1Q
From: |
Peter Maydell |
Subject: |
Re: [PATCH] target/arm: Fix SME ST1Q |
Date: |
Mon, 21 Aug 2023 12:54:43 +0100 |
On Fri, 18 Aug 2023 at 22:43, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> A typo, noted in the bug report, resulting in an
> incorrect write offset.
>
> Cc: qemu-stable@nongnu.org
> Fixes: 7390e0e9ab8 ("target/arm: Implement SME LD1, ST1")
> Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1833
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/tcg/sme_helper.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to target-arm-for-8.2, thanks.
-- PMM