]> git.proxmox.com Git - mirror_qemu.git/commit
target/hppa: Improve hppa_cpu_dump_state
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Mar 2024 21:06:38 +0000 (11:06 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 15 May 2024 08:03:44 +0000 (10:03 +0200)
commitd2e22fde144ea5f32980031537a7e1bb88e8bcf1
treed3476ef9ae62398c4f34d92e6a4ff9d78fd07374
parent081a0ed188d8d9d9038f00337d331d185a7ae331
target/hppa: Improve hppa_cpu_dump_state

Print both raw IAQ_Front and IAQ_Back as well as the GVAs.
Print control registers in system mode.
Print floating point registers if CPU_DUMP_FPU.

Reviewed-by: Helge Deller <deller@gmx.de>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/helper.c