]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/loongarch: Add stub function loongarch_get_addr_from_tlb
authorBibo Mao <maobibo@loongson.cn>
Wed, 23 Apr 2025 08:04:12 +0000 (16:04 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 24 Apr 2025 02:01:29 +0000 (10:01 +0800)
commit566bf2de87160a8a2fe5a1ba1a2f31f6869f4f80
tree20d7da7f5884f4510a898b63d87f7347acb47441
parent885398ee09b5ee3d26d2ee670f468282c9ce8512
target/loongarch: Add stub function loongarch_get_addr_from_tlb

Stub function loongarch_get_addr_from_tlb() is added if option
CONFIG_TCG is not enabled, so this function can be called in KVM
only mode.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20250423080417.3739809-5-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
target/loongarch/cpu_helper.c