qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] target/arm: Fix SVE splice
@ 2020-09-18  0:05 Richard Henderson
  2020-09-18  0:10 ` no-reply
  2020-10-01 13:22 ` Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Henderson @ 2020-09-18  0:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, qemu-stable

While converting to gen_gvec_ool_zzzp, we lost passing
a->esz as the data argument to the function.

Fixes: 36cbb7a8e71
Cc: qemu-stable@nongnu.org
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
 target/arm/translate-sve.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/arm/translate-sve.c b/target/arm/translate-sve.c
index 8233295391..b9f9e6f4ae 100644
--- a/target/arm/translate-sve.c
+++ b/target/arm/translate-sve.c
@@ -3182,7 +3182,7 @@ static bool trans_SPLICE(DisasContext *s, arg_rprr_esz *a)
 {
     if (sve_access_check(s)) {
         gen_gvec_ool_zzzp(s, gen_helper_sve_splice,
-                          a->rd, a->rn, a->rm, a->pg, 0);
+                          a->rd, a->rn, a->rm, a->pg, a->esz);
     }
     return true;
 }
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] target/arm: Fix SVE splice
  2020-09-18  0:05 [PATCH] target/arm: Fix SVE splice Richard Henderson
@ 2020-09-18  0:10 ` no-reply
  2020-10-01 13:22 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: no-reply @ 2020-09-18  0:10 UTC (permalink / raw)
  To: richard.henderson; +Cc: peter.maydell, qemu-devel, qemu-stable

Patchew URL: https://patchew.org/QEMU/20200918000500.2690937-1-richard.henderson@linaro.org/



Hi,

This series failed build test on FreeBSD host. Please find the details below.






The full log is available at
http://patchew.org/logs/20200918000500.2690937-1-richard.henderson@linaro.org/testing.FreeBSD/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] target/arm: Fix SVE splice
  2020-09-18  0:05 [PATCH] target/arm: Fix SVE splice Richard Henderson
  2020-09-18  0:10 ` no-reply
@ 2020-10-01 13:22 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2020-10-01 13:22 UTC (permalink / raw)
  To: Richard Henderson; +Cc: QEMU Developers, qemu-stable

On Fri, 18 Sep 2020 at 01:05, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> While converting to gen_gvec_ool_zzzp, we lost passing
> a->esz as the data argument to the function.
>
> Fixes: 36cbb7a8e71
> Cc: qemu-stable@nongnu.org
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  target/arm/translate-sve.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)



Applied to target-arm.next, thanks.

-- PMM


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-01 13:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18  0:05 [PATCH] target/arm: Fix SVE splice Richard Henderson
2020-09-18  0:10 ` no-reply
2020-10-01 13:22 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).