OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vcpu_id
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
hax-darwin.c
134
static char *hax_vcpu_devfs_string(int vm_id, int
vcpu_id
)
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
);
hax-i386.h
32
int
vcpu_id
;
member in struct:hax_vcpu_state
hax-windows.c
214
static char *hax_vcpu_devfs_string(int vm_id, int
vcpu_id
)
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
);
hax-all.c
242
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 89 milliseconds