Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- include/system/accel-ops.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/system/accel-ops.h b/include/system/accel-ops.h index 28e29cfa06d..f98a1c9b662 100644 --- a/include/system/accel-ops.h +++ b/include/system/accel-ops.h @@ -43,8 +43,11 @@ struct AccelOpsClass { void *(*cpu_thread_routine)(void *); void (*thread_precreate)(CPUState *cpu); void (*create_vcpu_thread)(CPUState *cpu); + int (*init_vcpu_thread)(CPUState *cpu); void (*kick_vcpu_thread)(CPUState *cpu); bool (*cpu_thread_is_idle)(CPUState *cpu); + int (*exec_vcpu_thread)(CPUState *cpu); + void (*destroy_vcpu_thread)(CPUState *cpu); /** * synchronize_post_reset: -- 2.49.0