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

/external/qemu/target-i386/
H A Dhax-i386.h21 typedef int hax_fd; typedef
25 typedef HANDLE hax_fd; typedef
31 hax_fd fd;
40 hax_fd fd; /* the global hax device interface */
52 hax_fd fd;
58 hax_fd hax_vcpu_get_fd(CPUState *cpu);
72 int hax_notify_qemu_version(hax_fd vm_fd, struct hax_qemu_version *qversion);
76 hax_fd hax_host_open_vm(struct hax_state *hax, int vm_id);
77 int hax_host_create_vcpu(hax_fd vm_fd, int vcpuid);
78 hax_fd hax_host_open_vcp
[all...]

Completed in 87 milliseconds