]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Add timer information dump support
authorBibo Mao <maobibo@loongson.cn>
Wed, 6 Dec 2023 08:18:39 +0000 (16:18 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 21 Dec 2023 08:07:47 +0000 (16:07 +0800)
commitbe45144bee708d3b84c3c474a4d4aeb7e5c4733a
tree327c4dbcd0e9f9c4000f42ace1cce3a5fc144379
parent578616299661e4a0bd723b35dc9489abb8077f08
target/loongarch: Add timer information dump support

Timer emulation sometimes is problematic especially when vm is running in
kvm mode. This patch adds registers dump support relative with timer
hardware, so that it is easier to find the problems.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20231206081839.2290178-1-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
target/loongarch/cpu.c