Re: [PATCH 1/3] target/arm: Avoid splitting Zregs across lines in dump

2023-03-06 Thread Peter Maydell
On Tue, 28 Feb 2023 at 00:37, Richard Henderson wrote: > > Allow the line length to extend to 548 columns. While annoyingly wide, > it's still less confusing than the continuations we print. Also, the > default VL used by Linux (and max for A64FX) uses only 140 columns. > > Signed-off-by: Richar

[PATCH 1/3] target/arm: Avoid splitting Zregs across lines in dump

2023-02-27 Thread Richard Henderson
Allow the line length to extend to 548 columns. While annoyingly wide, it's still less confusing than the continuations we print. Also, the default VL used by Linux (and max for A64FX) uses only 140 columns. Signed-off-by: Richard Henderson --- target/arm/cpu.c | 36 ++-