13.09.2023 12:30, Philippe Mathieu-Daudé:
x86_cpu_get_supported_cpuid() is generic and handles the different
accelerators. Use it instead of kvm_arch_get_supported_cpuid().
That fixes a link failure introduced by commit 3adce820cf
("target/i386: Remove unused KVM stubs") when QEMU is configured
as:
..
Cc: qemu-sta...@nongnu.org
Fixes: 3adce820cf ("target/i386: Remove unused KVM stubs")
This hopefully should not go to -stable as the issue has been
introduced in v8.1.0-291-g3adce820cf which is past latest release.
That's okay though, - just a small side-note.
/mjt