HomeSort by relevance Sort by last modified time
    Searched full:hax_vm (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-i386/
hax-i386.h 42 struct hax_vm *vm;
50 struct hax_vm struct
64 struct hax_vm *hax_vm_create(struct hax_state *hax);
70 int hax_vm_destroy(struct hax_vm *vm);
hax-darwin.c 126 name = qemu_strdup("/dev/hax_vm/vmxx");
129 sprintf(name, "/dev/hax_vm/vm%02d", vm_id);
148 sprintf(name, "/dev/hax_vm%02d/vcpu%02d", vm_id, vcpu_id);
hax-all.c 276 struct hax_vm *hax_vm_create(struct hax_state *hax)
278 struct hax_vm *vm;
288 vm = qemu_malloc(sizeof(struct hax_vm));
291 memset(vm, 0, sizeof(struct hax_vm));
314 int hax_vm_destroy(struct hax_vm *vm)
hax-windows.c 209 sprintf(name, "\\\\.\\hax_vm%02d", vm_id);
226 sprintf(name, "\\\\.\\hax_vm%02d_vcpu%02d", vm_id, vcpu_id);

Completed in 177 milliseconds