test_vcpu_run
ret = pthread_create(&pt_vcpu_run[i], NULL, test_vcpu_run,
ret = pthread_create(&thr[0], NULL, test_vcpu_run, vcpus[0]);
ret = pthread_create(&thr[1], NULL, test_vcpu_run, vcpus[1]);