aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2022-12-16 13:59:07 +0100
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-02-27 22:29:01 +0100
commit5db2dac46220df5143dfe17dfa3d97957f710360 (patch)
tree3ae5b1565056fd9061f3b3aef088f4953e3cbfa4 /include
parent2459d4209f11bf21ec0c2fe7811c9635337d13f2 (diff)
downloadqemu-5db2dac46220df5143dfe17dfa3d97957f710360.zip
qemu-5db2dac46220df5143dfe17dfa3d97957f710360.tar.gz
qemu-5db2dac46220df5143dfe17dfa3d97957f710360.tar.bz2
sysemu/kvm: Remove CONFIG_USER_ONLY guard
User emulation shouldn't really include this header; if included these declarations are guarded by CONFIG_KVM_IS_POSSIBLE. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20221216220738.7355-2-philmd@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/sysemu/kvm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h
index e9a97ed..c8281c0 100644
--- a/include/sysemu/kvm.h
+++ b/include/sysemu/kvm.h
@@ -471,10 +471,8 @@ uint64_t kvm_arch_get_supported_msr_feature(KVMState *s, uint32_t index);
void kvm_set_sigmask_len(KVMState *s, unsigned int sigmask_len);
-#if !defined(CONFIG_USER_ONLY)
int kvm_physical_memory_addr_from_host(KVMState *s, void *ram_addr,
hwaddr *phys_addr);
-#endif
#endif /* NEED_CPU_H */