]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Fix qtest test-hmp error when KVM-only build
authorSong Gao <gaosong@loongson.cn>
Thu, 25 Jan 2024 06:14:01 +0000 (14:14 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 1 Feb 2024 07:29:40 +0000 (15:29 +0800)
commit27edd5040cae63bfa92c68f69883ba81aa3b6cda
tree13699d881c32470e7646568e2f706e60a93c0e09
parentbd2e12310b18b51aefbf834e6d54989fd175976f
target/loongarch: Fix qtest test-hmp error when KVM-only build

The cc->sysemu_ops->get_phys_page_debug() is NULL when
KVM-only build. this patch fixes it.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Tested-by: Bibo Mao <maobibo@loongson.cn>
Message-Id: <20240125061401.52526-1-gaosong@loongson.cn>
target/loongarch/cpu.c
target/loongarch/cpu_helper.c [new file with mode: 0644]
target/loongarch/internals.h
target/loongarch/meson.build
target/loongarch/tcg/tlb_helper.c