On 7/30/21 12:59 AM, Peter Maydell wrote:
The kvm_available() function reports whether KVM support was
compiled into the QEMU binary; it returns the value of the
CONFIG_KVM define.

The only place in the codebase where we use this function is
in qmp_query_kvm(). Now that accelerators are based on QOM
classes we can instead use accel_find("kvm") and remove the
kvm_available() function.

Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  include/sysemu/arch_init.h | 2 --
  monitor/qmp-cmds.c         | 2 +-
  softmmu/arch_init.c        | 9 ---------
  3 files changed, 1 insertion(+), 12 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to