2 * QEMU Windows Hypervisor Platform accelerator (WHPX) stub
4 * Copyright Microsoft Corp. 2017
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.
11 #include "qemu/osdep.h"
12 #include "qemu-common.h"
14 #include "sysemu/whpx.h"
16 int whpx_init_vcpu(CPUState
*cpu
)
21 int whpx_vcpu_exec(CPUState
*cpu
)
26 void whpx_destroy_vcpu(CPUState
*cpu
)
30 void whpx_vcpu_kick(CPUState
*cpu
)
34 void whpx_cpu_synchronize_state(CPUState
*cpu
)
38 void whpx_cpu_synchronize_post_reset(CPUState
*cpu
)
42 void whpx_cpu_synchronize_post_init(CPUState
*cpu
)
46 void whpx_cpu_synchronize_pre_loadvm(CPUState
*cpu
)