aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/hax-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/hax-i386.h')
-rw-r--r--target-i386/hax-i386.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-i386/hax-i386.h b/target-i386/hax-i386.h
index a5a7e1d..66869da 100644
--- a/target-i386/hax-i386.h
+++ b/target-i386/hax-i386.h
@@ -69,6 +69,7 @@ int hax_sync_msr(CPUState *env, struct hax_msr_data *msrs, int set);
int hax_sync_fpu(CPUState *env, struct fx_layout *fl, int set);
int hax_vm_destroy(struct hax_vm *vm);
int hax_capability(struct hax_state *hax, struct hax_capabilityinfo *cap);
+int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
/* Common host function */
int hax_host_create_vm(struct hax_state *hax, int *vm_id);