diff options
Diffstat (limited to 'target-i386/hax-i386.h')
-rw-r--r-- | target-i386/hax-i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/hax-i386.h b/target-i386/hax-i386.h index 27203cf..a5a7e1d 100644 --- a/target-i386/hax-i386.h +++ b/target-i386/hax-i386.h @@ -71,7 +71,7 @@ int hax_vm_destroy(struct hax_vm *vm); int hax_capability(struct hax_state *hax, struct hax_capabilityinfo *cap); /* Common host function */ -int hax_host_create_vm(struct hax_state *hax, int vm_id); +int hax_host_create_vm(struct hax_state *hax, int *vm_id); hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id); int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid); hax_fd hax_host_open_vcpu(int vmid, int vcpuid); |