]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Avoid splitting Zregs across lines in dump
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 4 Jul 2023 13:08:47 +0000 (14:08 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 6 Jul 2023 11:56:15 +0000 (12:56 +0100)
commita9d8407016ab9d2423a00d767cad90968ba21f99
treecf293253b7d8c2df96f7e9cc83ce03045d6f35e1
parent3dc2afeab2964b54848715b913b6c605f36be3e1
target/arm: Avoid splitting Zregs across lines in dump

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 <richard.henderson@linaro.org>
Message-id: 20230622151201.1578522-2-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c