Merge tag 'pull-target-arm-20240325-1' of https://git.linaro.org/people/pmaydell...
[qemu/armbru.git] / accel / tcg / tcg-accel-ops-mttcg.h
blob8ffa7a9a9fe0d23f0f166b595a967a9781086b44
1 /*
2 * QEMU TCG Multi Threaded vCPUs implementation
4 * Copyright 2021 SUSE LLC
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
10 #ifndef TCG_ACCEL_OPS_MTTCG_H
11 #define TCG_ACCEL_OPS_MTTCG_H
13 /* kick MTTCG vCPU thread */
14 void mttcg_kick_vcpu_thread(CPUState *cpu);
16 /* start an mttcg vCPU thread */
17 void mttcg_start_vcpu_thread(CPUState *cpu);
19 #endif /* TCG_ACCEL_OPS_MTTCG_H */