Searched defs:vmid (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dhax-darwin.c153 int hax_host_create_vm(struct hax_state *hax, int *vmid) argument
165 *vmid = vm_id;
217 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) argument
222 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);
H A Dhax-windows.c231 int hax_host_create_vm(struct hax_state *hax, int *vmid) argument
253 *vmid = vm_id;
325 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) argument
330 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);

Completed in 45 milliseconds