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

# hv_vcpu_config_t

The type that defines a vCPU configuration.

## Declaration

```swift
typealias hv_vcpu_config_t = any OS_hv_vcpu_config
```

## See Also

### Configuration

- [hv_vcpu_config_create()](hypervisor/hv_vcpu_config_create().md)
- [hv_vcpu_config_get_feature_reg(_:_:_:)](hypervisor/hv_vcpu_config_get_feature_reg(_:_:_:).md)
- [hv_vcpu_config_get_ccsidr_el1_sys_reg_values(_:_:_:)](hypervisor/hv_vcpu_config_get_ccsidr_el1_sys_reg_values(_:_:_:).md)
- [OS_hv_vcpu_config](hypervisor/os_hv_vcpu_config.md)
- [hv_feature_reg_t](hypervisor/hv_feature_reg_t.md)
