[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RISU PATCH v4 00/29] risu cleanups and improvements
From: |
Peter Maydell |
Subject: |
Re: [RISU PATCH v4 00/29] risu cleanups and improvements |
Date: |
Mon, 18 Jul 2022 13:19:42 +0100 |
On Fri, 8 Jul 2022 at 16:49, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> If you can imagine, v3 was back in 2020:
> https://lore.kernel.org/qemu-devel/20200522023440.26261-1-richard.henderson@linaro.org/
>
> I've refreshed that, not that risu has changed much in that time,
> and then also added support for SME to aarch64, i.e. SVCR and ZA
> storage are now present in the reginfo, and compared.
>
> I include a small test case, which allows one to see that ZA
> storage is being handled properly. When run with
>
> ./risu --test-sve=1 --test-za=1 --master -t test_sme_aarch64.{out,bin}
> ./risu --fulldump -t test_sme_aarch64.out
>
> one can see the 16x16 bytes filled with row major then
> column major indexes.
I've applied patches 1-22 to risu upstream git, and left
review comments/reviewed-by tags on the rest.
thanks
-- PMM
- [RISU PATCH v4 25/29] Remove return value from reginfo_dump, (continued)
- [RISU PATCH v4 25/29] Remove return value from reginfo_dump, Richard Henderson, 2022/07/08
- [RISU PATCH v4 26/29] ppc64: Clean up reginfo handling, Richard Henderson, 2022/07/08
- [RISU PATCH v4 27/29] aarch64: Tidy reginfo dumping ahead of ZA state, Richard Henderson, 2022/07/08
- [RISU PATCH v4 28/29] aarch64: Add support for ZA storage, Richard Henderson, 2022/07/08
- [RISU PATCH v4 29/29] aarch64: Trivial SME test, Richard Henderson, 2022/07/08
- Re: [RISU PATCH v4 00/29] risu cleanups and improvements,
Peter Maydell <=