]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Add page table walker support for debugger usage
authorMiao Hao <haomiao23s@ict.ac.cn>
Tue, 14 Jan 2025 09:54:44 +0000 (17:54 +0800)
committerBibo Mao <maobibo@loongson.cn>
Wed, 15 Jan 2025 06:16:51 +0000 (14:16 +0800)
commitdd291171740871a84c183d886f70b8d2e6a68d09
tree0a5a8ac6aae546e112197ab966a83f26616e31eb
parent7433709a147706ad7d1956b15669279933d0f82b
target/loongarch: Add page table walker support for debugger usage

When dump memory content with gva address, software page table walker is
necessary to get responding gpa address.

Here page table walker is added for debugger usage.

Signed-off-by: Miao Hao <haomiao23s@ict.ac.cn>
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
target/loongarch/cpu_helper.c
target/loongarch/internals.h
target/loongarch/tcg/tlb_helper.c