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

/external/qemu/target-i386/
H A Dhax-darwin.c206 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) argument
210 ret = ioctl(vm_fd, HAX_VM_IOCTL_VCPU_CREATE, &vcpuid);
212 dprint("Failed to create vcpu %x\n", vcpuid);
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.c308 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) argument
315 &vcpuid, sizeof(vcpuid),
321 dprint("Failed to create vcpu %x\n", vcpuid);
328 hax_fd hax_host_open_vcpu(int vmid, int vcpuid) argument
333 devfs_path = hax_vcpu_devfs_string(vmid, vcpuid);

Completed in 1307 milliseconds