qemu/include
Philippe Mathieu-Daudé 044431cfe7 sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targets
hvf_get_supported_cpuid() is only defined for x86 targets
(in target/i386/hvf/x86_cpuid.c).
Its declaration is pointless on all other targets.

All the calls to it in target/i386/cpu.c are guarded by
a call on hvf_enabled(), so are elided when HVF is not
built in. Therefore we can remove the unnecessary function
stub.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231004092510.39498-3-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2023-10-07 19:02:32 +02:00
..
2023-09-08 13:08:52 +03:00
2023-10-05 09:01:01 -04:00
2023-10-05 09:01:01 -04:00
2023-09-18 14:36:13 +08:00
2023-10-05 09:01:01 -04:00
2023-09-07 14:01:29 -04:00
2023-08-31 19:47:43 +02:00