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

/external/qemu/target-i386/
H A Dhax-darwin.c184 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) argument
188 if (hax_invalid_fd(vm_fd))
191 ret = ioctl(vm_fd, HAX_VM_IOCTL_NOTIFY_QEMU_VERSION, qversion);
206 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) argument
210 ret = ioctl(vm_fd, HAX_VM_IOCTL_VCPU_CREATE, &vcpuid);
H A Dhax-windows.c282 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion) argument
287 if (hax_invalid_fd(vm_fd))
290 ret = DeviceIoControl(vm_fd,
305 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid) argument
310 ret = DeviceIoControl(vm_fd,

Completed in 1153 milliseconds