]> Git Repo - qemu.git/blame - accel/tcg/tcg-accel-ops-mttcg.h
Do not include hw/boards.h if it's not really necessary
[qemu.git] / accel / tcg / tcg-accel-ops-mttcg.h
CommitLineData
b86f59c7
CF
1/*
2 * QEMU TCG Multi Threaded vCPUs implementation
3 *
4 * Copyright 2021 SUSE LLC
5 *
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 */
9
10#ifndef TCG_CPUS_MTTCG_H
11#define TCG_CPUS_MTTCG_H
12
13/* kick MTTCG vCPU thread */
14void mttcg_kick_vcpu_thread(CPUState *cpu);
15
16/* start an mttcg vCPU thread */
17void mttcg_start_vcpu_thread(CPUState *cpu);
18
19#endif /* TCG_CPUS_MTTCG_H */
This page took 0.033501 seconds and 4 git commands to generate.