test_vm_create
vm = test_vm_create();
test_vm_create(&vm, &vcpu, VIRTUAL);
test_vm_create(&vm, &vcpu, PHYSICAL);
*vm = test_vm_create(vcpu);
vm = test_vm_create(&vcpu);
struct kvm_vm *test_vm_create(void);