vcpu_thread_main
memstress_start_vcpu_threads(nr_vcpus, vcpu_thread_main);
pthread_create(&vcpu->thread, NULL, vcpu_thread_main, vcpu);