Re: [PATCH 2/3] target/arm: Dump ZA[] when active

2023-03-06 Thread Peter Maydell
On Tue, 28 Feb 2023 at 00:37, Richard Henderson wrote: > > Always print each matrix row whole, one per line, so that we > get the entire matrix in the proper shape. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

[PATCH 2/3] target/arm: Dump ZA[] when active

2023-02-27 Thread Richard Henderson
Always print each matrix row whole, one per line, so that we get the entire matrix in the proper shape. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/target/arm/cpu.c b/target/arm/cpu.c index f1f454e7a0..0e54e19b05 1