On 2/4/22 06:18, Philippe Mathieu-Daudé wrote:
Add cpu_thread_is_idle() to AccelOps, and implement it for the
KVM / WHPX accelerators.
Suggested-by: Richard Henderson<richard.hender...@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé<f4...@amsat.org>
---
accel/kvm/kvm-accel-ops.c | 6 ++++++
include/sysemu/accel-ops.h | 1 +
softmmu/cpus.c | 6 ++++--
target/i386/whpx/whpx-accel-ops.c | 6 ++++++
4 files changed, 17 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~