sev/i386: Add initial support for SEV-ES
[qemu/ar7.git] / accel / tcg / tcg-accel-ops.h
blob48130006de6ba188fce7124f59f98153ea2bd125
1 /*
2 * QEMU TCG vCPU common functionality
4 * Functionality common to all TCG vcpu variants: mttcg, rr and icount.
6 * Copyright 2020 SUSE LLC
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
12 #ifndef TCG_CPUS_H
13 #define TCG_CPUS_H
15 #include "sysemu/cpus.h"
17 void tcg_cpus_destroy(CPUState *cpu);
18 int tcg_cpus_exec(CPUState *cpu);
19 void tcg_handle_interrupt(CPUState *cpu, int mask);
21 #endif /* TCG_CPUS_H */