]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target/loongarch/cpu.c
target/loongarch: Fix qtest test-hmp error when KVM-only build
[mirror_qemu.git] / target / loongarch / cpu.c
index fb8dde7def11dc9d514fcd3482d48954739d1b8a..76eb4961d5feea7806f91601e66e2540696f2988 100644 (file)
@@ -752,9 +752,7 @@ static const TCGCPUOps loongarch_tcg_ops = {
 #include "hw/core/sysemu-cpu-ops.h"
 
 static const struct SysemuCPUOps loongarch_sysemu_ops = {
-#ifdef CONFIG_TCG
     .get_phys_page_debug = loongarch_cpu_get_phys_page_debug,
-#endif
 };
 
 static int64_t loongarch_cpu_get_arch_id(CPUState *cs)