> On 2 Jul 2025, at 20.53, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > In order to dispatch over AccelOpsClass::get_virtual_clock(), > we need it always defined, not calling a hidden handler under > the hood. Make AccelOpsClass::get_virtual_clock() mandatory. > Register the default cpus_kick_thread() for each accelerator. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > include/system/accel-ops.h | 2 ++ > accel/hvf/hvf-accel-ops.c | 1 + > accel/kvm/kvm-accel-ops.c | 1 + > accel/tcg/tcg-accel-ops.c | 2 ++ > accel/xen/xen-all.c | 1 + > system/cpus.c | 7 ++++--- > target/i386/nvmm/nvmm-accel-ops.c | 1 + > target/i386/whpx/whpx-accel-ops.c | 1 + > 8 files changed, 13 insertions(+), 3 deletions(-)
Reviewed-by: Mads Ynddal <m...@ynddal.dk>