Searched refs:vcpu_id (Results 1 - 4 of 4) sorted by relevance

/external/qemu/target-i386/
H A Dhax-darwin.c134 static char *hax_vcpu_devfs_string(int vm_id, int vcpu_id) argument
138 if (vm_id > MAX_VM_ID || vcpu_id > MAX_VCPU_ID)
140 dprint("Too big vm id %x or vcpu id %x\n", vm_id, vcpu_id);
148 sprintf(name, "/dev/hax_vm%02d/vcpu%02d", vm_id, vcpu_id);
H A Dhax-i386.h32 int vcpu_id; member in struct:hax_vcpu_state
H A Dhax-windows.c214 static char *hax_vcpu_devfs_string(int vm_id, int vcpu_id) argument
218 if (vm_id > MAX_VM_ID || vcpu_id > MAX_VCPU_ID)
220 dprint("Too big vm id %x or vcpu id %x\n", vm_id, vcpu_id);
226 sprintf(name, "\\\\.\\hax_vm%02d_vcpu%02d", vm_id, vcpu_id);
H A Dhax-all.c242 dprint("vcpu %x destroy failed, vm is null\n", vcpu->vcpu_id);
254 hax_global.vm->vcpus[vcpu->vcpu_id] = NULL;
555 dprint("vcpu run failed for vcpu %x\n", vcpu->vcpu_id);

Completed in 79 milliseconds