[Qemu-devel] [PATCH 0/2] target/arm: SVE fixes

Richard Henderson posted 2 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180705191929.30773-1-richard.henderson@linaro.org
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
target/arm/translate-sve.c | 10 ++--------
tcg/tcg-op-gvec.c          |  7 +++++--
2 files changed, 7 insertions(+), 10 deletions(-)
[Qemu-devel] [PATCH 0/2] target/arm: SVE fixes
Posted by Richard Henderson 7 years, 4 months ago
RISU testing with ARM Fast Models and VQ=16 showed up two bugs,
both affecting the PTRUE instruction.


r~


Richard Henderson (2):
  tcg: Restrict check_size_impl to multiples of the line size
  target/arm: Fix do_predset for large VL

 target/arm/translate-sve.c | 10 ++--------
 tcg/tcg-op-gvec.c          |  7 +++++--
 2 files changed, 7 insertions(+), 10 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH 0/2] target/arm: SVE fixes
Posted by Peter Maydell 7 years, 4 months ago
On 5 July 2018 at 20:19, Richard Henderson <richard.henderson@linaro.org> wrote:
> RISU testing with ARM Fast Models and VQ=16 showed up two bugs,
> both affecting the PTRUE instruction.
>
>
> r~
>
>
> Richard Henderson (2):
>   tcg: Restrict check_size_impl to multiples of the line size
>   target/arm: Fix do_predset for large VL
>
>  target/arm/translate-sve.c | 10 ++--------
>  tcg/tcg-op-gvec.c          |  7 +++++--
>  2 files changed, 7 insertions(+), 10 deletions(-)



Applied to target-arm.next, thanks.

-- PMM