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

# hv_vcpu_options_t

Options for creating a new vCPU instance.

## Declaration

```swift
typealias hv_vcpu_options_t = UInt64
```

## Topics

### Constants

- [HV_VCPU_DEFAULT](hypervisor/hv_vcpu_default.md)

## See Also

### Creation and destruction

- [hv_vcpu_create(_:_:_:)](hypervisor/hv_vcpu_create(_:_:_:).md)
- [hv_vcpu_destroy(_:)](hypervisor/hv_vcpu_destroy(_:).md)
- [vCPU Creation Behavior](hypervisor/1447317-vcpu-creation-behavior.md)
- [hv_vcpuid_t](hypervisor/hv_vcpuid_t.md)
