hw/arm/mps2-tz: Make initsvtor0 setting board-specific
[qemu/ar7.git] / target / i386 / hvf / hvf-accel-ops.h
blob8f992da168663fc7e010320d7f452bf5f39247fa
1 /*
2 * Accelerator CPUS Interface
4 * Copyright 2020 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 HVF_CPUS_H
11 #define HVF_CPUS_H
13 #include "sysemu/cpus.h"
15 int hvf_init_vcpu(CPUState *);
16 int hvf_vcpu_exec(CPUState *);
17 void hvf_cpu_synchronize_state(CPUState *);
18 void hvf_cpu_synchronize_post_reset(CPUState *);
19 void hvf_cpu_synchronize_post_init(CPUState *);
20 void hvf_cpu_synchronize_pre_loadvm(CPUState *);
21 void hvf_vcpu_destroy(CPUState *);
23 #endif /* HVF_CPUS_H */