]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/sysemu/hvf.h
sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets
[mirror_qemu.git] / include / sysemu / hvf.h
index 4037cd6a738b025a2af012afbc6c11f0e28a3ab9..4a7c6af3a5f3b9f7e1548e045946827d7a1c02eb 100644 (file)
 #include "cpu.h"
 
 #ifdef CONFIG_HVF
-uint32_t hvf_get_supported_cpuid(uint32_t func, uint32_t idx,
-                                 int reg);
 extern bool hvf_allowed;
 #define hvf_enabled() (hvf_allowed)
 #else /* !CONFIG_HVF */
 #define hvf_enabled() 0
-#define hvf_get_supported_cpuid(func, idx, reg) 0
 #endif /* !CONFIG_HVF */
 
 #endif /* NEED_CPU_H */