VM_RESUME_CPU
{ (uint_t)VM_RESUME_CPU, "VM_RESUME_CPU", NULL },
error = vcpu_ioctl(vcpu, VM_RESUME_CPU, &ac);
error = ioctl(ctx->fd, VM_RESUME_CPU, &ac);
VM_ACTIVATE_CPU, VM_GET_CPUS, VM_SUSPEND_CPU, VM_RESUME_CPU,
case VM_RESUME_CPU: