---
title: hv_vm_config_t
framework: hypervisor
role: symbol
role_heading: Type Alias
path: hypervisor/hv_vm_config_t
---

# hv_vm_config_t

The type that defines a virtual-machine configuration.

## Declaration

```swift
typealias hv_vm_config_t = any OS_hv_vm_config
```

## See Also

### Virtual machine management

- [hv_vm_config_create()](hypervisor/hv_vm_config_create().md)
- [hv_vm_create(_:)](hypervisor/hv_vm_create(_:).md)
- [hv_vm_destroy()](hypervisor/hv_vm_destroy().md)
- [OS_hv_vm_config](hypervisor/os_hv_vm_config.md)
