aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/hvf_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysemu/hvf_int.h')
-rw-r--r--include/sysemu/hvf_int.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sysemu/hvf_int.h b/include/sysemu/hvf_int.h
index fd1dcaf26e..8b66a4e7d0 100644
--- a/include/sysemu/hvf_int.h
+++ b/include/sysemu/hvf_int.h
@@ -43,6 +43,10 @@ struct HVFState {
};
extern HVFState *hvf_state;
+struct hvf_vcpu_state {
+ int fd;
+};
+
void assert_hvf_ok(hv_return_t ret);
int hvf_arch_init_vcpu(CPUState *cpu);
void hvf_arch_vcpu_destroy(CPUState *cpu);